Ace
1786b6a203
Added more compact font (NotoSans UI) - made for mobile
2020-11-21 16:17:16 +01:00
Ace
bf6349d274
Fixed broken links, slightly improved instructions
2020-11-17 17:26:47 +01:00
Ace
8190325cb7
Added official support for Inkycal-Todoist API module #126
...
Fixed some bugs, improved alignment of project name, due date and description of todo.
Project names are shown in colour on 3-colour displays
Images are rendered correctly.
2020-11-13 16:47:07 +01:00
Ace
9aea1f568c
switch from logging to logger
2020-11-13 16:43:37 +01:00
Ace
8db419fa37
Added support for Icanhazdad api module #103
...
Special thanks to Erik Fredericks for his work on this module (see Pull-request #103 )
2020-11-13 10:17:39 +01:00
Ace
0dfd78d33d
Minor improvements
2020-11-13 10:14:30 +01:00
Ace
517f1ac5b1
Inital template for Inkycal-Server module
2020-11-12 21:22:22 +01:00
Ace
9de2b90955
Improved fetching of Todos (WIP)
2020-11-12 21:21:49 +01:00
Ace
6fdc8e63c7
adding support for Image module
2020-11-12 21:20:48 +01:00
Ace
b471a18afd
Code cleanup
2020-11-12 21:20:12 +01:00
Ace
1bd404af97
Code cleanup
2020-11-12 21:19:51 +01:00
Ace
376ce6cbe3
Better support for JSON
...
swapped "True" with True which shows true in json
swapped "False" with False which shows false in json
swapped empty string with None which shows null in json
By swapping these values, the json file can be correctly converted back to a dictionary which python can understand.
2020-11-12 10:26:58 +01:00
Ace
ea51185173
pyowm improvements #137
...
- Bump pyowm from 2.10.0 to 3.1.1 (latest)
- updated Weather module to support new pyowm version
- removed ad-hoc logic for beaufort scale (supported by pyowm now)
- Added support for location ID and location string (see #137 )
2020-11-12 10:22:34 +01:00
Ace
e866a04e0e
Improved testing algorithm
...
Generalized code logic for testing. Added support for several test configs at once.
2020-11-12 10:14:57 +01:00
Ace
c358cf5b3b
Improved code logic for better support with web-ui
...
Fixed some minor bugs too
2020-11-12 10:12:28 +01:00
Ace
baf89c0d80
Revert "Improved some code logic to better support new web-ui"
...
This reverts commit 5327d12f0e
.
2020-11-12 10:10:18 +01:00
Ace
5327d12f0e
Improved some code logic to better support new web-ui
2020-11-12 10:10:03 +01:00
Ace
c5aa200b80
fixed badge
2020-11-11 11:49:07 +01:00
Ace
8d88375202
Fixed typo
2020-11-11 11:26:01 +01:00
Ace
b1afebae78
fixed url for branch release/2.0.0
2020-11-11 11:14:39 +01:00
Ace
9b40c2fc42
Update README.md
2020-11-11 11:10:23 +01:00
Ace
2a2ad18a03
Fix bugs #138 #139
2020-11-11 11:08:31 +01:00
Ace
7cc109111f
Update conf.py
2020-11-10 23:39:54 +01:00
Ace
b2fb2bdddb
testing documentation
2020-11-10 22:59:05 +01:00
Ace
b1c06b3add
Code cleanup, adapting modules for new web-ui
2020-11-10 22:48:04 +01:00
Ace
035ce65f06
Adapting modules for new web-ui (do not use yet)
2020-11-10 11:53:48 +01:00
Ace
29788f0313
Initial commit for release v2.0.0
...
A lot of work-in-progress and far from complete.
Lots of improvements related to user-friendliness, fully new web-UI. Better infrastructure....
more coming soon
2020-11-09 17:51:15 +01:00
Ace
ce2c1ba074
Revert "Inititial commit for release v2.0.0"
...
This reverts commit 5fa6102c0d
.
2020-11-09 17:44:13 +01:00
Ace
5fa6102c0d
Inititial commit for release v2.0.0
...
A lot of work-in-progress and far from complete.
Lots of improvements related to user-friendliness, fully new web-UI. Better infrastructure....
more coming soon
2020-11-09 17:42:04 +01:00
Ace
b6c2534644
fix for 9.7" epaper display
...
This commit should fix any previous issues with the 9.7" epaper displays not showing the image correctly
2020-10-09 11:25:11 +02:00
Robert Sirre
b53b42afd2
Corrected switch for image-generation config
2020-10-03 23:01:52 +02:00
Robert Sirre
6282cf4488
Ensured parameter validation failure named failing parameter
2020-09-19 22:50:57 +02:00
Ace
9d401cf07a
possible bugfix
...
UnboundLocalError: local variable 'line_pos' referenced before assignment
2020-09-12 01:04:42 +02:00
Ace
4469169adc
synced packages from requirement file
2020-09-12 00:50:51 +02:00
Ace
091f582818
Update requirements.txt
2020-09-12 00:49:20 +02:00
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