Hi @bolish,
I did not solve the icon completely, but I had no time trying anything, sorry.
Read the statement by Michael Teeuw here.
Latest posts made by sworrs
-
RE: MMM-CalendarExt2 not showing icons in calendar
-
RE: MMM-CalendarExt2 not showing icons in calendar
@Sean
what does the maxItems mean? Does it load the next Items of the calendar? How many could be loaded, should the number be around the count of shown calendar items? -
RE: MMM-CalendarExt2 not showing icons in calendar
@sean
I have many calendars inserted there, but now I will try to find the calendar causing the problem. At least I found out, that the icons sometimes are shown.
Thanks for the hint. I will try around with the calendars and as soon as I now the right calendar I will mail you.
Do you know any other problems with multiple calendars? Not all calendars are shown everytime I start the magic mirror and by now I have no idea whats the matter here. -
RE: MMM-CalendarExt2 not showing icons in calendar
@sean
I tried different icons and they all do not show up. And you are right, I get an error in dev mode:iconify.min.js:13 Uncaught TypeError: n.MutationObserver is not a constructor at iconify.min.js:13 at Object.i.nextInitItem (iconify.min.js:13) at Object.i.nextInitItem (iconify.min.js:13) at Object.i.nextInitItem (iconify.min.js:13) at iconify.min.js:13 (anonymous) @ iconify.min.js:13 i.nextInitItem @ iconify.min.js:13 i.nextInitItem @ iconify.min.js:13 i.nextInitItem @ iconify.min.js:13 (anonymous) @ iconify.min.js:13 setTimeout (async) (anonymous) @ iconify.min.js:13 (anonymous) @ iconify.min.js:13 (anonymous) @ iconify.min.js:13
What does this mean?
-
MMM-CalendarExt2 not showing icons in calendar
Hi,
I tried to insert icons into my calendar, but they are not been shown:
it seems the space for the icons have been added. Here is my config.{ module: "MMM-CalendarExt2", config: { views: [ { name: "weeks", mode: "week", position: "middle_center", type: "row", slotCount: 2, slotTitleFormat: "DD.MM.", slotAltTitleFormat: "DD.MM.", weeksFormat: "[KW] WW", calendars: ["Abfall"], }, ], scenes: [ { name: "DEFAULT", views: ["weeks"], }, ], calendars: [ { name: "Abfall", icon: "noto-soccer-ball", url: 'https://calendar.google.com/calendar/ical/.../basic.ics', auth: { user: '...', pass: '...', method: 'basic' }, },
Any idea, why they are not showing up?
BR
sworrs -
RE: MMM-CalenderExt2: view week does not display german dateFormat
@Sean :
Thank you, that worked, sorry for not reading the wiki. -
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 -
RE: MMM-CalendarExt2 not working with MMM-Carousel
@Sean
Thank you, now it works :-) -
MMM-CalendarExt2 not working with MMM-Carousel
Hi,
I tried to use the CalendarExt2 with MMM-Carousel. But all modules specified in MMM-Carousel will be shown on one page and the change of pages is not possible (but the dots are shown). With MMM-CalendarExt it is working, I just changed to CalendarExt2 within the MMM-Carousel-Configuration, if I change back it is working.
Has anybody faced the same problem?Best regards
sworrs