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

    Brian2312

    @Brian2312

    0
    Reputation
    315
    Profile views
    3
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    Brian2312 Unfollow Follow

    Latest posts made by Brian2312

    • RE: MagicMirror not starting

      Hi,

      thanks for this. I will try this today evening and let you know if this was working.

      Thanks

      posted in Troubleshooting
      B
      Brian2312
    • RE: MagicMirror not starting

      Hi,

      I’m using the Pi3 with complete new installation. Raspbian Jessie is installed with additional ioBroker installation for some overviews of the hardware in the complete system.

      For the MagicMirror installation I’ve used the automatic installation line from the magic mirror page. So there was no manual installation from my side for the MagicMirror itself.
      I’ve updated the NPM and Node versions manually.

      Thanks in advance

      posted in Troubleshooting
      B
      Brian2312
    • MagicMirror not starting

      Hi all,

      I have an issue with starting the MagicMirror. Checkin the log file I can find the following:

      0 info it worked if it ends with ok
      1 verbose cli [ ‘/usr/local/bin/node’, ‘/usr/local/bin/npm’, ‘start’ ]
      2 info using npm@5.0.0
      3 info using node@v8.0.0
      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: /usr/local/lib/node_modules/npm/bin/node-gyp-bin:/root/MagicMirror/node_modules/.bin:/usr/local/sbin:/usr/local/b$
      10 verbose lifecycle magicmirror@2.1.2~start: CWD: /root/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. (/usr/local/lib/node_modules/npm/lib/utils/lifecycle.js:283:16)
      14 verbose stack at emitTwo (events.js:125:13)
      14 verbose stack at EventEmitter.emit (events.js:213:7)
      14 verbose stack at ChildProcess. (/usr/local/lib/node_modules/npm/lib/utils/spawn.js:40:14)
      14 verbose stack at emitTwo (events.js:125:13)
      14 verbose stack at ChildProcess.emit (events.js:213:7)
      14 verbose stack at maybeClose (internal/child_process.js:887:16)
      14 verbose stack at Process.ChildProcess._handle.onexit (internal/child_process.js:208:5)
      15 verbose pkgid magicmirror@2.1.2
      16 verbose cwd /root/MagicMirror
      17 verbose Linux 4.9.35-v7+
      18 verbose argv “/usr/local/bin/node” “/usr/local/bin/npm” “start”
      19 verbose node v8.0.0
      20 verbose npm v5.0.0
      21 error code ELIFECYCLE
      22 error errno 1
      23 error magicmirror@2.1.2 start: sh run-start.sh
      23 error Exit status 1
      24 error Failed at the magicmirror@2.1.2 start script.
      24 error This is probably not a problem with npm. There is likely additional logging output above.
      25 verbose exit [ 1, true ]

      Do you have any idea what I can do here for this topic?

      Thanks in advance

      posted in Troubleshooting
      B
      Brian2312