Read the statement by Michael Teeuw here.
node_helper.js is not working?
-
@vandy2424
Really weird.
Of course you are probably running MM as Electron standalone(not server/client). Hmmmm… How about your port forwarding on port 8080 on your home router or firewall? Something makes your ws not working.
Or… there is another process which is using that port as another ws instance.(but seems not possible… hmmmm) or proxy something maybe…But I can’t guess any more sorry.
-
@MMRIZE
Yeah I’m not currently port forwarding at all right now and would have no reason to for 8080 anyways. But I really appreciate all your help! I can tell you that when I did a clean install of the Raspberry Pi OS, I have only installed MM and its dependencies.All my libraries should be up to date. Maybe there is some strange clash going on with my library versions? Maybe I try to go to versions that you guys use (if they’re even different than mine)? Just some thoughts.
I’m glad that we are all at least on the same page of the strangeness going on here. Hopefully a lightbulb will pop up at some point and we can resolve the issue. Thanks again! :)
-
@vandy2424 ok the updatenotification and helloworld modules come from the js/defaults.js
I don’t see the path yet that does both.
-
@vandy2424 can you do
cd ~/Documents/MagicMirror/config ls -laF
-
@sdetweil Yes, here is the output:
jackson@raspberrypi:~/Documents/MagicMirror/config $ ls -LaF ./ ../ config.js* config.js.sample .config.js.swp
-
@vandy2424 lower case L
-laF
-
@sdetweil Apologies.
jackson@raspberrypi:~/Documents/MagicMirror/config $ ls -laF total 20 drwxr-xr-x 2 jackson jackson 4096 Feb 9 19:19 ./ drwxr-xr-x 18 jackson jackson 4096 Feb 2 10:27 ../ -rwxrwxrwx 1 root root 1998 Feb 9 19:19 config.js* -rw-r--r-- 1 jackson jackson 3534 Feb 2 10:27 config.js.sample -rw-r--r-- 1 jackson jackson 1024 Feb 2 12:12 .config.js.swp
-
change the permissions owner and group
exit the editorsudo chown jackson config.js
sudo chgrp jackson config.js -
@sdetweil Okay I ran both of those commands.
-
@vandy2424 and try starting mm again