b3aebcb780
Added title as representation for debugging
2019-02-26 21:41:12 +01:00
a5d849c1dd
Set default values to interface that should be interpreted as "current"
2019-02-26 21:37:18 +01:00
7f9a6a3102
Added and removed some parameters in CalendarInterface
2019-02-26 17:30:53 +01:00
615e338e9a
Created and implemented a DebugInterface and defined it for console use
2019-02-26 16:23:58 +01:00
82c28841a7
Changed some properties
2019-02-26 16:23:27 +01:00
bd077866d9
Implemented new debug options from settings-file
2019-02-25 21:57:22 +01:00
c572180d5b
Added calibration_hours to settings-sample
2019-02-25 21:55:30 +01:00
7c8dc46b45
Extended settings-file with debug options.
2019-02-25 21:47:32 +01:00
1a330d9e73
Changed names
2019-02-25 21:43:27 +01:00
b57800b0d8
Created CalendarInterface
2019-02-23 22:11:49 +01:00
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