Read the statement by Michael Teeuw here.
MMM-Carousel not displaying
-
-
@sdetweil so do i need to upgrade my magicmirror ?
-
-
@pastormingle you need to get into the MMM-Carousel folder
cd ~/MagicMirror/modules/MMM-Carousel git remote -v
-
@pastormingle no, shouldn’t have to
that error is typically from bad position:
-
@sdetweil OK it’s working now… Thanks for all the hard work… So I unistalled the shbatm version and installed the schramkef. now it’s working fine…
-
@pastormingle great… glad its working
-
I am trying to use the carouselId:“1” function on multiple calendars. But when in use i am getting a module load error… not sure i am doing this right…
code_text ```[{name:'calendar', classes:'zoom200', position:"middle_center", carouselId:"1"} ], { module: "calendar", colored: true, header: "Mikes Calendar", position: "left", timeFormat: 'absolute', broadcastPastEvents: false, fade: false, showEnd: false, color: '#ffffff', config: { carouselId:"1" tableClass: "medium", calendars: [ { symbol: "calendar-day", url:"https://outlook.office365.com/owa/f2033a09d6504d21833241fb44df8c3c@dxc.com/a53b29290ce3e0405428856/calendar.ics" }, ] } },
-
@sdetweil I am having an intermittent issue now with displaying my office 365 work calendar… Sometimes it comes back with an "error in calendar module check logs for more details. I don’t see anything in the development console… Any direction here, please?
-
@pastormingle i changed the time intervals on the fetch and that seems to have worked… thanks…