A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
problem updating events to mmm-monthlycalendar
-
Re: Monthly Calendar
Hello, i am having an issue, i have 3 calendar modules working with diff. cals. but monthly calendar only shows me the events from the last one that update…there is a way to make monthly calendar shows the events from the 3 calendars?
tks
module: "MMM-MonthlyCalendar", position: "top_left", config: { updatesEvery: 30, weeksInFuture: 5, } }, { module: "calendar", header: "Calendario Flori", position: "top_left", config: { colored: true, calendars: [ { symbol: "heart", url: "https://calendar.google.com/calendar/ical/xxxxxxxxxxxxxxxxxxxx.ics", color: "#5fd700"}, ] } }, { module: "calendar", header: "Feriados AR", position: "top_left", config: { colored: true, calendars: [ { symbol: "guitar", url: "https://calendar.google.com/calendar/ical/psnmblmbogte9ohfhij0kjiebc%40group.calendar.google.com/public/basic.ics", color: "#ffd700"}, ] } }, { module: "calendar", header: "Feriados US, CA", position: "top_left", config: { colored: true, calendars: [ { symbol: "hat-cowboy", url: "webcal://www.calendarlabs.com/ical-calendar/ics/39/Canada_Holidays.ics", color: "#3b83bd"}, { symbol: "cannabis", url: "webcal://www.calendarlabs.com/ical-calendar/ics/76/US_Holidays.ics", color: "#e30613"}, ] } }, code_text