A Raspberry Pi dashboard app that runs continuously as a fullscreen kiosk display. Shows the current time, weather forecast (Ouray, CO), upcoming calendar events, and a live NPR news headline.
- Clock with day/date and current conditions
- Multi-day weather forecast via weather.gov
- Upcoming calendar events via iCloud calendar (ICS)
- Live NPR news headline
- Exit button (bottom-right) to close Chromium and return to terminal
Make the start script executable (first time only):
chmod +x start.shThen start everything with:
./start.shThis reloads systemd, enables and starts the dashboard service, then launches Chromium in kiosk mode pointed at http://localhost:8050.
Tap the red ✕ button in the bottom-right corner of the display to close Chromium. The dashboard service will continue running in the background. To stop it:
sudo systemctl stop dashboard