Read the statement by Michael Teeuw here.
MMM-Pages module all showing on one page
-
@hahawoooooo I think this is a totally different problem…
are you using node 22.18.0 on the system?
node inside this electron version is 22.18are you using a browser or is this the electron page started by npm start?
-
Node version is 22.18.0, and I’m using pm2 to start it. I changed the mm.sh file to open it via firefox.
-
@hahawoooooo so you are doing npm run server and then launching firefox…
or is this my runstart.sh and u set the env variable for firefox as the browser over server -
@sdetweil To be honest, I need to get a bit smarter about the difference between the different start options (npm, pm2, mmpm, running over server). I’m currently just running pm2 start locally and not running a server.
-
MM is a server with a browser auto started (npm start, electron is the browser), and with any browser connecting too
or
MM can be a server (npm run server) with any browser connecting from anywhereMM is just an app…
you can configure the system to start an app on boot multiple ways
you can edit the system startup settings,
different on window, mac, linx (and diff linux versions)OR you can run ANOTHER app, that does all that work for you
pm2 (node process manager v2)
it can start many different apps (mm , mmpm, and any other tool you like,I have a spotify plugin on another mirror app, it can use the spotify api to play, pause, blah blah
if I install and start the spotify player daemon… (librespot or raspotify on pi)
I use pm2 to launch that too , and I can play on this machine.the cool thing about pm2 is YOU don’t need to know HOW the system autostart works,
pm2 handles all that for you…
