From 24f6172c86f933da86f71aa85872c424da89d37c Mon Sep 17 00:00:00 2001 From: Ace Date: Mon, 25 Feb 2019 22:00:24 +0100 Subject: [PATCH] Added parameter 'events_max_range' in the list. The new settings.py file was updated. Some info about the new parameter 'events_max_range' was added to the list in the README. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a006279..a5d6139 100644 --- a/README.md +++ b/README.md @@ -60,6 +60,7 @@ Once the packages are installed, navigate to the home directory, open 'E-Paper-M | Parameter | Description | | --- | --- | | ical_urls | Your iCalendar URL/s. To add more than one URL, seperate each with a comma | +|events_max_range| How far in the future should events from your iCalendar be fetched. The value is given in days. By default, events in the next 60 days will be fetched from the Calendar. Can be any integer from "1" to "365"| | api_key | Your __personal__ openweathermap API-key which you can generate and find in your Account info | | location | Location refers to the closest weather station from your place. It isn't necessarily the place you live in. To find this location, type your city name in the search box on [openweathermap](https://openweathermap.org/). The output should be in the following format: City Name, Country ISO-Code. Not sure what your ISO code is? Check here: [(find iso-code)](https://countrycode.org/) | | week_starts_on | When does the work start on your Region? Possible options are `"Monday"` or `"Sunday"`|