Skip to content

Latest commit

 

History

History
22 lines (20 loc) · 445 Bytes

AutorunNotes.md

File metadata and controls

22 lines (20 loc) · 445 Bytes

Auto Run Setup

Data Getter

The Data getter is best setup to run on a schedule using cron tab

$> crontab -e

add the line below, to run the collection tool every 15 mintues

*/15 * * * * python /home/pi/dashdisplay/eClockDataGetter.py

Dash Display

cd ~
cd .config/lxsession/LXDE-pi/
nano autostart

Add the line below BEFORE the @xscreensaver

@/usr/bin/python /home/pi/dashdisplay/eClock.py