A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
MMM-CalendarExt3
-
Great, it worked. I have one more question.
Do I have to use the “calendar” module from MagicMirror, or would the MMM-MyCalendar module also work?{ module: "MMM-MyCalendar", position: "bottom_right", // This can be any of the regions. Best results in left or right regions. header: 'Kalender Andreas', config: { colored: true, maxTitleLength: 30, maximumEntries: 4, displayRepeatingCountTitle: true, timeFormat: "HH:mm", dateFormat: "DD:MM:YYYY", joiningWord: "um", calendars: [ { url: 'https://calendar.google.com/calendar/ical/................./basic.ics', color: "#5b53d4", symbol: 'calendar', auth: { user: 'username', pass: 'superstrongpassword', method: 'basic' } }, ], } }, { module: "MMM-MyCalendar", position: "bottom_right", // This can be any of the regions. Best results in left or right regions. header: 'Kalender Daniela & Andreas', config: { colored: true, maxTitleLength: 30, maximumEntries: 4, displayRepeatingCountTitle: true, timeFormat: "HH:mm", dateFormat: "DD:MM:YYYY", joiningWord: "um", calendars: [ { url: 'https://calendar.google.com/calendar/ical/................./basic.ics', color: "#f05db0", symbol: 'calendar', auth: { user: 'username', pass: 'superstrongpassword', method: 'basic' } }, ], } },
-
@CyruS1337 MAYBE it will work, but it is a clone of the default cal from 3 years ago, with the broken repeating schedule code…
which I just fixed in the latest release 2.30.0, Jan 1… -
@sdetweil thanks a lot. It works