Commit Graph

1057 Commits

Author SHA1 Message Date
Ace
ba5ee9aade Delete Assistant-SemiBold.ttf
Since this font can't display characters from other languages, it has been replaced with Noto Sans
2019-05-12 12:36:57 +02:00
Ace
e88c7924fc Delete Assistant-Regular.ttf
Since this font can't display characters from other languages, it has been replaced with Noto Sans
2019-05-12 12:36:45 +02:00
Ace
f3d2edb9ee Replacing font
Since this font can't display characters from other languages, it has been replaced with Noto Sans
2019-05-12 12:36:32 +02:00
Ace
1574bea758 Minor improvements
Merged weekdays positions into one and deleted month and weekpaths for images since these are no longer required.
2019-05-12 12:34:46 +02:00
Ace
329a9c10ee Minor improvements
Fixed path
2019-05-12 12:32:09 +02:00
Ace
074c50312a Added support for localisation
By switching from image-based translations to text-based translations, month names and weekday names can now be easily 'translated' with arrow (python lib). By using this method, a font was required that could display letters from a lot of languages. Since the current font was displaying 'Tofus', Google's Noto (No-Tofu->Noto) Sans font is now being used.
Unfortunately, support for chinese/taiwanese is temporary unavailable since even Noto can't display these correctly (at least for now).
2019-05-12 12:29:06 +02:00
Ace
6928dd9a35 Dropped support for recurring events
Due to a lot of outdated recurring events being displayed, the support for recurring events has been dropped temporarily. It will become available when a better snippet has been written and tested.
2019-05-08 20:24:37 +02:00
Ace
5e29cc3251 Added automatic restart feature with supervisor
If the script fails for some reason, then supervisor will restart the script automatically.
2019-05-08 14:52:32 +02:00
Ace
f7a913e9ec Update README.md 2019-05-03 21:04:10 +02:00
Ace
fa659f17c5 Added connectivity check in iCalendar section 2019-05-03 20:47:36 +02:00
Ace
b21e23dd7b bugfix 2019-05-02 20:00:36 +02:00
Ace
ba52c87912 Renamed file for better overview 2019-05-02 19:44:12 +02:00
Ace
61bccabea7 Cleaned up some non-required code 2019-05-02 19:43:32 +02:00
Ace
921461507e Adjusted file to use the new (merged) driver files 2019-05-02 19:36:51 +02:00
Ace
3343cf2f10 Syncing changes from new settings.py file 2019-05-02 19:35:26 +02:00
Ace
3d3ae56bcc removing test 2019-05-02 19:24:03 +02:00
Ace
e9d3a33f62 Joined drivers for both types of display (bw, bwr) 2019-05-02 19:23:43 +02:00
Ace
f7b7c0f10c merged epd-driver files 2019-05-02 19:21:54 +02:00
Ace
ad5d43e795 Merged epd driver files into a single file 2019-05-02 19:21:00 +02:00
Ace
6b1eaaf9d4 Merged epd driver files into a single file 2019-05-02 19:20:47 +02:00
Ace
2fd392e84b Merged epd driver files 2019-05-02 19:20:14 +02:00
Ace
a038818050 Merging e-paper drivers for bw and bwr display 2019-05-02 19:08:30 +02:00
Ace
28c76b6d86 Update test.py 2019-05-02 18:50:31 +02:00
Ace
0318fa1bb5 test for merging epaper files 2019-05-02 18:47:13 +02:00
Ace
aa41fb67f5 Addition due to relative path
Since the relative path feature searches for the Calendar folder, after updating it will lead to errors (i.e. 2 folder named Calendar). To overcome this error, during updating, the old Calendar folder will be renamed to 'Calendar-old'
2019-05-02 14:06:17 +02:00
Ace
b7dccc38fa Minor Improvements. Preparing for release v1.6
Added options to select what to display at each section (top, middle, bottom). Removed option 'additional feature' as it has been replaced by the sections. Added alt-attribute to image and title within head element. Added some expandable info buttons above sections that could require a more detailed description.
2019-05-02 13:59:16 +02:00
Ace
f98266705a Fixed typo 2019-05-02 00:31:37 +02:00
Ace
01c858a75e Preparing for v1.6
Changed reference-table according to the new settings.py file. Added note about shifting the info from the settings.py reference table form the README to the Installer
2019-05-02 00:31:03 +02:00
Ace
e033b007d7 Merge pull request #29 from aceisace/Stable
syncing changes
2019-05-02 00:00:01 +02:00
Ace
975a764eea Added sections
Users can now choose what they want to display at each section. For now, the middle_section can be set to either Agenda or Calendar. The bottom_section may be kept empty.
2019-05-01 23:54:03 +02:00
Ace
64a8d56f0f Added new (black) seperator for Agenda View 2019-05-01 23:50:42 +02:00
Ace
1cd8466c05 Added new font for better text handling 2019-05-01 23:49:55 +02:00
Ace
ec59f279bd Some improvements
Added dictionary containing the positions of the rows for the Agenda-View.
Added a second seperator (seperator2) which is used by the Agenda View.
Added support for relative path instead of explicit path (Credit to Max. G.)
2019-05-01 23:48:48 +02:00
Ace
00d135dd62 Lots of improvements
E-Paper is now split into three sections: top, main and bottom. Users can now choose what to display at which section. With this change, the main script will only execute the code required to generate the user-specified design. Better text handling. Text is automatically aligned in the middle of the specified box (unless specified otherwise) using the default font (unless specified otherwise). Added Agenda-View as an option in the main section, which will show upcoming events and times in the next few days. It's length is adaptive. If the bottom section is empty, it will reach to the bottom, otherwise it will reach to the bottom section. RSS-feeds will not show the titles, but rather a short summary (for more detailed information). Removed some import warnings as they are handled by the new installer (v1.6). Also made the code a bit cleaner and added a few more descriptions above some code sections.
2019-05-01 23:45:18 +02:00
Ace
033bf41cc0 Shifted experimental installer to master branch 2019-04-29 14:38:14 +02:00
Ace
b114c38f2f Shifted progress to 'Projects' 2019-04-29 14:37:40 +02:00
Ace
b2d6056b18 Update README.md 2019-04-22 00:21:18 +02:00
Ace
4032e5abf0 Removed new lines 2019-04-20 23:28:59 +02:00
Ace
101f5ce920 Initial preparation of automatic updates
This part copies user-defined data from their modified settings.py file and replaces the fetched content with the placeholders in the settings.py template
2019-04-20 23:27:02 +02:00
Ace
f6342c4abc Preparing for automatic updates 2019-04-20 23:23:46 +02:00
Ace
cd8827f083 Merge pull request #27 from aceisace/Stable
syncing changes
2019-04-20 23:22:33 +02:00
Ace
86f71b8917 Synced file with web-ui generator
This template is generated by the web-ui using the standard values for each setting. Now, both the template (this file) and the generated settings.py fiel from the web-ui will yield the same results.
2019-04-19 13:33:49 +02:00
Ace
58dabb6e45 Added note about 'Projects' 2019-04-19 13:24:15 +02:00
Ace
31f59ced6a Corrected paths and added news about installer 2019-04-19 12:21:10 +02:00
Ace
d2ca9f734e Updated installer images 2019-04-18 22:38:04 +02:00
Ace
a2f987e569 Adding Images of the new Installer 2019-04-18 22:36:02 +02:00
Ace
ef81a5488a Removed warning 2019-04-18 16:50:45 +02:00
Ace
5c48bcbf3e version1.5 -> 1.6 with lots of improvements
The installer now has version v1.6 and contains some optimisations during installation and updating. When selecting the update or install option in the installer, it will ask whether or not you want to update the system. Dependencies will be installed when selecting the update or install option. This helps reduce the updating time, fixes problems with missing dependencies and makes the installation process a bit faster. Also added the option to 'update-anyway' when selecting the update option which bypasses the check for the configuration file in the Calendar folder. Apart from that, some important information will be displayed with a small delay on the Terminal instead of all at once. Lastly, colours have been added on some output lines. This version of the installer has been tested on a Raspberry Pi Zero W running on Raspbian Lite form April 2019.
2019-04-18 16:48:08 +02:00
Ace
04fceb6a41 Update prototype.sh 2019-04-18 13:45:59 +02:00
Ace
756e9b4988 optimisation 2019-04-18 13:43:38 +02:00