Hi
Need some help here.
Trying to get this module to work, but only the “header” of the month is showing. No events is listing, and no dates are showing. In the GoogleCalender module I can see the events, so I know that the GoogleCalender is working.
Do someone know what is wrong? My config file is like this:
{
module: 'MMM-GoogleCalendar',
header: "Familie Kalender",
position: "top_left",
config: {
calendars: [
{
color: "red",
name: "FK",
broadcastPastEvents: true, // <= IMPORTANT to see past events
calendarID: "GOOGLE ID_ deleted from the code"
}
// add another calendar HERE if needed
]
}
},
{
module: "MMM-CalendarExt3",
position: "bottom_center",
title: "Familie kalenderen",
config: {
mode: "month",
instanceId: "basicCalendar",
locale: 'de-DE',
maxEventLines: 5,
firstDayOfWeek: 1,
calendarSet: ['FK']
}
},