Commit Graph

49 Commits

Author SHA1 Message Date
Ace
b409cfe544
Merge branch 'main' into feature/#311 2024-06-25 17:55:15 +02:00
Ace
4f7d31f54e fix missing translation
add material-icons font
use icon for all-day events
2024-06-22 02:56:45 +02:00
Ace
acc4fb7ce6 fix an issue where the text would not be vertically centered 2024-06-22 02:03:48 +02:00
Ace
610f246c02 checkpoint 2024-05-12 02:00:26 +02:00
Ace
ae86daf6b8 Add support for longer update intervals
Load display-sizes from supported_models
Cleanup old images on new run of Inkycal
2024-03-10 02:11:33 +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
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
0735ce285f add sunrise and sunset to the owm wrapper 2024-01-23 20:44:21 +01:00
mrbwburns
8fb7a8a880 first shot at the openweathermap_wrapper extension (PyOwm replacement) 2024-01-22 20:52:19 +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
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
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
e710964e10 Best practices & code cleanup 2023-12-18 12:46:33 +01:00
Ace
a7e2a852e9 Implement 16 grayscale support for image module 2023-12-14 01:51:10 +01:00
Ace
60be01fbdb fix tests, add border feature 2023-11-24 02:37:27 +01:00
mygrexit
145da4de1c Revert dotted and dashed lines
Removing the approach for dotted and dashed lines since it's  a dead end.
2023-11-23 22:08:33 +01:00
Ace
50f11dc2a4 fix too small line-height 2023-11-21 16:03:09 +01:00
mygrexit
126b3826e6
Add dotted and dashed lines (draw_boarder function)
First version of adding dotted and dashed line in order to be able to have more distinguishon between multi event, single event and mixed event days. This version is using the "arcs" from PIL ImageDraw which isn't pretty.
2023-11-10 21:53:36 +01:00
Ace
bebe60aef3 text-module enhancement
This allows an improved approach to load text from URL
Also improved the function to check for a connection by attempting three times before giving up
2023-11-08 20:22:50 +01:00
Ace
93c968da53 python 3.11 & code quality improvements 2023-11-07 22:49:48 +01:00
Ace
9486006e86 naming convention 2023-06-03 16:16:07 +02:00
aceisace
24ae6df27e bump requirements
fix some minor issues
code cleanup
2023-01-10 22:58:01 +01:00
aceisace
560d73a87c logger best practices 2022-10-03 02:56:04 +02:00
aceisace
4d1ed107b7 naming convention 2022-10-02 00:49:27 +02:00
aceisace
661aab45d4 minor fixes 2022-04-14 04:57:55 +02:00
aceisace
5cd04bda04 Minor code improvements 2022-04-10 06:35:08 +02:00
aceisace
5b032d6231 Improved formatting 2022-04-02 01:30:17 +02:00
Robert Sirre
32846ef1e7 Corrected typo 2020-12-06 23:26:17 +01:00
Ace
598d2b2614 code cleanups 2020-12-05 00:18:14 +01:00
Ace
8a82a149af removed a problematic line 2020-11-29 14:53:13 +01:00
Ace
418422fa52 Improved documentation 2020-11-24 00:40:49 +01:00
Ace
9cd2f1c5cd
fixing docs... 2020-11-23 12:48:51 +01:00
Ace
e93c3e36ad improved logging 2020-11-21 16:25:08 +01:00
Ace
035ce65f06 Adapting modules for new web-ui (do not use yet) 2020-11-10 11:53:48 +01:00
Ace
29788f0313 Initial commit for release v2.0.0
A  lot of work-in-progress and far from complete.
Lots of improvements related to user-friendliness, fully new web-UI. Better infrastructure....
more coming soon
2020-11-09 17:51:15 +01:00
Ace
5b0fdde7dd Code cleanup 2020-05-30 00:46:52 +02:00
Ace
33a36e1377 fixed typo 2020-05-26 19:13:36 +02:00
Ace
c3fbd79eda Implementation of interface (template) for all modules
- Correct setup of logging
- all inkycal-modules inherit from the given template
- Added basic, optional validation
- more code cleanups
- fixed a few minor bugs
2020-05-23 01:45:40 +02:00
Ace
620211b0fb refactoring update
Created new ical_parser
refactored inkycal_calendar
refactored inkycal_agenda
fixed minor bug in write_text function
2020-05-18 03:46:49 +02:00
Ace
b9b38b56bc minor improvements
inkycal_rss: fix format of saved images
inkycal_weather:
* drop support for wind direction (api does not always provide this data)
* Add borders around each sub-section
2020-05-13 18:36:54 +02:00
Ace
33e6888096 modules refactoring + slight changes to folder structure 2020-05-12 19:35:08 +02:00
Ace
c8786f6006 Revert "modules refactoring + slight changes to folder structure"
This reverts commit 3fe9675bef.
2020-05-12 19:30:45 +02:00
Ace
3fe9675bef modules refactoring + slight changes to folder structure 2020-05-12 19:26:10 +02:00