Skip to content

Nifty LED weather station powered by the Raspberry Pi!

Notifications You must be signed in to change notification settings

danjcjones/led-noticeboard

 
 

Repository files navigation

LED Weather Station

LED Matrix

Beautiful LED Matrix to display the weather! Powered by the Raspberry Pi and Adafruit RGB Matrix Hat.

Hardware

  1. Raspberry Pi with internet connection
  2. Adafruit RGB Matrix Hat
  3. LED Matrix
  4. Follow setup instructions here: https://learn.adafruit.com/adafruit-rgb-matrix-plus-real-time-clock-hat-for-raspberry-pi

Software

  1. Sign up for API key at http://openweathermap.org/api
  2. Clone this repo to RPi and navigate to the directory
  3. Install required Python packages
$ sudo apt-get install python-dev python-imaging
$ pip install schedule
  1. Edit weatherstation.py and enter your location and API key
  2. Run weatherstation.py with $ python weatherstation.py &

Author

About

Nifty LED weather station powered by the Raspberry Pi!

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%