This project is for displaying the weather forecast and AQI data on a 64x64 LED matrix in my room. The included Python 3.7.3 code runs on a Raspberry Pi on top of the hzeller / rpi-rgb-led-matrix library.
- Acquire and attach the following:
- Clone and install hzeller / rpi-rgb-led-matrix library on the Raspberry Pi.
- Acquire an API key from OpenWeatherMap and store it as an environment variable on the Raspberry Pi called
PRIVATE_API_KEY
- Run
sudo python3 main.py