Skip to content

p1971/pi_info

Repository files navigation

Pi Info Display

Simple e-ink display powered by raspberry pi showing weather

Requirements

Environment variables needs to be set

export OWM_API_KEY=xxxx
export CITY_ID=2643743

Run

python3 -m venv .venv
source ./.venv/bin/activate
pip3 install -r requirements.txt
python3 eink_display.py

With some help from the following projects

About

Simple python script to update an e-ink display, not intended for re-use

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages