Skip to content

xenOs76/inkyWeather

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

inkyWeather

A Python script that draws weather conditions on an Pimoroni's Inky-phat e-paper display.

It gets weather data from MQTT.

JSON data format is the one provided by OpenWeather.

It also gets temperature and humidity values from an indoor sensor.

Node-red flows used to get weather data are provided in the examples directory.

The icons are drawn using Weather Icons and Nerd Fonts.

It tries to make a smart use of Python, but it is nothing more than a programming exercise: be patient whit it.

InkyWeather can be executed once a minute by Cron. Es:

# inky phat display
* *     * * *   pi    /home/pi/Git/curr/inky-phat/inkyWeather/inkyWeather.py

Once executed, the display may look something like this:

inkyWeatherDisplay

About

A python script that draws weather conditions on an Inky-phat e-paper display

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages