Skip to content

Weather display using a Raspberry Pi and Pimoroni Unicorn Hat HD

License

Notifications You must be signed in to change notification settings

joshsanz/weather-display

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

weather-display

Weather display using a Raspberry Pi and Pimoroni Unicorn Hat HD

Requirements

Hardware:

Software:

Running

First, add your OpenWeather API key to the file. Then, run as

$ python3 display-weather.py

Or, edit your crontab to start it up every morning. It will run for two hours then quit.

# crontab -e
# [...]
# m h  dom mon dow  command
  0 7  *   *   *    /usr/bin/python3 /path/to/display-weather.py

About

Weather display using a Raspberry Pi and Pimoroni Unicorn Hat HD

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages