Simple weather app for small raspberry pi display, based on pygame and OpenWeather.
Requirements:
-Raspberry Pi
-LCD gpio display
-Python3.10
-OpenWeatherApi key
Instruction
- To make this work, you will have to first make an account on OpenWeather website: https://openweathermap.org/
- Then git clone this repository and cd into it
- Copy your api key from: https://home.openweathermap.org/api_keys, and replace it in Config.json
(You will have to wait up to 2h for your api key to activate) - While you're in Config.json, replace your city name to the one you'd like
- Run pip3 install -r requirements.txt
- Run python3 main.py