Environment
MagicMirror² version:
Node version:
npm version:
Platform:
Which start option are you using?
node --run start:x11
Are you using PM2?
No
Module
updatenotification
Have you tried disabling other modules?
Have you searched if someone else has already reported the issue on the forum or in the issues?
What did you do?
Configuration
set updatenotification to restart mm
<!-- Paste relevant code here -->
updateAutorestart: true
Steps to reproduce the issue:
cause a change in some installed 3rd party module
What did you expect to happen?
MM would restart
What actually happened?
mm failed to start, unable to find WAYLAND_DISPLAY env variable.. as I am using x11
Additional comments
updatenotification uses
Spawn("node --run start" <--- this uses wayland now
but this instance needs
Spawn("node --run start:x11"
or
Spawn("node --run start:windows"
one could find the previous start command in process list
ps -ef | grep node | grep start
sam 4138959 2915099 0 16:37 pts/1 00:00:00 node --run start:x11
Participation
Environment
MagicMirror² version:
Node version:
npm version:
Platform:
Which start option are you using?
node --run start:x11
Are you using PM2?
No
Module
updatenotification
Have you tried disabling other modules?
Have you searched if someone else has already reported the issue on the forum or in the issues?
What did you do?
Configuration
<!-- Paste relevant code here --> updateAutorestart: trueSteps to reproduce the issue:
cause a change in some installed 3rd party module
What did you expect to happen?
MM would restart
What actually happened?
mm failed to start, unable to find WAYLAND_DISPLAY env variable.. as I am using x11
Additional comments
updatenotification uses
but this instance needs
one could find the previous start command in process list
Participation