Commit Graph

1904 Commits

Author SHA1 Message Date
Ace
88adcb4e7f
bump recurring-ical-events to v0.1.17b0 2020-06-17 21:19:20 +02:00
Ace
cc6d06878b
bump recurring-ical-events to v0.1.17b0 2020-06-17 21:18:45 +02:00
Ace
7a124dd0b3
use single workflow 2020-06-17 14:55:21 +02:00
Ace
1d914c6d5b
Use single workflow file 2020-06-17 14:54:48 +02:00
Ace
80378ab776
switch from pytest to built-in tests 2020-06-17 00:17:23 +02:00
Ace
07cbda03cf
Lots of minor improvements
Added build status badge
Added section for customising modules
Added buy me a coffee section with QR code
updated task list
2020-06-17 00:03:17 +02:00
Ace
2d1929ae89
added qr for coffee 2020-06-16 23:58:32 +02:00
Ace
9ba25c90df
trying to fix tests 2020-06-16 23:20:41 +02:00
Ace
883f9d3842 fixed typo 2020-06-16 22:37:08 +02:00
Ace
29381d733c Finished draft of inkycal_image module
In testing, might contain bugs!
Split server settings from inkycal image.
Inkycal_server will be done soon
2020-06-16 22:36:57 +02:00
Ace
cb162a5b1e Fixed an issue with timezones for all days events
Fix an issue where all day events would not be shifted by the UTC offset
Credit to emilyboda
2020-06-14 22:58:27 +02:00
Ace
f8834c4c21 Improved layout setup
It is now possible to use one, two or three modules and use the height defined by the settings file
2020-06-13 16:14:49 +02:00
Ace
90ec1a177d fixed possible rotation issues
The image will only be rotated while rendering on the Display, i.e. when render  = True.
Images saved in /Inkycal/images will not be affected by this change to allow developers to see the image wihtout having to flip the images manually
2020-06-13 15:15:56 +02:00
Ace
a66e28ded7 Implemented fontisze changing 2020-06-13 15:13:53 +02:00
Ace
13e211f8c3 added extra info for own modules 2020-06-13 15:13:13 +02:00
Ace
c94a2ff122 removed non-required epaper commands while initalising 2020-06-12 23:18:59 +02:00
Ace
2dc70f590d Fixed offset issues on generated image 2020-06-12 23:15:36 +02:00
Ace
ca36269380 implemented display orientation option 2020-06-12 18:16:19 +02:00
Ace
f0ab9e4558 initial template for todoist api module
Work in progress, please do not use yet.
2020-06-12 18:13:14 +02:00
Ace
85dc6871a0 Bugfixes + speed improvements
Fixed issue with duplicate events
Switched from list comprehensions to generator expressions for better performance
Problems:
Date sorting not working as expected
2020-06-12 18:12:14 +02:00
Ace
c0e2431e76 Fixed incorrect display resolution 2020-06-12 18:07:54 +02:00
Ace
241aa21330
added note about todoist api module 2020-06-12 16:43:40 +02:00
Ace
632214e0f0 Fixed some tests, added a few more 2020-06-10 15:12:44 +02:00
Ace
65c7d48030
updated discord invite link
new users will now enter the #welcome channel
2020-06-10 13:16:33 +02:00
Ace
de3b5c2f6b
Merge pull request #124 from emilyboda/feature/weather-fixes
Hotfix for:
* incorrect time format in weather module when selecting 12-hour time-format
* weather timezone
2020-06-08 16:50:22 +02:00
Ace
f2279658e4
Bump pillow to v6.2.2
Fix for vulnerability alert
2020-06-08 15:26:38 +02:00
Ace
03a184775c Fix for issue #122 2020-06-07 15:57:38 +02:00
Ace
e01728bcd8 Fix for issue #123 2020-06-07 15:57:01 +02:00
Ace
d25b393256
Update README.md 2020-06-05 23:43:47 +02:00
emilyboda
52a762f55f
fixed timezone bug the correct way 2020-06-05 11:55:07 -04:00
emilyboda
5f31171c3b
removed timezone fix, as it was broken 2020-06-05 11:54:28 -04:00
Ace
61fd68628a Revert "Merge pull request #120 from emilyboda/feature/weather-fixes"
This reverts commit 6a9ec37390, reversing
changes made to 13556a5cf3.
2020-06-05 17:47:12 +02:00
Ace
aff7a59df0
fixed typo 2020-06-05 00:47:09 +02:00
Ace
ec5ee4dd88
Merge pull request #121 from aceisace/dev_ver2_0_jsonc
Implemented jsonc parsing
2020-06-05 00:25:00 +02:00
Ace
3dbf287613
Added jsmin as core requirement 2020-06-05 00:24:12 +02:00
Ace
b9322eb750
Added jsmin as core requirement 2020-06-05 00:23:06 +02:00
Robert Sirre
065c04243d Implemented jsonc parsing
Note: jsmin installation need to be done manually via `pip3 install jsmin`
2020-06-04 23:57:31 +02:00
Ace
6a9ec37390
Merge pull request #120 from emilyboda/feature/weather-fixes
Fix: 12/24 hour issue for forecasts.
Improvement: Use local time, convert to UTC for fetching data from openweathermap.
2020-06-04 23:24:21 +02:00
emilyboda
0843aa8943
made the 3hr forecast time respect local timezone
1. converted the now variable to local TZ
2. the forecast.get_weather_at function still requires UTC, so I added a TZ conversion back to UTC.
2020-06-04 15:40:26 -04:00
emilyboda
97d6046e30
forecasted times are now in 12 hr format when requested
Previously showed only 24 hr time, no matter what was requested. I edited it so that when hours = "12", the time format will be 12 hr time format.
2020-06-04 15:39:47 -04:00
Ace
f8a0622e86 Fixed Error
Fixed: " AttributeError: 'Agenda' object has no attribute 'parser' "
2020-06-04 00:55:44 +02:00
Ace
5804f42e62
Added info about testing latest beta 2020-06-04 00:52:49 +02:00
Ace
58b8563bc8
Lock pyowm to v2.10.0
The new release v3.0.0 is not backwards compatible. To prevent the weather module from breaking, pyowm v2.10.0 will be installed.
Fix for "AttributeError: 'OWM' object has no attribute 'weaher_at_place'"
2020-06-03 16:08:00 +02:00
Ace
37dbb1b127
fixed "NameError: name 'config' is not defined' 2020-06-03 15:48:30 +02:00
Ace
13556a5cf3 Revert "Added note about BETA"
This reverts commit a3fa08bda2.
2020-06-02 22:25:47 +02:00
Ace
af5c7a791f Revert "Removed beta notice"
This reverts commit f053bd0c75.
2020-06-02 22:25:38 +02:00
Ace
f053bd0c75
Removed beta notice
There are some issues with BETA which could not be fixed yet, please wait a bit longer until the problems are fixed. Thanks for your understanding
2020-06-01 19:56:24 +02:00
Ace
feee1000a9 remove ad-hoc tests 2020-05-30 00:48:59 +02:00
Ace
5fe72e2265 Minor improvements 2020-05-30 00:48:33 +02:00
Ace
3b3c42cec7 minor improvements 2020-05-30 00:48:12 +02:00