d102c7c639
Created more abstract level for data sources
2019-02-23 20:41:01 +01:00
1b9ed82b40
Implemented abstract weather forecast to main file and ignored debug image.
2019-02-23 19:49:20 +01:00
4c127179a9
Implemented OwmForecast
2019-02-23 19:36:20 +01:00
d62719ceda
Added location information to interface.
2019-02-23 19:35:07 +01:00
e3efe6ebd2
Renamed identifier
2019-02-23 19:33:39 +01:00
f29b5f0dbf
Removed unnecessary property
2019-02-23 19:31:52 +01:00
e13b581055
standardized identifier
2019-02-23 19:28:07 +01:00
5d88baca08
Added properties
2019-02-23 19:26:58 +01:00
022530063e
Added clouds as property
2019-02-23 19:14:36 +01:00
f05c25a7e9
Added air humidity as property and changed unit to units
2019-02-23 19:13:19 +01:00
2eaffe3b63
Added unit as parameter
2019-02-23 19:10:26 +01:00
d65d1ed743
Removed unnecessary import.
2019-02-21 17:19:14 +01:00
2b4406d613
Defined abstract weather forecast source interface.
2019-02-21 17:17:18 +01:00
3d0f86a17c
Excluded exportet debug image.
2019-02-20 21:17:57 +01:00
91a160512f
Removed superfluos status print.
2019-02-20 21:17:39 +01:00
2738dae878
Excluded personal settings.py-file for testing
2019-02-20 21:03:42 +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
2785542aa0
Created ImageFileAdapter for debuging.
2019-02-20 20:53:14 +01:00
679fed425d
Bounded width and height of DisplayAdapter to constructor.
2019-02-20 20:00:08 +01:00
31ee4359ee
Added information to constructor and implemented it.
2019-02-20 19:18:28 +01:00
452b1fba57
Removed absolute path for testing. Works now as relative path.
2019-02-20 19:14:41 +01:00
15fb84641c
Defined CalendarEvent container.
2019-02-20 18:57:55 +01:00
ff8f0a98ef
Created WeatherForecast container
2019-02-20 18:50:18 +01:00
ed4b511002
Implemented new EpdAdapters
2019-02-19 22:08:06 +01:00
4a1c3ea9ca
Fixed some bugs
2019-02-19 22:07:23 +01:00
a630dd2d54
Fixed indents
2019-02-19 22:02:11 +01:00
c2d345dea0
Implemented calibration
2019-02-19 21:49:50 +01:00
7596b7703d
Implemented EpdDisplayAdapters
2019-02-19 21:43:53 +01:00
c9afe86c95
Removed unecessary comments
2019-02-19 21:43:40 +01:00
d0e7ee3fa8
Generalized DisplayAdapter
2019-02-19 21:07:07 +01:00
a67987b78f
Added missing parameters in DisplayAdapter
2019-02-19 20:57:51 +01:00
c3e51da446
Merge branch 'master' of https://github.com/mgfcf/E-Paper-Calendar-with-iCal-sync-and-live-weather
2019-02-19 20:51:14 +01:00
9e7fb46859
Defined DisplayAdapter interface
2019-02-19 20:51:10 +01:00
d57c41e813
Merge pull request #1 from aceisace/master
...
Pull recent commits
2019-02-19 20:36: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
Maximilian Giller
17dd30b56b
Bug in epd_digital_read resolved.
2019-02-17 14:44:38 +01:00
Maximilian Giller
e5e9bb2478
Possible bug in epd_digital_read resolved.
2019-02-17 12:17:51 +01:00
Ace
ede448c7c1
Update E-Paper.py
2019-02-16 00:13:59 +01:00
Ace
de9292b525
Added a feature
2019-02-14 23:09:35 +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
617ef8a6c1
Removed an iCal URL which caused timeouts
2019-02-13 15:55:42 +01:00
Ace
3725601462
Added feature related to openweathermap API
2019-02-13 15:12:53 +01:00
Ace
a40b8db7e7
Added new features in planning
2019-02-13 00:12:29 +01:00
Ace
e6f08e83fd
Fixed an issue where the settings.py was missing
2019-02-12 20:29:52 +01:00
Ace
272ad2f594
Update README.md
2019-02-12 08:59:17 +01:00
Ace
72a5f13db4
Fixed a bug
...
Fixed a bug causing an error on 2 colour displays.
(UnboundLocalError: local variable 'red' referenced before assignment)
Cause: incorrect indent block on line 27
2019-02-12 08:46:52 +01:00
Ace
fff6361140
Added a few more features for the next version.
2019-02-11 21:57:49 +01:00
Ace
b7c9c11bbb
Added a note on iCalendars
2019-02-11 14:38:47 +01:00
Ace
e9aa1b336d
Fixed an issue where no settings file was created
2019-02-10 23:42:11 +01:00
Ace
ef5b5c8eff
Update settings.py.sample
2019-02-10 23:32:18 +01:00