Skip to content

Cappybar/RaspberryPiWeatherApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple weather app for small raspberry pi display, based on pygame and OpenWeather.

demo

Requirements:
-Raspberry Pi
-LCD gpio display
-Python3.10
-OpenWeatherApi key

Instruction

  1. To make this work, you will have to first make an account on OpenWeather website: https://openweathermap.org/
  2. Then git clone this repository and cd into it
  3. 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)
  4. While you're in Config.json, replace your city name to the one you'd like
  5. Run pip3 install -r requirements.txt
  6. Run python3 main.py

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages