Commit Graph

159 Commits

Author SHA1 Message Date
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
d2d7c91bb5 step 1: actual conditions working 2024-01-15 19:08:46 +01:00
Bernhard Sessner
6d04685f10 Merge remote-tracking branch 'upstream/main' 2023-12-28 15:12:56 +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
1138f2d862
add parameter for dithering 2023-12-13 13:14:59 +01:00
Bernhard Sessner
a3d276f8c6 Merge remote-tracking branch 'upstream/main' 2023-12-12 07:41:18 +01:00
Ace
bef931097b fix docs
Fix an issue with docs not being able to find Inkycal modules
2023-12-07 18:40:24 +01:00
mrbwburns
796ba69986 some cleanup 2023-11-26 20:40:49 +01:00
mrbwburns
b885105147 bump devcontainer to bookworm, add documentation 2023-11-26 20:29:02 +01:00
mrbwburns
a7c3edc60e
Merge branch 'main' into weather_scaling 2023-11-26 17:16:03 +01:00
Ace
60be01fbdb fix tests, add border feature 2023-11-24 02:37:27 +01:00
Ace
0660ac5537
Merge pull request #286 from aceinnolab/feature/#283
feature/#283
2023-11-23 01:23:58 +01:00
Ace
032b674af9 add xkcd module 2023-11-22 19:02:11 +01:00
Ace
f0cb8528b8 add webshot module 2023-11-21 20:16:10 +01:00
Ace
50f11dc2a4 fix too small line-height 2023-11-21 16:03:09 +01:00
Ace
59c59e80f5 tests best practices 2023-11-21 15:18:19 +01:00
Ace
823df7253a
adapt for Pillow10 2023-11-20 20:15:16 +01:00
Ace
d53d167f74
Update inkycal_stocks.py 2023-11-20 18:58:56 +01:00
mrbwburns
f146949249 latest best guess at scraping the weather 2023-11-20 17:29:46 +01:00
mrbwburns
edd12c3ba0 Merge branch 'weather_scaling' of github.com:mrbwburns/Inkycal into weather_scaling 2023-11-20 17:29:46 +01:00
mrbwburns
0d8cb6c42a no image processing on main
remove the weather scraper call from the inky image module
2023-11-20 17:29:46 +01:00
mrbwburns
2f494eab9e revert original weather module back to master 2023-11-20 17:29:46 +01:00
mrbwburns
485228e35d another shot for improved image display 2023-11-20 17:29:46 +01:00
mrbwburns
0ca272b563 weather scraper improvements 2023-11-20 17:29:46 +01:00
mrbwburns
6287affb0c call the openweather scraper from the image module 2023-11-20 17:29:45 +01:00
mrbwburns
a0fa33d5e1 scraping the weather instead of using the API 2023-11-20 17:29:45 +01:00
mrbwburns
7cac3fd195 - improve devcontainer setup
- add openweather web scraper module
2023-11-20 17:29:45 +01:00
mrbwburns
62bb0f600e first improvements for larger fontsizes 2023-11-20 17:29:45 +01:00
mygrexit
2dc945ebee
Added support for multi-day events
Improved event handling in calendar: Enhanced the calendar module to handle events spanning multiple days.
2023-11-10 14:57:47 +01:00
mygrexit
d79c65cdd5
Add localized formatting for multi-day event durations
This commit introduces a feature to format the names of multi-day events using Arrow's localization. Event titles now include the event duration in days.
2023-11-10 13:39:08 +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
a921a9c917 code quality improvements 2023-11-07 23:13:30 +01:00
Ace
93c968da53 python 3.11 & code quality improvements 2023-11-07 22:49:48 +01:00
Ace
5508274df7
fix issue on no title 2023-09-25 13:36:39 +02:00
Hong Jiang
b57d60bab9 only print dir creation log when it actually happens 2023-09-10 13:03:30 +08:00
Hong Jiang
b18d25eaa4 only create directory for stocks when necessary
This avoids printing an inacurate error every time.
2023-09-10 12:53:40 +08:00
LakesideMiners
ccf90d8aea
Update __init__.py 2023-06-07 05:44:20 -04:00
Ace
9486006e86 naming convention 2023-06-03 16:16:07 +02:00
Ace
003258eb39
temp disable Stocks module 2023-04-16 21:16:42 +02:00
The Random DIY
598fbf7b68 InkyCal module updated with Black and Pylint changes 2023-02-25 15:38:15 +02:00
Ace
d072e86599
added changes from #194 2023-02-14 22:58:32 +01:00
Ace
0533a974fd
revert weather module 2023-02-14 21:58:23 +01:00
Ace
eea4211530
Delete inkycal_weather.py 2023-02-14 21:36:32 +01:00
ch3lmi
d8e18a2f86
Add files via upload 2023-02-13 09:19:23 +01:00
ch3lmi
d57744adfb
Update inkycal_weather.py 2023-02-13 09:06:38 +01:00
ch3lmi
52b300bda2
Add files via upload 2023-02-10 14:50:16 +01:00
aceisace
3eb1891131 Merge branch 'feature/venv'
# Conflicts:
#	.github/workflows/tests.yml
#	README.md
#	inkycal/modules/ical_parser.py
#	inkycal/modules/inkycal_agenda.py
#	inkycal/modules/inkycal_feeds.py
#	inkycal/modules/inkycal_todoist.py
#	inkycal/modules/inkycal_weather.py
#	requirements.txt
2023-01-13 01:47:18 +01:00