MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. sdetweil
    3. Posts
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.
    S
    Offline
    • Profile
    • Following 0
    • Followers 108
    • Topics 90
    • Posts 20,799
    • Groups 1

    Posts

    Recent Best Controversial
    • RE: MM as a screensaver

      @costascontis don’t need vnc… just http://mirror_ip:mirror_port

      posted in General Discussion
      S
      sdetweil
    • 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.js

      they are different (u have MagicMirror installed INSIDE a MagicMirror folder)
      to fix this, in /home/pi/Desktop/Beauty do

      mv MagicMirror ..
      

      now you will have

      /home/pi/Desktop/Beauty
      and
      /home/pi/Desktop/MagicMirror
      
      posted in Troubleshooting
      S
      sdetweil
    • RE: node_helper.js does not work.

      @emrhssla will advise once I see it myself

      posted in Troubleshooting
      S
      sdetweil
    • RE: npm install error

      @emrhssla also delete the package-lock.json files in the few folders

      posted in Troubleshooting
      S
      sdetweil
    • 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

      posted in Troubleshooting
      S
      sdetweil
    • RE: node_helper.js does not work.

      @emrhssla show me output of

      ls /home/pi/Desktop/Beauty/MagicMirror/config -laF
      
      posted in Troubleshooting
      S
      sdetweil
    • 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.
      
      posted in Troubleshooting
      S
      sdetweil
    • 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

      posted in Troubleshooting
      S
      sdetweil
    • 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-Testpython
      

      before the

      Launching application 
      

      show me your config.js

      posted in Troubleshooting
      S
      sdetweil
    • 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 -rf 
      

      and

      find . | grep package-lock.json | xargs rm 
      

      this erases all the mac based stuff that should not have been added to the repo
      then

      npm install
      
      posted in Troubleshooting
      S
      sdetweil
    • 1
    • 2
    • 1982
    • 1983
    • 1984
    • 1985
    • 1986
    • 2079
    • 2080
    • 1984 / 2080