I'm trying to execute a python script every minute a cron job. I can execute the command using the terminal.
My script can be execute by the following comand:
python /home/pi/Desktop/sensor_testing/dht11.py
and in sudo crontab -e I typed:
***** python /home/pi/Desktop/sensor_testing/dht11.py
any advice why this isn't working?