MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. sharmmoh1983
    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 0
    • Topics 6
    • Posts 24
    • Groups 0

    Posts

    Recent Best Controversial
    • RE: Pass module object to node helper

      I don’t want to pass config but the complete module object (this). Which is not working?
      How to do that?

      posted in Development
      S
      sharmmoh1983
    • Pass module object to node helper

      Hi
      I am trying to pass module instance to node helper but in that scenario, no communication happens and node helper received notifications never gets triggered

      Module:
      this.sendSocketNotification(“CONFIG”, this);

      Node helper:

      socketNotificationReceived: function(notification, moduleInstance) {
      if (notification === “CONFIG”) {
      this.activateSonus(moduleInstance)
      console.log(“Working notification system. Notification:”, notification, "payload: ", payload);
      }
      },

      posted in Development
      S
      sharmmoh1983
    • RE: Mirror installation failing

      info it worked if it ends with ok
      1 verbose cli [ ‘/opt/nodejs/bin/node’, ‘/usr/local/bin/npm’, ‘start’ ]
      2 info using npm@3.10.8
      3 info using node@v6.9.1
      4 verbose run-script [ ‘prestart’, ‘start’, ‘poststart’ ]
      5 info lifecycle magicmirror@2.1.2~prestart: magicmirror@2.1.2
      6 silly lifecycle magicmirror@2.1.2~prestart: no script for prestart, continuing
      7 info lifecycle magicmirror@2.1.2~start: magicmirror@2.1.2
      8 verbose lifecycle magicmirror@2.1.2~start: unsafe-perm in lifecycle true
      9 verbose lifecycle magicmirror@2.1.2~start: PATH: /opt/nodejs/lib/node_modules/npm/bin/node-gyp-bin:/home/pi/MagicMirror/node_modules/.bin:/opt/nodejs/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/b$
      10 verbose lifecycle magicmirror@2.1.2~start: CWD: /home/pi/MagicMirror
      11 silly lifecycle magicmirror@2.1.2~start: Args: [ ‘-c’, ‘sh run-start.sh’ ]
      12 silly lifecycle magicmirror@2.1.2~start: Returned: code: 1 signal: null
      13 info lifecycle magicmirror@2.1.2~start: Failed to exec start script
      14 verbose stack Error: magicmirror@2.1.2 start: sh run-start.sh
      14 verbose stack Exit status 1
      14 verbose stack at EventEmitter. (/opt/nodejs/lib/node_modules/npm/lib/utils/lifecycle.js:255:16)
      14 verbose stack at emitTwo (events.js:106:13)
      14 verbose stack at EventEmitter.emit (events.js:191:7)
      14 verbose stack at ChildProcess. (/opt/nodejs/lib/node_modules/npm/lib/utils/spawn.js:40:14)
      14 verbose stack at emitTwo (events.js:106:13)
      14 verbose stack at ChildProcess.emit (events.js:191:7)
      14 verbose stack at maybeClose (internal/child_process.js:877:16)
      14 verbose stack at Process.ChildProcess._handle.onexit (internal/child_process.js:226:5)
      15 verbose pkgid magicmirror@2.1.2
      16 verbose cwd /home/pi/MagicMirror
      17 error Linux 4.4.50-v7+
      18 error argv “/opt/nodejs/bin/node” “/usr/local/bin/npm” “start”
      19 error node v6.9.1
      20 error npm v3.10.8
      21 error code ELIFECYCLE
      22 error magicmirror@2.1.2 start: sh run-start.sh
      22 error Exit status 1
      23 error Failed at the magicmirror@2.1.2 start script ‘sh run-start.sh’.

      @sharmmoh1983 said in Mirror installation failing:

      npm start failing on raspberry pi
      node -v
      v6.9.1

      posted in Troubleshooting
      S
      sharmmoh1983
    • Mirror installation failing

      npm start failing on raspberry pi
      node -v
      v6.9.1

      posted in Troubleshooting
      S
      sharmmoh1983
    • 1 / 1