MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. berry
    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

    berry

    @berry

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

    berry Unfollow Follow

    Latest posts made by berry

    • RE: Installing MM2

      @Bangee said in Installing MM2:

      as I c, you’ve installed your MagicMirror in the /root directory.
      I’m not sure if this is working so far.

      Try to install everything as pi and not as root in the /home/pi directory and let us know what happend.

      try whoami -> pi

      update your distribution with sudo apt-get update && sudo apt-get upgrade

      then cd /home/pi or only cd

      and install again: curl -sL https://raw.githubusercontent.com/MichMich/MagicMirror/master/installers/raspberry.sh | bash

      worked for me !! thanks

      at least i shouldnt tried to install MM2 as root

      posted in Troubleshooting
      B
      berry
    • RE: Installing MM2

      Added the full error message

      @berry said in Installing MM2:

      npm ERR! Linux 4.4.9-v7+
      npm ERR! argv “/usr/bin/nodejs” “/usr/bin/npm” “install”
      npm ERR! node v6.2.1
      npm ERR! npm v3.9.3
      npm ERR! code ELIFECYCLE

      npm ERR! electron-prebuilt@1.2.3 postinstall: node install.js
      npm ERR! Exit status 1
      npm ERR!
      npm ERR! Failed at the electron-prebuilt@1.2.3 postinstall script ‘node install.js’.
      npm ERR! Make sure you have the latest version of node.js and npm installed.
      npm ERR! If you do, this is most likely a problem with the electron-prebuilt package,
      npm ERR! not with npm itself.
      npm ERR! Tell the author that this fails on your system:
      npm ERR! node install.js
      npm ERR! You can get information on how to open an issue for this project with:
      npm ERR! npm bugs electron-prebuilt
      npm ERR! Or if that isn’t available, you can get their info via:
      npm ERR! npm owner ls electron-prebuilt
      npm ERR! There is likely additional logging output above.

      npm ERR! Please include the following file with any support request:
      npm ERR! /root/MagicMirror/npm-debug.log

      posted in Troubleshooting
      B
      berry
    • Installing MM2

      Hello,

      i’m a noobie and wants to install MM2 on a raspberry 2.

      Equal if i choose the autoinstaller or the manuel installation - i’ll allways gets an error with the electron-prebuilt.

      Maybe someone of you can help me with this problem.

      thank you in advance

      npm ERR! Linux 4.4.9-v7+
      npm ERR! argv “/usr/bin/nodejs” “/usr/bin/npm” “install”
      npm ERR! node v6.2.1
      npm ERR! npm v3.9.3
      npm ERR! code ELIFECYCLE

      npm ERR! electron-prebuilt@1.2.3 postinstall: node install.js
      npm ERR! Exit status 1
      npm ERR!
      npm ERR! Failed at the electron-prebuilt@1.2.3 postinstall script ‘node install.js’.
      npm ERR! Make sure you have the latest version of node.js and npm installed.
      npm ERR! If you do, this is most likely a problem with the electron-prebuilt package,
      npm ERR! not with npm itself.
      npm ERR! Tell the author that this fails on your system:
      npm ERR! node install.js
      npm ERR! You can get information on how to open an issue for this project with:
      npm ERR! npm bugs electron-prebuilt
      npm ERR! Or if that isn’t available, you can get their info via:
      npm ERR! npm owner ls electron-prebuilt
      npm ERR! There is likely additional logging output above.

      npm ERR! Please include the following file with any support request:
      npm ERR! /root/MagicMirror/npm-debug.log

      posted in Troubleshooting
      B
      berry