Hi there,
So I’ve gone through the installation instructions, created credentials etc, and ran authorize.js, which prints out a list of 10 events from my default google calendar in the terminal (so I am sure it must be authorizing okay.) But for the life of me, I cannot get MMM-GoogleCalendar to load! Here is the relevant section of my config.js screen (with the ID altered.):
{
module: 'MMM-GoogleCalendar',
header: "Family Events",
position: "top_left",
config: {
calendars: [
{
symbol: "calendar-week",
calendarID: "familyXXXXXXXXXXXXX"
},
],
}
},
I’ve refreshed MM a bunch of times and done a full reboot, and no luck. When I take the above out, and put the default calendar module in its place, it renders fine. Any ideas?