From f1f47fdf46bebc8c4dca0003d1ac6ee6b5488083 Mon Sep 17 00:00:00 2001 From: Dennis Brookner Date: Thu, 30 Jul 2026 19:09:24 -0400 Subject: [PATCH] add updateAnimate call to refresh calendar on event notifications --- MMM-CalendarExt3.js | 1 + 1 file changed, 1 insertion(+) 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") {