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.
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.
- 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)
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
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
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.
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.
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