A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
MMM-CalenderExt2: view week does not display german dateFormat
-
Hi,
at the moment I am configuring the modul CalendarExt2, so maybe some more topics will come, but I think most of them will be just configuring problems.
I am using the week view with the following config:views: [ { name: "Test", mode: "week", position: "middle_center", type: "row", slotCount: 2, dateFormat: "DD.MM", calendars: [], }, ],
but I get the date format as M/D:
I also tried :locale: "de",
but its still the M/D notation.
What did I did not write correctly?Best regards
matthias -
@Sean :
Thank you, that worked, sorry for not reading the wiki. -
@sworrs
That is not “date”. Try “slotTitleFormat” and “slotSubTitleFormat” and “slotAltTitleFormat”.
https://github.com/eouia/MMM-CalendarExt2/wiki/2c4.-View:week,-month -
@Sean :
Thank you, that worked, sorry for not reading the wiki. -
@sworrs Nevermind. I don’t read manual also. :D