Hello there,
I am having trouble even getting the calendar to show up on my Magic Mirror interface. Tried all kinds of code for MMM-CalendarExt and it wasn’t working no matter what I tried. Decided to try this one. Not showing up either…really confused. All software is up to date. I downloaded the github code and went through the installation process in the terminal and then added the code to Javascript. Here is my code. Any ideas? It’s just black…
{
module: “MMM-CalendarExt2”,
header: “Family Calendar”,
position: “middle_center”,
config: {
calendar: [
{
url: 'https://calendar.google.com/calendar/ical/********public/basic.ics',
symbol: 'calendar'
},
],
}
},