Commit Graph

1035 Commits

Author SHA1 Message Date
Ace
165ad83f9d Added new setting
Support for 'last-update' (timestamp) feature
2019-06-11 02:47:05 +02:00
Ace
6842f2a893 Added option to show time of last display-update 2019-06-11 02:39:44 +02:00
Ace
d27b1855f5 Merge pull request #37 from aceisace/Stable
syncing branches
2019-06-11 02:38:03 +02:00
Ace
c6ea7af573 Update README.md 2019-06-06 14:20:33 +02:00
Ace
8bd27b3ca6 outdated 2019-06-06 14:17:17 +02:00
Ace
3de9c42c4f outdated 2019-06-06 14:17:07 +02:00
Ace
6aa082d2cb Update CONTRIBUTING.md 2019-06-02 15:42:49 +02:00
Ace
ce4b75d86c Cleaned up issue template 2019-06-02 15:36:34 +02:00
Ace
34bd435c23 Merge pull request #36 from aceisace/master
Syncing changes
2019-06-02 15:23:03 +02:00
Ace
9fc09de0f3 Update README.md 2019-06-02 15:20:49 +02:00
Ace
c144e03704 Updated installer url for this (master) branch 2019-05-29 13:24:43 +02:00
Ace
e0ec291473 Some optimisations
Optimised algorithm for getting the next sun-event (sunrise/sunset). Optimised some values for the image pre-processing operation for better readability.
2019-05-25 14:37:31 +02:00
Ace
773699d9bf Cleaned up code
Removed some outdated icon paths due to change from image-based weather-icons to font-based weather-icons
2019-05-24 01:03:43 +02:00
Ace
8595ca0939 Updated file for new features
Switched from image-based weather-icons to font-based weather-icons. Added font names (and paths) for easier re-usage.
2019-05-24 00:59:46 +02:00
Ace
baf3d74cb3 Some improvements
Switched from image-based weather-icons to font-based weather-icons. Added language support for weather description. Switched from short weather description to detailed weather description. Due to space limitations, either the sunrise/sunset time will be shown (whichever is coming up next), but not both. Improved image pre-processing for better readability of new fonts (NotoSans). Some minor code improvements.
2019-05-24 00:57:04 +02:00
Ace
e24fff245e Added weather font 2019-05-24 00:50:22 +02:00
Ace
325c92383a Delete cloud-no-response.jpeg 2019-05-24 00:49:22 +02:00
Ace
0c8281412a Delete humidity.jpeg 2019-05-24 00:46:54 +02:00
Ace
3cc53d2dcc Delete temperature.jpeg 2019-05-24 00:46:52 +02:00
Ace
68642d6545 Delete wi-strong-wind.jpeg 2019-05-24 00:46:50 +02:00
Ace
efa9817461 Delete wi-sunset.jpeg 2019-05-24 00:46:48 +02:00
Ace
375982fded Delete wi-sunrise.jpeg 2019-05-24 00:46:46 +02:00
Ace
aa51b171bb Delete wi-thunderstorm.jpeg 2019-05-24 00:46:05 +02:00
Ace
f69d7829fa Delete wi-snow.jpeg 2019-05-24 00:46:03 +02:00
Ace
8a3c45db37 Delete wi-showers.jpeg 2019-05-24 00:46:01 +02:00
Ace
9f13bd631d Delete wi-rain.jpeg 2019-05-24 00:45:59 +02:00
Ace
4760d02a30 Delete wi-night-thunderstorm.jpeg 2019-05-24 00:45:57 +02:00
Ace
c93b22f377 Delete wi-night-snow.jpeg 2019-05-24 00:45:55 +02:00
Ace
697abda79d Delete wi-night-showers.jpeg 2019-05-24 00:45:54 +02:00
Ace
459d4636ed Delete wi-night-rain.jpeg 2019-05-24 00:45:20 +02:00
Ace
d8bacf2462 Delete wi-night-cloudy.jpeg 2019-05-24 00:45:18 +02:00
Ace
1451912932 Delete wi-night-clear.jpeg 2019-05-24 00:45:16 +02:00
Ace
ed57702a47 Delete wi-night-alt-cloudy-windy.jpeg 2019-05-24 00:45:14 +02:00
Ace
98865fcd29 Delete wi-fog.jpeg 2019-05-24 00:45:12 +02:00
Ace
eef4ac387d Delete wi-day-sunny.jpeg 2019-05-24 00:45:08 +02:00
Ace
84498dbfa0 Delete wi-day-cloudy.jpeg 2019-05-24 00:45:06 +02:00
Ace
216edc6069 Delete wi-cloudy.jpeg 2019-05-24 00:45:04 +02:00
Ace
21d0b6a3b0 Delete wi-cloudy-windy.jpeg 2019-05-24 00:45:02 +02:00
Ace
c12b25308f Merge pull request #35 from aceisace/Stable
Syncing branches
2019-05-24 00:44:17 +02:00
Ace
97b28f7d80 fixed sticker links 2019-05-22 11:45:07 +02:00
Ace
cbda218115 fixed typo 2019-05-21 19:30:16 +02:00
Ace
914d4b4484 Added details about v1.6 2019-05-18 16:27:08 +02:00
Ace
a0bcc9f073 Added language support for events at bottom 2019-05-18 14:54:42 +02:00
Ace
aa05fc7e71 Removed warning and non-required table 2019-05-17 21:34:42 +02:00
Ace
3e1056a282 Added support for 12/24 hours in Agenda View 2019-05-17 21:29:24 +02:00
Ace
b4f5d7d50f Bugfix for 'bottom_section' == Events
Due to the rapid development since the last release, a lot of things changed at a very fast speed. One of the issues was that the loop would break if the bottom_section was set to events. With this, it should no longer cause any problems.
2019-05-17 21:14:47 +02:00
Ace
81b897c178 Added new dependency 2019-05-17 11:55:51 +02:00
Ace
f1d4b79dac Bugfixes for events
Switched from timezone-unaware (naive) objects to timezone-aware objects to correctly display event times. The timezone is fetched from the system itself. As a result, a new dependency (pytz) is now being used to set the timezone.
2019-05-17 11:52:58 +02:00
Ace
25a57c22bc Added warning about Raspbain Lite 2019-05-14 20:53:27 +02:00
Ace
4926035846 Merge pull request #33 from aceisace/master
Master
2019-05-14 20:34:47 +02:00