Thanks for that! I cleaned those mistakes up and its running properly now.
C
congo
@congo
0
Reputation
3
Posts
416
Profile views
0
Followers
0
Following
Best posts made by congo
This user hasn't posted anything yet.
Latest posts made by congo
-
RE: OLED w/temp expansion project - problem running code periodically with CRON
-
RE: OLED w/temp expansion project - problem running code periodically with CRON
this the 'crontab -e' entry
-
OLED w/temp expansion project - problem running code periodically with CRON
I set up and ran the OLED/temperature asdescribed in the Onion project book. I can successfully run the 'python main.py' command and see the temperature value update on the OLED and to ubidots dashboard but having no success automating it to update periodically with the CRON. Following the steps in the project book and all I get is the temperature value holding from the last 'python main.py' command. Any troubleshooting suggestions?