@BKeyport s like they only removed the usage of moment.js from the default calendar module.
Project Sponsors
These users contributed to the project by giving a donation: http://magicmirror.builders/donate
Posts
-
RE: Upcoming Release April 1, 2026 , breaking changes, some operational changes
-
RE: Upcoming Release April 1, 2026 , breaking changes, some operational changes
@sdetweil All my modules are working well on the dev branch. 🤞
-
RE: MMM-Embed URL centered on fullscreen_above?
@BKeyport
Instead of setting the spacing with absolute values (like sam does) you can try to set the wrapper which contains the embedded elements to add equal spacing if the elements do not need the whole space.
The wrapper is a flexbox container:.MMM-EmbedURL .embed .embededSubWrapper0 { justify-content: center; } -
RE: Calendar - colourise events today?
I found my solution. Maybe interesting for someone else too.
custom.ccs
table.small { border-collapse: collapse; } /* obere Linie */ tr.dateheader.today td { border-top: 1px solid red; } /* untere Linie */ tr.dateheader.today + tr.event.today:last-child td, tr.event.today + tr:not(.today) td { border-top: 1px solid red; } /* linke und rechte Linie */ tr.today td:first-child { border-left: 1px solid red; } tr.today td:last-child { border-right: 1px solid red; } -
RE: MMM-Embed URL centered on fullscreen_above?
-
RE: Calendar - colourise events today?
@sdetweil It works,thank you very match.
Do you know, how do you get a red border around the entire today? The border should go around all today’s calendar entries.
-
RE: Calendar - colourise events today?
@RGN01 Hello, I am also looking for a solution to this problem, did you find anything here?
-
RE: Calendar views load as hidden
I think I found the issue, the
scenessection for MMM-CalendarExt2 had an error. I discovered it by explicitly looking at errors in the console (and ignoring the many warnings). -
RE: Calendar views load as hidden
@sdetweil In my non-troubleshooting setup I use Scenes2 and remote-API. In my troubleshooting setup I only use Calendar-Ext2. I just updated it and see if it makes a difference.
-
RE: Calendar views load as hidden
@sdetweil Thanks for your comments. My CSS tweaks (which I disabled for my troubleshooting) are geared towards Ext2 (which has become active again) but I will look into Ext3.
There is no fetching delay. The modules are literally hidden. I can inspect, remove the class and see the data.