Commit Graph

1355 Commits

Author SHA1 Message Date
Ace
639656cf8c Merge pull request #55 from aceisace/support-for-recurring-events
Support for recurring events
2019-12-14 19:25:19 +01:00
Ace
7651feb7df Added Error handling for recurring events
With the added Error handling, the stability of the recurring-events-parsing section has improved as well. This is handy when using non-supported iCalendars.
2019-12-14 19:19:44 +01:00
Ace
cd6878f8cf Added support for recurring events
This is a more thorough approach on fetching and parsing recurring events. It has been tested on Google and Yahoo iCalendar, so it might not work on others. As further testing and feedpack is required to test it's reliability, the parsing of reucrring events is switched off by default. Setting 'use_recurring_events' to 'True' activates parsing of recurring events.
2019-12-14 17:24:05 +01:00
Ace
d866ee3885 Added dummy file
Since the Inky-Calendar depends on the images folder, this folder was created. The dummy weather image is there as github does not allow creating empty folders.
2019-12-12 23:04:49 +01:00
Ace
1f55f614f6 Merge pull request #54 from aceisace/delete-double-folder
Delete double folder
2019-12-12 22:54:59 +01:00
Ace
9517017365 Improved folder structure
With the new folder structure, users can now easily clone the repo with git clone. The need for renaming and shifting folders is now gone.
2019-12-12 22:52:57 +01:00
Ace
cfdd691213 Removing double Inky-Calendar folder 2019-12-12 22:49:36 +01:00
Ace
94fc709c6f Removing double Inky-Calendar folder 2019-12-12 22:49:21 +01:00
Ace
e39e71fec6 Removing double Inky-Calendar folder 2019-12-12 22:49:13 +01:00
Ace
44b1433919 Removing double Inky-Calendar folder 2019-12-12 22:49:00 +01:00
Ace
386f27a9aa Removing double Inky-Calendar folder 2019-12-12 22:48:48 +01:00
Ace
52ec9791c5 Removing double Inky-Calendar folder 2019-12-12 22:48:37 +01:00
Ace
1f3a65775b Removing double Inky-Calendar folder 2019-12-12 22:48:28 +01:00
Ace
b904d7ed11 Removing double Inky-Calendar folder 2019-12-12 22:48:18 +01:00
Ace
6a2f573464 Removing double Inky-Calendar folder 2019-12-12 22:48:07 +01:00
Ace
4fb2404ebe Removing double Inky-Calendar folder 2019-12-12 22:47:58 +01:00
Ace
4bf34e584a Removing double Inky-Calendar folder 2019-12-12 22:47:50 +01:00
Ace
9a6d011a7c Removing double Inky-Calendar folder 2019-12-12 22:47:39 +01:00
Ace
a9ec39a1fb Removing double Inky-Calendar folder 2019-12-12 22:47:28 +01:00
Ace
957dec8a33 Removing double Inky-Calendar folder 2019-12-12 22:47:18 +01:00
Ace
3e39502bc4 Removing double Inky-Calendar folder 2019-12-12 22:47:08 +01:00
Ace
43f38eff22 Removing double Inky-Calendar folder 2019-12-12 22:46:58 +01:00
Ace
8f521c343a Removing double Inky-Calendar folder 2019-12-12 22:46:47 +01:00
Ace
05298d5bfb Removing double Inky-Calendar folder 2019-12-12 22:46:31 +01:00
Ace
73ff980fc5 Removing double Inky-Calendar folder 2019-12-12 22:46:21 +01:00
Ace
b44a049a93 Delete NotoSans-SemiCondensedMedium.ttf 2019-12-12 22:46:08 +01:00
Ace
e0b0a9b7a6 Removing double Inky-Calendar folder 2019-12-12 22:45:58 +01:00
Ace
5168e3ce09 Removing double Inky-Calendar folder 2019-12-12 22:45:28 +01:00
Ace
0e361a0a3c Auto-expand agenda
Added feature to automatically expand agenda module if the bottom section is emtpy
2019-12-12 00:10:00 +01:00
Ace
6980e8e419 Changed font for better readability 2019-12-11 23:34:07 +01:00
Ace
9a0266ed63 Merge pull request #53 from aceisace/Agenda-module-fix
Agenda module fix
2019-12-11 23:31:28 +01:00
Ace
8618e0046b Bugfix for event-times
Cleaned up code converting event times to local timezone, since the icalendar module handles this task by default now. 
Fixed a problem where events would not show up correctly on the agenda module.
Changed the used font for better readability.
2019-12-11 23:28:58 +01:00
Ace
94dd38f880 Code cleanup
Removed non-required conversion of event time as the icalendar module now handles this task
2019-12-11 23:24:52 +01:00
Ace
22fbce4758 Set event times correctly
Instead of setting the timezone-aware (local) time of each event in every module, the icalendar module does it by default now. As a result, when importing events in any other module, the time will be correct.
2019-12-11 23:23:52 +01:00
Ace
83a2645e49 Merge pull request #52 from aceisace/fontsize-adjustment
Fontsize Adjustment
2019-12-11 23:18:04 +01:00
Ace
24285741c4 Fixed name of font 2019-12-11 23:13:48 +01:00
Ace
d1275c7826 deleted non-readable font 2019-12-11 23:10:49 +01:00
Ace
4f8478acd7 deleted non-readable font 2019-12-11 23:10:36 +01:00
Ace
42c82ab84a Changed font for calendar module
The new font has a better readability on the E-Paper displays
2019-12-11 23:07:13 +01:00
Ace
7670639029 Updated default fonts
The new config file now uses thicker fonts
2019-12-11 23:01:21 +01:00
Ace
43597e8987 Added fonts with better readability
These fonts are thicker than the previous ones, making them easier to read on E-Paper diplays.
2019-12-11 22:57:56 +01:00
Ace
6203d8bebf Deleted non-readable font
This font is too thin to be readable on the E-Paper display.
2019-12-11 22:56:33 +01:00
Ace
e5c96b8ab8 Deleted non-readable font
this font is too thin to be readable on the E-Paper display
2019-12-11 22:55:43 +01:00
Ace
af0dc15b74 Deleted non-required font
Deleted this font as it is not suitable (readable) on E-Paper displays.
2019-12-11 22:55:01 +01:00
Ace
d77d066303 Create requirements.txt 2019-12-08 17:22:51 +01:00
Ace
5c9657e4a6 Update settings.py 2019-12-07 17:41:16 +01:00
Ace
0feb0e8f19 Update Changelog.md 2019-12-06 21:15:22 +01:00
Ace
5976b2dcd5 Update Installer.sh 2019-12-06 20:03:53 +01:00
Ace
c50e445abb Update configuration.py 2019-12-05 23:08:10 +01:00
Ace
2c6e0ddfd2 Update inkycal_weather.py 2019-12-05 23:07:37 +01:00