Skip to content

Auto Run Setup

Topcat edited this page Nov 26, 2024 · 2 revisions

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

Clone this wiki locally