This is the most complete and versatile weather forecast dashboard. It is also very lightweight.
- Optional scrolling alerts
- Configurable daily forecast (0 [hidden] to 8 days)
- Configurable hourly forecast (0 [hidden] to 49 hours)
- Multiple units available (ca, uk2, us, si)
- Download the source
- Edit the config.js file
- Launch index.html in your favorite browser
I installed the weather forecast dashboard on a Raspberry Pi W and mounted it behind a 7" display
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install unclutter
sudo apt-get install xscreensaver
use the xscreensaver gui to disable the screen saver
chromium-browser --incognito --kiosk {pathToYour_index.html_file}
example: chromium-browser --incognito --kiosk file:///boot/WeatherForecastDashboard/index.html
sudo mkdir -p /home/pi/.config/lxsession/LXDE-pi
sudo cp /etc/xdg/lxsession/LXDE-pi/autostart /home/pi/.config/lxsession/LXDE-pi/
sudo nano /home/pi/.config/lxsession/LXDE-pi/autostart
add these lines to the autostart file:
@chromium-browser --incognito --kiosk {pathToYour_index.html_file}
@unclutter -idle 0.1 -root
sudo reboot
When it is in kiosk mode, press the command key to show the start menu