A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
Calendar Module - Altering event time format
-
The Magic Mirror is a bit new for me. But I got all preferred parts working.
The calendar now shows:
“event tomorrow 08:00”I would like to see:
event monday 08:00 till 10:00My code is as follows:
{ module: "calendar", header: "Kalender Robert", position: "top_left", config: { maximumNumberOfDays: 7, maximumEntries: 8, displaySymbol: false, dateFormat: 'ddd-Do-MMM' fullDayEventDateFormat: 'ddd-Do-MMM', urgency: 0, getRelative: 0, timeFormat: 'absolute', calendars: [ { symbol: "calendar-check-o ", url: "https://calendar.google.com/calendar/ical/*PRIVATE CODE*/basic.ics" } ] }
Can anyone point me in the right direction of changing the time format?
Best Regards and thanks in advance,
Robert