Hello Good Sirs,
I have been banging my head against the wall for 2 days on this and cannot get my calendar to show up with any of the dates. I went back and read a few days back and saw the basic set up you did for fun holidays and tried to replicate it with the same code but I get the same results.
I can see my default running on the right side like it is supposed to. But the C3 loads on the bottom but doesn’t give any cells. (see screenshot) Just the header. I deleted the Module and reinstalled same thing. So I am assuming it is something to do with my config.
Any help is appreciated.
{
disabled:false,
module: "calendar",
header: "Furlong Calendar",
position: "top_right",
config: {
broadcastPastEvents: true, // <= IMPORTANT to see past events
maximumNumberOfDays: 45,
calendars: [
{
fetchInterval: 7 * 24 * 60 * 60 * 1000,
symbol: "calendar-check",
name: 'us_holiday',
url: "webcal://www.calendarlabs.com/ical-calendar/ics/76/US_Holidays.ics",
color: "rgb(235,20,16)", // <= RECOMMENDED to assign color
},
{
name: "Furlong Family",
url: "webcal://p132-caldav.icloud.com/published/2/MTYxOTc4Nzc3MTYxOTc4N0UtCeAoDU9jR_G3F17Eh3VRz9FwPUKI9GaiJPDRlUx9w0xueLmCtnzAAks9h8v7F0TiHM6R7cKBwKH_2PXqGZ0",
//color: "rgb(235,20,16)"
},
{
name: "Soccer",
url: "https://api.playmetrics.com/calendar/304/team/111688-1156AA5E.ics",
// color: "rgb(235,20,16)"
},
]
}
},
{
module: "MMM-CalendarExt3",
position: "bottom_bar",
header: "My Calendar for 3 weeks",
config: {
mode: 'week',
}
},