Commit Graph

1128 Commits

Author SHA1 Message Date
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
Ace
c6e195c235
minor improvements 2019-04-18 13:42:33 +02:00
Ace
f6e8e31d61
Update prototype.sh 2019-04-18 13:36:04 +02:00
Ace
3b177bd870
Update prototype.sh 2019-04-18 13:22:26 +02:00
Ace
0eb3df9ba1
Update prototype.sh 2019-04-18 13:03:24 +02:00
Ace
701a40d353
Update prototype.sh 2019-04-18 13:00:33 +02:00
Ace
d4651052a0
Update prototype.sh 2019-04-18 12:58:38 +02:00
Ace
55f8389892
fixed typos 2019-04-18 12:53:46 +02:00
Ace
19ab63930c
Optimising Installer for new dependencies
Previously, the installer would only install dependencies when choosing the install option. The installer will install dependencies when updating as well. The installer will now ask before attempting to update the operating system when choosing the updating/installing option. When installing/updating, only those dependencies will be installed, which are missing on the system. This check is done by test-importing the module in python3. If it's not found, it's installed.
2019-04-18 12:51:34 +02:00
Ace
5f88b78f87
Adding option to update system 2019-04-18 12:27:45 +02:00
Ace
5306fb72f2
Update prototype.sh 2019-04-18 11:45:20 +02:00
Ace
c981bdeb9e
Update Installer-with-debug.sh 2019-04-18 00:53:46 +02:00
Ace
0635adc3b9
Fixed some bugs 2019-04-18 00:41:23 +02:00
Ace
3ffe644f86
Fixed some bugs 2019-04-18 00:07:49 +02:00
Ace
e73da0fc62
Bugfix+minor improvements 2019-04-17 23:41:08 +02:00
Ace
eed4f110e4
Bugfix 2019-04-17 23:34:19 +02:00
Ace
68f1af4838
Update prototype.sh 2019-04-17 23:33:48 +02:00
Ace
0ea6eb1280
Created template for a new installer 2019-04-17 23:16:45 +02:00
Ace
b325d823c3
Fixed incorrect installer link
Since the changes last month, the installer-link was not updated and was pointing to the master branch, though it should be pointing at the stable branch. This has been fixed just now. More testing is still taking place...
2019-04-17 22:32:06 +02:00
Ace
254674c774
Added note on bug in installer 2019-04-17 19:44:12 +02:00
Ace
c520db31f2
Fixed paths to Inky-Calendar folder
bugfix
2019-04-17 17:05:13 +02:00
Ace
700f0be791
Update 2019-04-16 00:42:10 +02:00
Ace
2a039d2d11
Progress update
Added some more features for nexxt version and updated the state of some features for the next release.
2019-04-16 00:31:29 +02:00
Ace
996e9e4254
Some minor improvements
Added logo, added info about multiple iCalendar URLs, multiple RSS-feeds, added default option for radio checkboxes
2019-04-09 01:26:11 +02:00
Ace
dee72546ec
Updated logo
Updated logo for better readability
2019-04-03 22:51:04 +02:00
Ace
84f0d6940f
updated logo for better readability 2019-04-03 22:50:15 +02:00
Ace
007c23ac08
Add files via upload 2019-04-03 22:49:48 +02:00
Ace
c47e05ef76
Added info about the new settings.py web-ui
All credit to TobyChui for his great work and time to create a web-ui for easily modifying the settings in the programm. The modified version is now up-to-date and has extended to support all new functions. Instructions on usage have also been added.
2019-04-03 01:59:24 +02:00
Ace
98ef658107
Merge pull request #25 from aceisace/master
Added new settings.py generator (Web UI)
2019-04-03 01:44:35 +02:00
Ace
0455800fdb
Deleted outdated file 2019-03-31 11:38:38 +02:00