Create the .desktop file to autostart the software on Pi launch
mkdir .config/autostart
nano .config/autostart/dashboard.desktop
[Desktop Entry] | |
Type=Application | |
Name=Run Dashboard | |
Comment=NA | |
NoDisplay=false | |
Exec=/usr/bin/chromium-browser --kiosk "http://HOST/playlists/play/1?kiosk=tv&autofitpanels" | |
NotShowIn=GNOME;KDE;XFCE; |