A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
[Solved] Standard calendar displays the time incorrectly
-
Hello,
I have an problem with the standard calendar.The calendar should show only the beginning times of the appointments. But the calendar shows the beginning and end time of the appointments.
I configured my calendar like this
{^M module: 'calendar',^M header: 'Kalender',^M position: 'top_left',^M config: {^M timeFormat: 'absolute', ^M urgency: 0,^M maxTitleLength: 15, dateFormat: "dd, DD. MMM HH:mm", fullDayEventDateFormat: "dd, DD MMM", getRelative: 0, ^M calendars: [^M {^M symbol: 'calendar-check-o ',^M url: 'https://calendar.google.com/calendar/ical/XXXXXXXX.ics'^M },^M {^M url: 'https://calendar.google.com/calendar/ical/XXXXXXXXXX.ics'^M }^M
I would be very grateful if someone could help me.
Thank you in advance.
Lars
-
Hello! in config write ‘showEnd: false’. see this link: https://forum.magicmirror.builders/topic/8856/calendar-module-1-day-error. Hope it helps you. Nisse
-
Yes, that´s it.
Thank your for this great tip.