@sdetweil Ok i think i got it now…
if (this.config.showEnd) {
timeWrapper.innerHTML += “-”;
timeWrapper.innerHTML += this.capFirst(moment(event.endDate, “x”).format(this.config.dateEndFormat));
} else
// For full day events we use the fullDayEventDateFormat
if (event.fullDayEvent) {
A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
P
Best posts made by pastormingle
-
RE: Calendar Event Display start and end date
-
RE: MMM-Carousel not displaying
@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…
-
RE: MMM-Carousel not displaying
@sdetweil Thanks Sam… It seems to be an issue with mmm-google task and the order you call the calendarext from mmm-carousel. It needs to be first on the list if you are using a slide mode on the carousel… Not sure yet why the mmm-googletask is causing it to fail… Thanks for all the help Sam… I’m adding this just in case someone else comes along with the same issue…