A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
Calendar modification
-
is there a full month layout module?
-
Would this be the proper way to have it setup with both the Holiday cal and my personal shared one?
{ module: "calendar", header: "US Holidays", position: "top_left", config: { calendars: [ { symbol: "calendar-check-o ", url: "webcal://www.calendarlabs.com/templates/ical/US-Holidays.ics" } ] } }, { module: 'calendar', header: 'Shared', position: 'top_left', maximumNumberOfDays: 7, config: { calendars: [ { symbol: 'calendar-check-o ', url: 'https://calendar.google.com/calendar/ical/your-info' } ] } },
Holiday Cal is good for me hahaha reminds me of days off lol
-
For anyone wondering the same question as me, that would be how you do it. I tried it when I got home and my private calendar was also showing along with Holidays
-
@garnett There is a public iCal and a private iCal. Use the private and you will not have to make calendar public.
-
Your instructions are clear and consice and I was easily able to modify the module even though I am a beginner. However, I’m only displaying “all day” events for some reason. Any ideas?