-
Notifications
You must be signed in to change notification settings - Fork 0
Auto Run Setup
Topcat edited this page Nov 26, 2024
·
2 revisions
The Data getter is best setup to run on a schedule using cron tab
$> crontab -eadd the line below, to run the collection tool every 15 mintues
*/15 * * * * python /home/pi/dashdisplay/eClockDataGetter.pycd ~
cd .config/lxsession/LXDE-pi/
nano autostartAdd the line below BEFORE the @xscreensaver
@/usr/bin/python /home/pi/dashdisplay/eClock.pyTheOwls