Commit Graph

2052 Commits

Author SHA1 Message Date
Ace
897ea0352a removed obsolete file 2020-12-07 11:36:14 +01:00
Ace
6e4060d0ae Switch to guided installation of driver
Do not rely or use setup_state.txt to determine if installation was successful, instead check existence of zip file.
Do not install the driver files automatically when initialising Driver class, instead, ask the user to enter two commands in the Terminal.

Removed setup function for 9.7", improved installer.
2020-12-07 11:36:01 +01:00
Ace
9d4810ce25 fix bad linebreaks from Windows 2020-12-07 10:57:08 +01:00
Ace
4ecb778812 Use zip files for drivers
Using zip files instead of unzipped folders to reduce size of repo.
Added demo image which is shown on successfull installs for the 9.7" E-Paper
2020-12-07 10:40:01 +01:00
Ace
74116e6634 Merge branch 'main' of https://github.com/aceisace/Inkycal into main 2020-12-07 10:13:09 +01:00
Ace
661ac6e7ab
Updating instructions 2020-12-07 09:55:30 +01:00
Ace
4c2195d95f
Added link to Wiki 2020-12-07 00:58:54 +01:00
Ace
ad95b8bd75
fixed typo 2020-12-07 00:29:18 +01:00
Ace
2a84ee47e8
fixing issues with log file on readthedocs 2020-12-07 00:23:42 +01:00
Ace
946ec7318e syncing with web-ui 2020-12-07 00:04:37 +01:00
Ace
4dea07b1d1
fix documentation 2020-12-07 00:01:15 +01:00
Robert Sirre
32846ef1e7 Corrected typo 2020-12-06 23:26:17 +01:00
Ace
a0637d5106
Delete dummy.txt.txt 2020-12-06 23:09:57 +01:00
Ace
848b4e20b7
Create inkycal.log 2020-12-06 23:09:49 +01:00
Ace
11b45e00b8
Added installation instructions 2020-12-06 23:00:55 +01:00
Ace
4dcd7170d2
Switched to correct branch 2020-12-06 22:58:57 +01:00
Ace
e32b004f11
Added user-friendly installer/uninstaller/updater 2020-12-06 22:52:15 +01:00
Ace
df3de3bcb7
updated rtd conf 2020-12-06 22:19:00 +01:00
Ace
3d5717549b
Added requirements for docs 2020-12-06 21:47:02 +01:00
Ace
175fa74044
reduced to core dependencies 2020-12-06 21:46:23 +01:00
Ace
d9efea47fc
fixed typo 2020-12-06 21:07:20 +01:00
Ace
f1b1ba037e
No way around the installer... 2020-12-06 20:46:17 +01:00
Ace
4fad14b2ab
Working on instructions.. 2020-12-06 17:54:16 +01:00
Ace
8a9e1cb30c
fix more typos 2020-12-06 17:14:45 +01:00
Ace
e24728df27
fixed typos 2020-12-06 00:01:23 +01:00
Ace
c054b81e11 Merge branch 'release/2.0.0' into main 2020-12-05 23:50:23 +01:00
Ace
9ca3519857
updating instructions... 2020-12-05 23:30:53 +01:00
Ace
245178c7a4
fixing links, minor improvements 2020-12-05 22:01:42 +01:00
Ace
68e09fc21b
Added BETA contributors 2020-12-05 21:19:43 +01:00
Ace
360f0935af
Minor improvements
Added more clearer instructions about module height
Switched to a more slimmer version of the logo
Minor layout changes
2020-12-05 17:55:14 +01:00
Ace
2c18e37cbe added some additional documentation 2020-12-05 00:29:56 +01:00
Ace
e6f70d150c added sample for inkycal_server 2020-12-05 00:26:55 +01:00
Ace
30e773a1ee formalities.. 2020-12-05 00:26:13 +01:00
Ace
10920bd610 minor improvements
Increased height for weekday names.
When there is more free space below the calendar, assign the empty space to the event section.
2020-12-05 00:25:48 +01:00
Ace
7b09d05a76 improved logging, code cleanup
Changed level for logs to info
2020-12-05 00:24:26 +01:00
Ace
8ea8f6cfa4 Improved image handling
The given image is now rotated by 90 deg when attempting to send it to the epaper. This function was initally in main, but has been shifted.
2020-12-05 00:23:09 +01:00
Ace
ebe60b303b formalities.. 2020-12-05 00:21:44 +01:00
Ace
19baf57c6c various improvements
Cleaned up code, improved logging,
fixed an issue where forecast time would show UTC time instead of local time, improved layout on dynamic heights. More evenly distributed rows, simplified some code, removed non-required validate function.
2020-12-05 00:20:40 +01:00
Ace
598d2b2614 code cleanups 2020-12-05 00:18:14 +01:00
Ace
9d3823876e Added merge function
Improved logging, switch from printing to logging
2020-12-05 00:17:59 +01:00
Ace
e3ca1628e1 reduced logging output for display 2020-12-05 00:16:57 +01:00
Ace
697401f612 Improved testing method
Added shebangs, logging messages are now shown.
Running on an Rpi allows previewing the generated images.
2020-12-05 00:16:07 +01:00
Ace
7ba83fd50f Added testing for weather and todoist modules 2020-12-05 00:14:07 +01:00
Ace
3e85517ae1
Corrected label for v2 display 2020-12-04 10:01:32 +01:00
Ace
588a457304
fixed typo 2020-12-03 14:21:12 +01:00
Ace
938746456c
Fixed issue with optional parameters
Optional config would not get parsed correctly, if you were noticing this issue, please use the web-ui to generate a new settings file.
Improved readability by using f-strings to parse module key values.
2020-12-03 11:58:17 +01:00
Robert Sirre
15eae0d4ee Renamed programm to program 2020-12-02 10:41:03 +01:00
Ace
ded27dab9c
added seconds on logs, use default date format 2020-12-02 01:17:06 +01:00
Ace
42e66abf90 improved testing of ical parser 2020-12-02 01:01:53 +01:00
Ace
71d89d45d8 switched from optional to required parameter 2020-12-02 01:01:31 +01:00