@scottwalsh @karsten13 will have to help
MMOs is on pi os I think
@scottwalsh @karsten13 will have to help
MMOs is on pi os I think
@scottwalsh what does the docker compose look like for watchtower?
I know there have been stories about it not being maintained and breaking. But my uses still work.
There are supposed replacements. People forked and fixed under other names
What is is this docker stack running on?
I just released the latest MagicMirror about 10am US central time today. Was this MagicMirror container failed before then?
Looks like maybe docker needed update for the os updates?
Latest release is up, 2.34.0
note that there is a nodejs version change, 22.21.1
Version 2.34.0 Jan 1, 2026
Thanks to: @Blackspirits, @Crazylegstoo, @jarnoml, @jboucly, @JHWelch, @khassel, @KristjanESPERANTO, @rejas, @sdetweil, @xsorifc28
⚠️ This release needs nodejs version >=22.21.1 <23 || >=24
Compare to previous Release v2.33.0
--ozone-platform=wayland flag for reliable Wayland support (#3989)server:watch script with automatic restart on file changes (#3920)express-ipfilter with lightweight custom middleware (#3917)module-alias dependency with internal alias resolver (#3893)no-sparse-arrays for config check (#3911)calendarfetcherutils.js (#3976)repeatingCountTitle only if yearDiff > 0 (#3949)requiresVersion: "2.1.0" (#3932)loadComplimentFile method and add unit tests (#3969)openmeteo (#3931)XMLHttpRequest with fetch and migrate e2e tests to Playwright (#3950)node-libgpiod with serialport in electron-rebuild workflow (#3945)jest to vitest (#3940)@htilburgs try
dateFormatting:null
@plainbroke not too many, but that’s the hard way
Define known page names
Page1
Page2
Mom’
Dad
Billy
Sue
Stocks
Weather
Family
Anyhow
Then at each module in your config
Add a
classes:"…..",
After the module: line
Where …… is the list of the pages you want this module to show on. Space separated
Fox modules that should show all the time
Use whatever name you set next to the pages fixed definition
Sorry, no idea where Waldo is
@videogame95 what module for the background?
Is the module for images listed in the fixed section of pages config
What do you mean renamed the pics?
Are you doing this thru css?
@Mati_93 why did you change from pages?
also, future posts
if config, or code or log files, use the code block around them
paste text to message editor, blank line above and below
select the text just pasted
hit the </> button on the message editor tool bar
I have fixed first post
@Keithj edit MMM-Traffic.js
change these lines (79/80)
self.errorMessage = payload.error.message;
self.errorDescription = payload.error.description;
to
self.errorMessage = e.message;
self.errorDescription = e.description;
and restart MM
let me know…