diff --git a/MMM-CalendarExt3.js b/MMM-CalendarExt3.js index 455d200..e60b481 100644 --- a/MMM-CalendarExt3.js +++ b/MMM-CalendarExt3.js @@ -378,6 +378,7 @@ Module.register("MMM-CalendarExt3", { if (notification === this.notifications.eventNotification) { const convertedPayload = this.notifications.eventPayload(payload) this.eventPool.set(sender.identifier, structuredClone(convertedPayload)) + this.updateAnimate() } if (notification === "MODULE_DOM_CREATED") {