@costascontis don’t need vnc… just http://mirror_ip:mirror_port
Read the statement by Michael Teeuw here.
Posts
-
RE: MM as a screensaver
-
RE: node_helper.js does not work.
@emrhssla which MM are u working in?
/home/pi/Desktop/Beauty (see its config/config.js
or
/home/pi/Desktop/Beauty/MagicMirror one? (see ITS config/config.jsthey are different (u have MagicMirror installed INSIDE a MagicMirror folder)
to fix this, in /home/pi/Desktop/Beauty domv MagicMirror ..now you will have
/home/pi/Desktop/Beauty and /home/pi/Desktop/MagicMirror -
RE: node_helper.js does not work.
@emrhssla will advise once I see it myself
-
RE: npm install error
@emrhssla also delete the package-lock.json files in the few folders
-
RE: node_helper.js does not work.
@emrhssla ok, trying to replicate… moved mine to desktop/MagicMirror and it worked ok,
working on installing that repo -
RE: node_helper.js does not work.
@emrhssla show me output of
ls /home/pi/Desktop/Beauty/MagicMirror/config -laF -
RE: node_helper.js does not work.
this what I see on my startup in the terminal window, before the node_modules start outputing their text
Starting MagicMirror: v2.7.0-develop Loading config ... Loading module helpers ... No helper found for module: alert. Initializing new module helper ... Module helper loaded: updatenotification No helper found for module: clock. Initializing new module helper ... Module helper loaded: calendar handler helper in init Module helper loaded: MMM-SleepWake Initializing new module helper ... Module helper loaded: MMM-ImagesPhotos Initializing new module helper ... Module helper loaded: newsfeed Initializing new module helper ... Module helper loaded: MMM-AssistantMk2 Initializing new module helper ... Module helper loaded: MMM-Hotword Initializing new module helper ... Module helper loaded: WaterLevels Initializing new module helper ... Module helper loaded: MMM-Testpython All module helpers loaded. Starting server on port 8086 ... You're using a full whitelist configuration to allow for all IPs Server started ... Connecting socket for: updatenotification Connecting socket for: calendar Starting node helper for: calendar Connecting socket for: MMM-SleepWake handler helper in start Connecting socket for: MMM-ImagesPhotos Starting node helper for: MMM-ImagesPhotos Connecting socket for: newsfeed Starting module: newsfeed Connecting socket for: MMM-AssistantMk2 Connecting socket for: MMM-Hotword MMM-Hotword started Connecting socket for: WaterLevels Starting module: WaterLevels Connecting socket for: MMM-Testpython MMM-Testpythonnode_helper started Sockets connected & modules started ... Launching application. -
RE: node_helper.js does not work.
@emrhssla that doesn’t match with the terminal window output…
in terminal window only
Starting MagicMirror: v2.7.1 Loading config … Loading module helpers … Initializing new module helper … Module helper loaded: updatenotification < ---- No helper found for module: helloworld. < ----- All module helpers loaded. Starting server on port 8080 … Server started … Connecting socket for: updatenotification Sockets connected & modules started … Launching application.there are only two modules referenced…
never mind, two of mine don’t have position and work fine
delete ---------also, all modules require a position -
RE: node_helper.js does not work.
@emrhssla that console output doesn’t make sense… cause u should have seen this line at least
Module helper loaded: MMM-Testpythonbefore the
Launching applicationshow me your config.js
-
RE: npm install error
@emrhssla AND delete node_modules from all locations, right? vendor and all modules
from the MM folder do
WATCH OUT, THIS WILL ERASE ALL THE node_modules IN THE EMBEDED MagicMirror
find . | grep node_modules$ | xargs rm -rfand
find . | grep package-lock.json | xargs rmthis erases all the mac based stuff that should not have been added to the repo
thennpm install