Commit Graph

14 Commits

Author SHA1 Message Date
1fb2074e3e feat(airly): reorganise gauges into own lines, drop displaying advice
Advice provided by airly seldom corresponds to air quality.
2022-03-18 08:13:47 +01:00
dacce95f79 refactor: small changes and reformats 2022-01-30 10:38:47 +01:00
c79320409b fix: output leading zeros in minutes 2022-01-29 14:05:07 +01:00
5d1905df00 refactor: extract data resolution logic into config 2022-01-28 16:46:12 +01:00
27a6846c64 refactor: work around os.environ missing in micropython
Work with micropython, but keep ability to override values with
enviromental variables (for possible running in k8s).
2022-01-28 09:46:04 +01:00
5612968aad fix: missed morning return from ClockSegment 2022-01-17 06:29:59 +01:00
1440112dab feat!: move config storage to python file
Should help with micropython in the future.
Also fix indentation in main
2022-01-16 20:32:22 +01:00
320b1a2362 feat: add data for traffic information segment 2022-01-15 20:56:56 +01:00
1f2c4e976e feat: implement weather data 2022-01-15 16:20:38 +01:00
18f04630fa feat: get air quality data from Airly 2022-01-15 10:55:39 +01:00
425663d19b refactor: actualy use caching model in time segment 2022-01-14 23:22:08 +01:00
066a378cf7 feat: add simple guage display for text output 2022-01-14 23:22:08 +01:00
822a386735 feat: implement ClockDisplay logic 2022-01-14 21:21:03 +01:00
eaeac43c29 feat: skeleton for e-paper dashboard for bathroom 2022-01-14 21:18:39 +01:00