Commit Graph

1837 Commits

Author SHA1 Message Date
Ace
97cf68c52b Merge branch 'dev_ver2_0' of https://github.com/aceisace/Inky-Calendar into dev_ver2_0 2020-08-31 15:23:31 +02:00
Ace
accf8fbd59 Added support for 7.5" v3 ePaper displays 2020-08-31 15:23:02 +02:00
Ace
5a68997f23
Disabled numpy from requirements
Since numpy is pre-installed on Raspbian, it leads to errors while attempting to install numpy as a requirement of inkycal.
To make the installation easier (not having to manually re-install or uninstall numpy), this requirement is temporary not included in the requirements.
2020-08-31 15:21:42 +02:00
Ace
4a36296a1c
Update README.md 2020-08-24 14:48:33 +02:00
Ace
3bcb0e814e
Merge pull request #134 from vitasam/dev_ver2_0
Fix for 7 rows in Calendar, when the month starts from Sat
2020-08-23 16:32:48 +02:00
Vitali Samurov
3f727ecf08 Number of days in month added 2020-08-17 22:58:01 +03:00
Vitali Samurov
ef07e51371 Fix for 7 rows in Calendar, when the month starts from Sat 2020-08-17 21:54:53 +03:00
Ace
0c56339da0
added discord logo 2020-07-16 22:35:48 +02:00
Ace
61ed7660f6
Update README.md 2020-07-04 16:32:36 +02:00
Ace
db83890238 improved circle and square sizes 2020-07-04 16:22:31 +02:00
Ace
f4e8c27768 Fixed path location 2020-07-04 16:21:33 +02:00
Ace
7b029f532e Added option for info-section
When info-section is set in the web-ui, a small section at the bottom of the display will show the time of last update.
2020-07-04 16:21:15 +02:00
Ace
e18df47162
minor improvement
fixed info-section = False
updated copyright notice
2020-07-04 16:09:47 +02:00
Ace
0792372c9d
Added "info section" option in web-ui
Added new option to select the use of an info section, which is displayed at the bottom of the display and shows some extra stats (time of last update etc.).
Still work in progress....
Switched from hour-format as string to hour-format as integer.
2020-07-04 14:17:01 +02:00
Ace
6386530c6b
Merge pull request #130 from aceisace/bugfix/web-ui
Fix web-UI url handling
2020-07-04 14:11:36 +02:00
Ace
a076092de4
Update settings-UI.html 2020-06-30 17:33:21 +02:00
Ace
98fa377296
Minor improvements and bugfixes
Added option to select 9.7" epaper display (still work in progress)
Adding urls for icalendars and rss is now easier: (previously: 'URL1', 'URL2', 'URL3') -> now: comma separated urls: url1,url2, url3
Fixed an issue where adding multiple urls would lead to unexpected issues. see #129
2020-06-30 17:22:16 +02:00
Ace
439c191f3c
synced web-ui from site 2020-06-30 14:53:50 +02:00
Ace
9b14a0bec0 Added handling of third party modules
Third party modules need to be registered into inkycal before they can be used. For this, the function _add_module (and _remove_module) have been added.
These functions make the necessary changes to the init file in /inkycal and /inkycal/modules.
2020-06-22 15:52:42 +02:00
Ace
fa04f45c61
Addition for Hall of fame from user vitali 2020-06-22 15:45:09 +02:00
Ace
ebb338b714
Added note about numpy issues 2020-06-22 15:42:16 +02:00
Ace
94423bfa3e
Fix issue for units = 'metric' + hours = '12' 2020-06-20 19:11:19 +02:00
Ace
35b3712fe9
Update README.md 2020-06-19 20:22:20 +02:00
Ace
0720fd173b fix tests 2020-06-19 20:16:27 +02:00
Ace
8e09731c13 Use common config instead of hardcoded config
units, hour_format and language will be automatically set for each module
2020-06-19 19:40:50 +02:00
Ace
74622a2c21 minor improvement 2020-06-19 19:39:28 +02:00
Ace
dbdfb216c0 Added common settings for each module's config
It's now possible to get language, units and hours though each module's config.
2020-06-19 19:39:02 +02:00
Ace
88265fc8eb
Update README.md 2020-06-19 18:15:36 +02:00
Ace
9eea1f25a3
Update CONTRIBUTORS.md 2020-06-18 23:04:28 +02:00
Ace
c1311e568f
fix broken link to contributing.md 2020-06-18 22:44:48 +02:00
Ace
60b474f275 Added support for sheduled calibration 2020-06-18 16:24:27 +02:00
Ace
2693eb64b9 Adding support for 9.7"" ePaper display 2020-06-18 16:21:53 +02:00
Ace
8e27116f3a Added drivers for 9.7" ePaper display 2020-06-18 16:21:26 +02:00
Ace
88adcb4e7f
bump recurring-ical-events to v0.1.17b0 2020-06-17 21:19:20 +02:00
Ace
cc6d06878b
bump recurring-ical-events to v0.1.17b0 2020-06-17 21:18:45 +02:00
Ace
7a124dd0b3
use single workflow 2020-06-17 14:55:21 +02:00
Ace
1d914c6d5b
Use single workflow file 2020-06-17 14:54:48 +02:00
Ace
80378ab776
switch from pytest to built-in tests 2020-06-17 00:17:23 +02:00
Ace
07cbda03cf
Lots of minor improvements
Added build status badge
Added section for customising modules
Added buy me a coffee section with QR code
updated task list
2020-06-17 00:03:17 +02:00
Ace
2d1929ae89
added qr for coffee 2020-06-16 23:58:32 +02:00
Ace
9ba25c90df
trying to fix tests 2020-06-16 23:20:41 +02:00
Ace
883f9d3842 fixed typo 2020-06-16 22:37:08 +02:00
Ace
29381d733c Finished draft of inkycal_image module
In testing, might contain bugs!
Split server settings from inkycal image.
Inkycal_server will be done soon
2020-06-16 22:36:57 +02:00
Ace
cb162a5b1e Fixed an issue with timezones for all days events
Fix an issue where all day events would not be shifted by the UTC offset
Credit to emilyboda
2020-06-14 22:58:27 +02:00
Ace
f8834c4c21 Improved layout setup
It is now possible to use one, two or three modules and use the height defined by the settings file
2020-06-13 16:14:49 +02:00
Ace
90ec1a177d fixed possible rotation issues
The image will only be rotated while rendering on the Display, i.e. when render  = True.
Images saved in /Inkycal/images will not be affected by this change to allow developers to see the image wihtout having to flip the images manually
2020-06-13 15:15:56 +02:00
Ace
a66e28ded7 Implemented fontisze changing 2020-06-13 15:13:53 +02:00
Ace
13e211f8c3 added extra info for own modules 2020-06-13 15:13:13 +02:00
Ace
c94a2ff122 removed non-required epaper commands while initalising 2020-06-12 23:18:59 +02:00
Ace
2dc70f590d Fixed offset issues on generated image 2020-06-12 23:15:36 +02:00