Skip to content

ledleds/WeatherApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WeatherApp

A weather app built using Python and Kivy to be displayed on a 5inch Raspberry Pi Display.

Screenshot 2022-01-07 at 7 28 47 pm

Running

Install Dependencies

This is a Python Project, so make sure you have that installed.

Follow the instructions on Kivy here to install Kivy Version 2.0.0.

You will also need KivyMD, docks for installing that are here.

Secrets

You'll need to create an account on Open Weather Map and generate an API key to be replaced in the request on line 22 of weather.py.

Now, run it

python main.py

Things to add

  • Sunset time
  • Feels like time
  • Rain volume (only when raining)
    • Decipher between light and heavy rain
  • Humidity

Next Level:

  • Multiscreens
  • Weekly weather view
  • Calendar overview

About

A weather app built using Python and Kivy

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages