Beautiful LED Matrix to display the weather! Powered by the Raspberry Pi and Adafruit RGB Matrix Hat.
- Raspberry Pi with internet connection
- Adafruit RGB Matrix Hat
- LED Matrix
- Follow setup instructions here: https://learn.adafruit.com/adafruit-rgb-matrix-plus-real-time-clock-hat-for-raspberry-pi
- Sign up for API key at http://openweathermap.org/api
- Clone this repo to RPi and navigate to the directory
- Install required Python packages
$ sudo apt-get install python-dev python-imaging
$ pip install schedule
- Edit
weatherstation.py
and enter your location and API key - Run
weatherstation.py
with$ python weatherstation.py &
- Joe Samela - Initial work - josephsamela.github.io