@medo showEnd:false should do the trick,
i only used de dateformats to show the dates in a more readable format.
A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
D
Offline
Posts
-
RE: MMM-MyCalendar: Showing wrong dates (days one day in the past)?
-
RE: MMM-MyCalendar: Showing wrong dates (days one day in the past)?
had the same issue, it shows you the end of the event, usually because its an all day event.
here is my config:
just added the option showEnd: false
and date and time formats according to moments.jsmodule: "calendar", header: "Calendar", position: "top_center", config: { maximumEntries: 10, maximumNumberOfDays: 32, dateFormat: 'D MMMM - H:mm', fullDayEventDateFormat: 'D MMMM', timeFormat: 'absolute', showEnd: false, urgency: 0, getRelative: 0, calendars: [ etc...