I think your module is great and have managed to get it working using the slightly complexed but easy version. i have one calendar working but can not get a second one added here is my code from my config.js file i would be greatful of you could help thanks
//disabled:true,
module: 'MMM-CalendarExt',
position: "top_center",
config: {
system: {
show: ["daily", "upcoming"],
locale: 'en',
redrawInterval:60000,
},
views: {
daily: {
position:'bottom_bar',
counts:7,
},
upcoming: {
position:'top_left',
limit:5
},
},
defaultCalendar: {
maxEntries:50,
maxDays:180,
interval: 1000*60*1,
},
calendars :[
{
name: "Calendar",
symbol: "calendar-o",
url: "https://calendar.google.com/calendar/ical/***************/public/basic.ics"
},
],
}
},
{
I think your module is great and have managed to get it working using the slightly complexed but easy version. i have one calendar working but can not get a second one added here is my code from my config.js file i would be greatful of you could help thanks
i have ** out my personal details