From 61ed7660f6c6c5764848b9517375d03b509bb47f Mon Sep 17 00:00:00 2001 From: Ace Date: Sat, 4 Jul 2020 16:32:36 +0200 Subject: [PATCH] Update README.md --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fb3d1ca..8bfd53c 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,9 @@ Inkycal v2.0.0 BETA is a refactoring of the previous release. It aims to fix cer * [ ] Add support for 9.7" ePaper * [ ] Add support for iCalendars requiring authentification * [ ] Add module for TODOIST api +* [x] Add info-section option in web-ui +* [ ] Allow easy adding/removing of third-party modules +* [ ] Finish developer documentation for third-party modules ## How to test BETA Please note that while inkycal is in BETA, a lot of things will change in a short time. This means that problems are fixed on-the-go. If you encounter a problem, please mention it on Discord. @@ -60,7 +63,7 @@ pip3 install -e ./ ``` ### Creating a settings file -Please visit the [Online WEB-UI](http://aceinnolab.com/web-ui-v2-0-0-beta.html) to create your settings.json file. +Please visit the [Online WEB-UI](https://raw.githack.com/aceisace/Inky-Calendar/dev_ver2_0/settings-UI.html) to create your settings.json file. You can alternatively also open `settings-UI.html` in your web-browser. * Fill in the details and click on `generate` to create your settings.json file @@ -107,7 +110,7 @@ inky.Module.set(fontsize=14, language='de') * [ ] Inkycal-server is not yet supported -> depends on inkycal-image * [x] ~~Calibration is not yet implemented automatically. For now, only manual calibration is supported: `ink.calibrate()`~~ * [x] ~~Fix: `AttributeError` in `Layout` module for non-colour epaper displays~~ -* [ ] Improvement: Change the way the web-ui handles ical-urls +* [x] Improvement: Change the way the web-ui handles urls ## Main features