From 78799659d355502c39bdaa685fe6c1ea37909f9f Mon Sep 17 00:00:00 2001 From: Ace Date: Mon, 25 Feb 2019 22:26:00 +0100 Subject: [PATCH] Added RSS-feed feature (in planning) --- New-version-planning.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/New-version-planning.md b/New-version-planning.md index 9aa2c47..7506237 100644 --- a/New-version-planning.md +++ b/New-version-planning.md @@ -14,17 +14,18 @@ * Fix a bug where past events are shown along with ones in the future * Add support for ics files along with iCalendar URLs * Allow connecting to the openweathermap API servers even when the SSL certificate has expired -* Try using the weathericons.io font instead of icons ## E-Paper files (epd7in5/epd7in5b) * Optimise values for displaying images by modifying some values when converting image to data * Merge calibration module with epd7in5 and epd7in5b -* Create function to calibrate the screen much faster by omitting conversion +* Create function to calibrate the screen faster by omitting conversion ## Settings file * Add option to switch between the monthly and weekly view -* Add option to display tasks instead of/and events +* Add option to display one of the following below the monthly Calendar section: + Tasks, RSS-feed, events +* Add option to fetch events from a given time range in the future --------------------------- ## More feature suggestions (will not be implemented anytime soon)