@sifuhall one thing
pm2’s job is to keep the app running. so when the script ends it restarts
in windows to spin off a separate task you use detach
detach xxxx.bat
in
linux you use the & as last character
xxx.sh &
so if you choose to launch from one script
# use port in config.js
npm run server &
# override port in config.js
export MM_PORT=8090
npm run server &
# override port in config.js
export MM_PORT=8100
npm run server &
there is nothing to keep the script running
and pm2 will relaunch it
just remove the last &
and bash will wait for that command to end(never)
pm2 will be happy
@MMRIZE
Hi, I installed your module yesterday and spent hours trying to get images shown. But no luck, even with the RSS Feeds that worked for users in this thread. Does it still work for you? Is this error known?
Thanks in advance!
@sdetweil Yeah, I totally agree with that.
But it really depends on the modules. Thus, some sort of endurance test might be useful before shipping the mirror.
@cowboysdude
That’s weird. I downloaded from the repo onto ubuntu and everything was fine. Module folder and module name were fine, MMM-Gas. 2 days ago, that is.
@sifuhall
Looks great.
Any chance you could post the options you’ve used for the calendar module?
I’m trying to get the same date/time display as you
see here for my question - https://forum.magicmirror.builders/topic/16171/how-to-show-actual-times-for-todays-events