Read the statement by Michael Teeuw here.
Modul CalendarExt3Agenda
-
@MMRIZE
thanks for the answer and the patch.I installed this, but unfortunately there was no improvement in the result.
If I enter it like in the example, there are no more entries.The points for the appointments are only displayed correctly in the mini calendar.
Here is my config for the module.
{ module: "MMM-CalendarExt3Agenda", carouselId: "Seite2", position: "top_left", header: "Natalia", config: { instanceId: "basicCalendar", locale: 'de-DE', firstDayOfWeek: 1, startDayIndex: -1, endDayIndex: 15, onlyEventDays: 15, eventFilter: (ev) => { return (ev.title.search("Natalia:") > -1) }, eventTransformer: (ev) => { ev.title = ev.title.replace("Natalia:", "") return ev } } },
-
@MMRIZE said in Modul CalendarExt3Agenda:
’
I also have a fundamental question of understanding.
The ’ character is used in the examples here.
I have to use the character " for it to work.
Why is that? -
@Old_Death I’m javascript, both the single and double quotes are acceptable
note. sometimes in the forum if the text is not in a code block, these characters are shown as word processing form , curved, like this
’
or
"
Instead of the text form' or "
-
@Old_Death
Sorry, there was still another hidden formatting-twice issue. (inonlyEventDays
. I didn’t check that part on the previous update.)
I fixed it now.
-
@MMRIZE Thank you very much, it works now!
-
-