From 06b6d697f2c1b0a37f778d073925d4fd26eca6c0 Mon Sep 17 00:00:00 2001 From: Max G Date: Wed, 6 Mar 2019 22:15:53 +0100 Subject: [PATCH] Uncommented add_calendar to design --- Calendar/E-Paper.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Calendar/E-Paper.py b/Calendar/E-Paper.py index 2195613..b960c03 100644 --- a/Calendar/E-Paper.py +++ b/Calendar/E-Paper.py @@ -60,9 +60,9 @@ def main (): owm = OwmForecasts.OwmForecasts(api_key) design.add_weather(OwmForecasts.OwmForecasts(api_key)) - #debug.print_line('Fetching events from your calendar') - #events_cal = IcalEvents.IcalEvents(ical_urls) - #design.add_calendar(events_cal) + debug.print_line('Fetching events from your calendar') + events_cal = IcalEvents.IcalEvents(ical_urls) + design.add_calendar(events_cal) debug.print_line('Fetching posts from your rss-feeds') rss = RssParserPosts.RssParserPosts(rss_feeds)