Go to file
2023-11-26 20:40:49 +01:00
.devcontainer some cleanup 2023-11-26 20:40:49 +01:00
.github Delete 2023-11-22 12:38:26 +01:00
docs update docs [bot] 2023-08-25 22:48:04 +00:00
docsource test 2023-06-03 22:27:26 +02:00
fonts Added more compact font (NotoSans UI) - made for mobile 2020-11-21 16:17:16 +01:00
inkycal some cleanup 2023-11-26 20:40:49 +01:00
tests Merge remote-tracking branch 'origin/main' 2023-11-24 02:37:35 +01:00
.gitignore tests best practices 2023-11-21 15:18:19 +01:00
Changelog.md fix missing dependencies 2022-09-08 22:24:40 +02:00
inky_run.py test async 2023-11-22 12:45:07 +01:00
LICENSE Update LICENSE 2019-12-19 16:38:28 +01:00
README.md bump devcontainer to bookworm, add documentation 2023-11-26 20:29:02 +01:00
requirements.txt downgrade matplotlib 2023-11-24 00:43:57 +01:00
setup.py v2.0.3 2023-11-08 11:11:40 +01:00

Inkycal-based full screen weather display (scraper solution)

This fork of https://github.com/aceinnolab/Inkycal/ was used to try out a webscraper approach for a openweathermap-based full screen weather display on a 7in5 waveshare v2 colour epd. It didn't prove particularly robust, so I've decided to not further develop it. I'll leave it here in case someone wants to try and play around with it a little.

Since Selenium doesn't run on Pi Zero, I had to run the scraper part as a cron job on my Pi 4 and scp the resulting image to the Pi Zero that's connected to the e-paper display.

For further information see the official Inkycal repo.