1
0
mirror of https://github.com/javierpena/eink-calendar.git synced 2024-11-16 20:25:58 +02:00
eink-calendar/config.ini
Javier Pena dd2a1b79a4 Add iCal support for calendars
We can now use an iCal URL as well as a CalDav one. iCal URLs are
identified by a trailing ".ics" for now.
2022-03-17 17:00:55 +01:00

21 lines
782 B
INI

[DEFAULT]
# Valid video drivers: pygame (for testing), eink for e-paper screen
video = pygame
# Valid keyboard drivers: pygame (for testing), gpio for 1x4 matrix keypad connected to GPIO pins
keyboard = pygame
[weather]
# OpenWeatherMap API key and location
# See https://openweathermap.org/appid
owm_api_key = <insert API key here>
# For the location code, search for your location in https://openweathermap.org/,
# then use the id in the resulting URL, for example https://openweathermap.org/city/3129046
owm_location = <insert location id here>
[calendar]
# URL of all caldav or iCal calendars, separated by commas
urls = http://example.com/caldavcal1, http://example.com/caldavcal2, http://example.com/ical3.ics
names = user1, user2, user3
username = user
password = password