mrbwburns
0ca272b563
weather scraper improvements
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
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
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
aceisace
24ae6df27e
bump requirements
...
fix some minor issues
code cleanup
2023-01-10 22:58:01 +01:00
dealyllama
dfd710af94
Update inkycal_todoist.py
2022-12-06 10:43:47 -08:00
aceisace
69786fb4df
fix problem where todos were only shown of a single group
2022-10-04 23:56:43 +02:00
aceisace
4753dbc4a6
fix problem when due was defined in todo
2022-10-04 23:31:33 +02:00
aceisace
f3d951a93c
fix calculation of offsets due to new api response structure
2022-10-04 22:22:55 +02:00
aceisace
2914070d65
check if todo data entry exists to prevent errors when writing text (text=None)
2022-10-04 22:06:28 +02:00
aceisace
578d3d9f1f
logger stuff
2022-10-03 02:58:27 +02:00
aceisace
3460aabd7b
Added (plain) text to display module
2022-10-03 02:58:07 +02:00
aceisace
560d73a87c
logger best practices
2022-10-03 02:56:04 +02:00
aceisace
9dff6e88cf
bump requirements and adapt todoist module accordingly
2022-10-03 01:03:24 +02:00
aceisace
4d1ed107b7
naming convention
2022-10-02 00:49:27 +02:00
David
54f293d0e6
Fixed parser reading file based calendars as strings rather than calendar objects
2022-08-29 17:16:19 +01:00
aceisace
c718d4831f
fix tests for image module
2022-04-14 05:53:10 +02:00
aceisace
661aab45d4
minor fixes
2022-04-14 04:57:55 +02:00
Ace
606ea8e7e5
fix keyerror -> summary not in posts
2022-04-14 04:33:16 +02:00
Ace
1263b601fc
Merge pull request #203 from priv-kweihmann/agenda-locale-fix
...
agenda: print localized time for events
2022-04-14 04:09:54 +02:00
aceisace
f54de4387b
#203
2022-04-14 04:08:38 +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
Ace
7ec890b2ca
Merge pull request #160 from emilyboda/emilyboda-hotfix-fix_loading_from_ics_file
...
fix loading from ics file
2022-04-02 00:54:08 +02:00
Ace
b1f2a43413
Merge pull request #174 from sapostoluk/main
...
Weather Module: Windspeed rounding and formatting fix
2022-04-02 00:49:14 +02:00
Ace
b08a585424
Fix for deleted groups causing Exceptions
...
Deleted groups would previously cause the module to fail as the api would still show todos from groups that have been deleted, but not the name of the group.
Iterating over the groups caused a KeyError Exception. This commit does an additional check to see if the group really does exist or has been deleted.
2022-02-09 22:16:26 +01:00
Ace
b00212a9db
fix cursor out of range
2022-02-08 23:39:29 +01:00
Konrad Weihmann
74892968ee
agenda: print localized time for events
...
in before these were always formatted with the default locale
Signed-off-by: Konrad Weihmann <kweihmann@outlook.com>
2021-11-28 22:53:17 +01:00
wface
5a163a65a8
changed yfinance requirement to 0.1.62
2021-07-11 11:26:05 +02:00
wface
48204c0c55
inkycal_stocks module update
...
updates the inkycal_stocks module from 0.3 to 0.5
2021-07-08 17:20:27 +02:00
sapostoluk
ad68387642
Fixed misplaced parentheses for rounding windspeed, abbreviated 'miles/h' to 'mph', and added space before wind units
2021-02-17 00:36:13 -05:00
sapostoluk
af1e7e05c1
Implemented wind speed rounding for non-beaufort units, as the round_windspeed option previously didn't actually round the windspeed
2021-02-16 23:56:53 -05:00
Ace
25ce92ad26
Fix for auto-expansion of events for 4 rows
2021-02-04 23:48:17 +01:00
Ace
287f7196f7
Fix for KeyError: 31
...
Added a second check for checking if key exists in the dictionary.
2021-02-02 23:52:52 +01:00
Ace
fcf7799e43
Hotfix for Todoist API module
...
The Todoist module would not update on each loop, but rather at each reboot. This commit fixes the problem by syncronising with the API on each refresh.
2021-02-01 19:17:07 +01:00