Commit graph

25 commits

Author SHA1 Message Date
c99bb1538b Implemented DayView design canvas and options 2019-03-17 12:12:58 +01:00
cbe3b1da4a Added line break 2019-03-13 21:07:36 +01:00
c9c6ce4207 Extracted loop timing and added refresh interval option. 2019-03-13 20:33:20 +01:00
e1e25e3d2a Added functionality to add highlighted calendars 2019-03-10 18:32:20 +01:00
477894b251 Implemented paid_subscription option for owm 2019-03-09 16:03:43 +01:00
26bdceb22e Removed dead code, changed WeatherInterface and implemented forecasts into Owm weather, but did not test it 2019-03-09 15:46:42 +01:00
cec0ee83da Added design option in settings-file and renamed general design settings 2019-03-08 17:46:10 +01:00
06b6d697f2 Uncommented add_calendar to design 2019-03-06 22:15:53 +01:00
9756a6abb8 Fixed typo 2019-03-04 20:22:40 +01:00
1ac32e2545 Now printing rss feeds insted of events 2019-03-04 20:10:36 +01:00
7043911cb8 Removed unnecessary comments and imports 2019-03-03 16:40:14 +01:00
b7692efa35 Added event day highlights 2019-03-02 09:36:55 +01:00
6af80788e8 Removed debugging code 2019-02-28 22:00:00 +01:00
e012fbfebc First steps. Deleted alot, added even more. 2019-02-28 15:17:43 +01:00
4c2c049c4b Implemented renamed debug function 2019-02-27 17:14:20 +01:00
435fd8d989 Implemented new DebugInterface, IcalEventFetcher and fixed some bugs. 2019-02-26 22:09:19 +01:00
bd077866d9 Implemented new debug options from settings-file 2019-02-25 21:57:22 +01:00
1b9ed82b40 Implemented abstract weather forecast to main file and ignored debug image. 2019-02-23 19:49:20 +01:00
91a160512f Removed superfluos status print. 2019-02-20 21:17:39 +01:00
a6cede3554 Implemented debug option and ImageFileAdapter to main-file and fixed some string formating errors. 2019-02-20 20:56:10 +01:00
ed4b511002 Implemented new EpdAdapters 2019-02-19 22:08:06 +01:00
Ace
86cdc5630e
Fixed an big related to week starting on Sunday
Removed line 82, starting with 'draw...' as it caused some errors. Choosing weekday="Sunday" should now work as expected. 
Special thanks to Nobuyoshi Sato for finding this bug.
2019-02-19 09:52:03 +01:00
Ace
ede448c7c1
Update E-Paper.py 2019-02-16 00:13:59 +01:00
Ace
0b84d46c43
Added bugfix for iCalendar and truncating events
Contains some improvements in the section tha filters events from the iCalendar URL. The sorting algorithm has been improved to display events after today and in chronological order. If the event names is too long for the line, it'll be truncated until it fits.
Special thanks and credit to Hubert for suggesting the above mentioned improvements.
Also fixed an issue where the iCalendar would throw errors if the Alarm action for an event was set to 'None'.
2019-02-14 15:27:41 +01:00
Ace
bfd8e166d3
RELEASE V1.5?!
Initial release of v1.5!
This place is a teeny bit too small so you should check out the Changelog to see the changes.
2019-02-03 16:26:30 +01:00