Using a Pi Zero Wireless and PimoRoni Unicorn hat this program displays the next 8 hours of weather.
- Install Raspbian Jessie Lite for Pi Zero Wireless and setup with Internet/SSH
- Install libs for PimoRoni Unicorn pHAT
- https://github.com/pimoroni/unicorn-hat
- NOTE: No need to install Python 3 or examples
- Install libs for DarkSky API
pip install darkskylib==0.3.5
- Clone this repo to the Pi Zero
- Edit the
config
section at the top of theweather.py
file to match your desired settings, API key, and location - Run
weather.py
, usecron
to start on boot
Guide coming soon
- Dark Sky API - for their awesome weather APIs
- darkskylib Python lib by Lukáš Kubiš - making it easier to get going with DarkSky
For issues and featuer requests please make use of the Issues within this repo