@Mykle1 I can’t copy correctly… I had .basics.ics instead of .basic.ics made the change it worked. Thanks for the help :tired_face:
A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
B
Best posts made by brownco9
-
RE: multiple calendars
Latest posts made by brownco9
-
RE: multiple calendars
@Mykle1 I can’t copy correctly… I had .basics.ics instead of .basic.ics made the change it worked. Thanks for the help :tired_face:
-
RE: multiple calendars
@Mykle1 fixed the comma, no change. I made sure to wait 5 minutes so the fetch could go.
-
RE: multiple calendars
@brownco9 I added the urgency and getRelative after seeing yours and it didn’t change.
-
RE: multiple calendars
module: 'calendar', header: 'Calendars', position: 'top_left', config: { urgency: 0, getRelative: 0, calendars: [ { symbol: 'calendar-check-o ', url: 'https://calendar.google.com/calendar/ical/browncxxx.org/private-xxx/basics.ics' }, { symbol: 'calendar-check-o ', url: 'webcal://www.calendarlabs.com/templates/ical/US-Holidays.ics' }, { symbol: 'calendar-check-o ', url: 'https://calendar.google.com/calendar/ical/browncxxx.com/private-xxx/basics.ics' }, ] } },
-
RE: multiple calendars
Okay I’ve tried that exactly as it is with my two additional calendars and I can’t get it to show anything but the Holidays one even if I change the order of them listed. I made sure to grab the private Ical along with checking it in the debugger which returns results of calendar items from my personal calendar. Thoughts?