Read the statement by Michael Teeuw here.
MMM-CalendarExt3 Not showing on some clients
-
@MMRIZE it’s the default for onepageos, which is chromium browser. There are no custom mods to that image, it’s a stock install with the only modifications being my Wi-Fi network and the default displayed web page changed to my local server IP:port running magic mirror.
-
@odin_greythorn browser is for sure chromium, here is the output of chromium-browser --version:
Chromium 98.0.4758.106 Built on Raspbian , running on Raspbian 11 -
@sdetweil
Aaaand this was it. - didn’t realize the version of chromium I was using was from two years ago.
Solved - updating chromium browser to the most recent version + reboot immediately showed the missing module. Thank you. -
@odin_greythorn
I need the front-end log for checking.You can get the front-end log by;
Ctrl
+Shift
+I
to open front dev console on the running, or,npm run start:dev
command, or,- Use
MMM-LogExt
module to deliver front-end logs to the backend.
-
@odin_greythorn awesome. glad you could update without having to drag in any conflicting changes
-