Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 1.09 KB

README.md

File metadata and controls

28 lines (17 loc) · 1.09 KB

markcole WeatherPi

This project is the successor to my other Javascript based web application that display local Weather, Train and aircraft information on Raspberry pi (https://github.com/macole111/Weather). I wanted to replace the Touchscreen LCD with a more eco-friendly eInk screen.

The code uses the following data sources:

Layout

  • WeatherScreen.py - the main code responsible for talking to the APIs and rendering the eInk screen
  • config.py - contains the config such as timezones and lat long
  • lib/ - the epd e-ink screen libraries

Use

Simply run python3 WeatherScreen.py (may require pip to install some modules such as geopi)

Hardware

Weather App on Pi