@sdetweil Thank you Sam, i tried that and still nothing…
Here is my config now:
{
module: "MMM-CalendarExt3",
position: "bottom_center",
config: {
mode: "month",
instanceId: "basicCalendar",
locale: 'en-UK',
fontSize: '25px',
refreshInterval: 10000,
maxEventLines: 10,
firstDayOfWeek: 1,
calendarSet: ["KD", "Tini"],
}
},
{
module: "calendar",
config: {
broadcastPastEvents: true,
maximumEntries: 100,
calendars: [
{
name: "KD",
className: "KD",
url: "https://calendar.google.com/calendar/ical/basic.ics",
color: "green"
},
{
name: "Tini",
className: "tini",
url: "https://calendar.google.com/calendar/ical/basic.ics",
color: "pink"
},
]
}
},