Ace
a7f3622e52
fix tests
2024-02-10 22:43:57 +01:00
mrbwburns
0663430a1e
Merge branch 'main' into fullscreen_weather_module
2024-02-08 21:23:20 +01:00
Ace
438845c81e
fix alignment bug
2024-02-08 12:51:06 +01:00
mrbwburns
d4f9a7a845
Add owm 3.0 API capabilities to get UVI reading into the fullscreen weather (again)
2024-02-04 10:01:49 -08:00
Ace
77ffc4146b
fix minor bug
...
This fixes a bug where using hourly weather forecast with imperial units would lead to the error: TypeError: list indices must be integers or slices, not str
2024-01-29 00:32:12 +01:00
mrbwburns
a88663defe
small cleanup
2024-01-26 14:40:10 -08:00
mrbwburns
04b951eb13
fix timezone handling for weather modules
2024-01-26 14:23:21 -08:00
mrbwburns
b32a709967
remove old owm_forecasts pyowm wrapper
2024-01-26 14:19:31 -08:00
mrbwburns
96915c53fa
Merge branch 'main' into fullscreen_weather_module
2024-01-24 22:32:10 +01:00
mrbwburns
ea1492ba84
make temperature units handling consistent
2024-01-24 22:25:48 +01:00
mrbwburns
82ba16c83b
fix temperature decimals for the current weather
2024-01-24 22:18:23 +01:00
mrbwburns
4d97278bc5
fix temperature decimals on the daily forecast
2024-01-24 22:13:40 +01:00
mrbwburns
c4fb668bce
log level back to INFO
2024-01-24 22:04:22 +01:00
mrbwburns
386ebc9462
adapt classic weather module to extended openweathermap_wrapper
2024-01-24 22:00:43 +01:00
mrbwburns
0435d2878b
small improvements on the exception logging in main.py
2024-01-24 21:52:24 +01:00
mrbwburns
0735ce285f
add sunrise and sunset to the owm wrapper
2024-01-23 20:44:21 +01:00
Ace
0c8e6a65d6
log server response on error
2024-01-23 13:01:17 +01:00
mrbwburns
8fb7a8a880
first shot at the openweathermap_wrapper extension (PyOwm replacement)
2024-01-22 20:52:19 +01:00
mrbwburns
4082d589d6
revert optimisation flag change
2024-01-20 21:15:37 +01:00
mrbwburns
e7741ef955
revert image_file.py changes
2024-01-20 17:24:38 +01:00
mrbwburns
6d660f48c3
finally got the hang of bw/colour image handling
2024-01-20 17:15:03 +01:00
mrbwburns
c515da04f0
rotate the fullscreen weather image according to orientation settings
2024-01-20 16:33:06 +01:00
mrbwburns
ff33f19c71
Merge branch 'main' into fullscreen_weather_module
2024-01-20 15:44:17 +01:00
mrbwburns
4b2a0d1957
improvements in font handling and orientation support
2024-01-20 15:23:24 +01:00
mrbwburns
d65b1b3689
functions code styling
2024-01-20 15:19:38 +01:00
mrbwburns
b0ca2be01c
code-styling thanks to pre-commit
2024-01-20 15:10:05 +01:00
mrbwburns
7f91ccac13
no optimization for 9.7 epd
2024-01-20 15:02:35 +01:00
mrbwburns
7ab512d5c8
image_file driver: comply with inky being portrait by default
2024-01-20 15:01:44 +01:00
mrbwburns
641a032779
use the logger when exception handling kicks in
2024-01-17 21:29:24 +00:00
mrbwburns
2da11c4e9d
fix get_system_tz to return a proper timezone key and UTC if nothing was found
2024-01-17 21:27:40 +00:00
mrbwburns
4a60019056
cleanup
2024-01-15 21:10:50 +01:00
mrbwburns
883be28f5a
add daily forecast section to fullscreen weather
2024-01-15 21:04:51 +01:00
mrbwburns
3ea426d615
add hourly plot to fullscreen weather
2024-01-15 20:45:42 +01:00
mrbwburns
1b1f57339e
clean up owm_forecasts
2024-01-15 20:44:18 +01:00
mrbwburns
84e4e1b9c5
clean up owm_forecasts
2024-01-15 20:43:40 +01:00
mrbwburns
d2d7c91bb5
step 1: actual conditions working
2024-01-15 19:08:46 +01:00
Ace
f228daf9fb
implement Tindie module for Inkycal
2024-01-14 10:58:11 +01:00
Ace
d231716c0b
implement clear-display script
2024-01-14 00:01:41 +01:00
mrbwburns
8bfb6af663
Merge branch 'aceinnolab:main' into main
2024-01-08 20:10:20 +01:00
Ace
629989ce22
fix not-updating problem
...
This fixes an issue after a driver update where Inkycal would only run for the first run, but not continue rendering images. Cause was an error in the waveshare driver code
2024-01-05 22:31:38 +01:00
Bernhard Sessner
6d04685f10
Merge remote-tracking branch 'upstream/main'
2023-12-28 15:12:56 +01:00
Ace
a7c276e880
update epdconfig to fix bug
2023-12-21 16:32:16 +01:00
Ace
3f5446a83f
test fix for display render on 2-colour displays
2023-12-19 21:46:21 +01:00
Ace
c656b3a562
Updated driver for 7.5" v2 colour
2023-12-18 12:54:32 +01:00
Ace
e710964e10
Best practices & code cleanup
2023-12-18 12:46:33 +01:00
Ace
ad0610635e
Remove semicolons
2023-12-17 23:44:22 +01:00
Ace
08c8d10815
Remove semicolons
2023-12-17 23:42:25 +01:00
Ace
03f26ec49a
Remove semicolons
2023-12-17 23:40:18 +01:00
Ace
f7496683f0
Merge pull request #296 from mygrexit/main
...
make calibration optional
2023-12-15 01:00:21 +01:00
Ace
df8b9e402e
flip image right to left by default
2023-12-14 22:29:22 +01:00