Skip to content
funkflute edited this page Nov 24, 2014 · 2 revisions

Clone into Raspberry Pi home folder, setup LXDE Autostart config like such:

@lxpanel --profile LXDE
@pcmanfm --desktop --profile LXDE
#@xscreensaver -no-splash
@xset s off
@xset -dpms
@xset s noblank
@lxterminal --command sh /home/pi/MagicMirror/shell/git-update.sh 
@lxterminal --command sudo python /home/pi/MagicMirror/shell/display-control.py
@chromium --kiosk --incognito http://localhost 

Clone this wiki locally