@shbatm I sort of got it working, but having problems with the calendar setup. I followed the advice for config.js with adding carouselID: “#” and then the {name: ‘calendar’, carouselID: “#”, but with three pages and three calendars, all three show up on the first slide, and none on the other two.
Anything obviously missing?
{
module: "calendar",
header: "Boy's Calendar",
position: "top_left",
carouselId: "1",
config: {
calendars: [
{
symbol: "calendar-check-o",
url: "https://calendar.google.c$
}
]
}
},
module: 'MMM-Carousel',
config: {
transitionInterval: 10000,
ignoreModules: ['clock', 'alert','currentweather', 'com$
mode: 'slides',
slides: [
['calendar'],
[ {name:'calendar', carouselID:"2"}, 'MMM-darksky$
[ {name:'calendar', carouselID:"3"}, 'weatherfore$
]
}
:::
Spoiler Text
:::