@kribbitykrab if you ran the setup _over_server
it should have changed the start script in
package.json to
"start":"./run-start.sh",
can you confirm that
looks like i had a bug in the script, run it again
@kribbitykrab if you ran the setup _over_server
it should have changed the start script in
package.json to
"start":"./run-start.sh",
can you confirm that
looks like i had a bug in the script, run it again
@almightyyoshi you can always use css
.CX3 .symbol {
display: none !important;
}
@rkorell yes, you edit the wiki page, and then the 3rd party list will pick up those changes on the next refresh (once a day)
@_V_ pm2’s JOB is to start the app AND KEEP IT RUNNING, so if it fails (you do a ctrl-q) pm2 restarts it
pm2 has lots of command options
in linux by convention commands don’t return any message when successful (as they were built when tty was VERY SLOW)
also, each command has help
pm2 --help
and a manual page
man pm2
SO, to stop MM with pm2, minimize MM, ctrl-m, (or alt-spacebar, n) open a terminal window, ctrl-alt-v, and type
pm2 status
then
pm2 stop xx
where xx is the name or the number of the row with the app on it…
one can create MULTIPLE managed apps with the SAME name, so sometimes the number matters
@_V_ said in CalendarEXT3 questions:
The CW counting not
try this
minimalDaysOfNewYear: "1",
I posted somewhere before (a month ago I think) , but can’t find it…
@AndyHazz these fixes are in the next release Oct 1
@ember1205 great feedback, thank you
Glad it’s working again
@pat59 show the output of npm start
But when you change the os under an app, it’s recommended to reset it too
Stop MagicMirror
cd ~/MagicMirror
rm -rf node_modules
npm install
Start MagicMirror
@WallysWellies in the next release (Oct 1), there is a new field in the top part of the config.js
userAgent:"......"