A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
default calendar module - vacation length
-
@pauabaer do you have
showEnd:true,
set?also, you may have to fiddle with the dateFormat, fullDateFormat
as well…there are a LOT of config options.
-
@sdetweil
thanks for the quick response. I have tried that way. See my config below:{ module: "calendar", header: "Berliner Ferien 2023", position: "top_left", config: { fullDayEventDateFormat: "[KW]ww", dateEndFormat: "[KW]ww", calendars: [ { symbol: "suitcase-rolling", url: "https://www.ferienwiki.de/exports/ferien/2023/de/berlin", maximumEntries: "4" } ] } },
-
-
@sdetweil
when i set this - i think its not neccessary because default=true - no change in the output. That’s why I am asking here. -
@pauabaer the default is false in the code
showEnd: false,
its case sensitive
,and must be in the config:{} section, NOT in the calendars:[] section -
@sdetweil
I‘ve already set this beneath the dateFormat in the config-section. But without success.