Skip to content
This repository has been archived by the owner on Oct 13, 2023. It is now read-only.
/ weather_display Public archive

WIP: Show weather forecast for Raspberry PI from Yandex.Weather API

License

Notifications You must be signed in to change notification settings

alex7c4/weather_display

Repository files navigation

Weather display

Show weather forecast for displaying on Raspberry Pi 3 display.

Rendered page should looks like:

(It is in Russian) PageView

Python virtualenv on Windows

python3 -m pip install -U pip
python3 -m pip install -U setuptools
python3 -m pip install -U virtualenv

virtualenv -p python3 --clear .venv --clear
source .venv/Scripts/activate

python3 -m pip install -U -r requirements.txt

More info:

https://tech.yandex.ru/weather/doc/dg/concepts/forecast-response-test-docpage

Ignore API KEY file changes

git update-index --assume-unchanged api_key.yml

About

WIP: Show weather forecast for Raspberry PI from Yandex.Weather API

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published