MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.

    MM² I fail at installation

    Scheduled Pinned Locked Moved Tutorials
    3 Posts 2 Posters 551 Views 2 Watching
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • S Offline
      svenpisa
      last edited by

      Hi everyone,
      I’m a complete beginner, but I really want to build myself a Smart Mirror.
      Unfortunately I’m already failing at the installation and I hope that you can help me so that I can get it up and running at some point. I’ve already tried several times, but it just won’t work.

      I have got a Raspi 3 with Raspberry Pi OS (Legacy) Full

      What have i done:
      i took the installation tutorial from
      https://docs.magicmirror.builders/getting-started/installation.html#manual-installation

      but first i took the update by sudo apt-get update

      Than installed node.js by sudo apt-get install -y ca-certificates curl gnupg

      and
      sudo mkdir -p /etc/apt/keyring

      curl -fsSL https://deb.nodesource.com/gpgkey/nodesource-repo.gpg.key | sudo gpg --dearmor -o /etc/apt/keyrings/nodesource.gpg
      

      and updated again.
      Everything fine and i got node Version V12.22.12

      so i started

      git clone https://github.com/MichMich/MagicMirror
      

      got following informations in my terminal

      Klone nach ‘MagicMirror’ …
      remote: Enumerating objects: 25814, done.
      remote: Counting objects: 100% (172/172), done.
      remote: Compressing objects: 100% (94/94), done.
      remote: Total 25814 (delta 79), reused 137 (delta 63), pack-reused 25642
      Empfange Objekte: 100% (25814/25814), 21.49 MiB | 4.92 MiB/s, fertig.
      Löse Unterschiede auf: 100% (15969/15969), fertig.

      go to
      raspberrypi:~ $ cd MagicMirror/
      raspberrypi:~/MagicMirror $

      npm run install-mm
      

      But than every time i got following Info:

      bash: npm: Kommando nicht gefunden.

      What am i doing wrong???

      I tried it one times more. Than changed the folder to MAgicMirror Old to start following

      bash -c  "$(curl -sL https://raw.githubusercontent.com/sdetweil/MagicMirror_scripts/master/raspberry.sh)"
      

      I would really appreciate any help! :-)
      Greetings
      Sven

      S 1 Reply Last reply Reply Quote 0
      • S Offline
        sdetweil @svenpisa
        last edited by

        @svenpisa start from scratch, new sd card image

        boot, skip updates, then run my install script…

        it will install nodejs for you correctly…
        their (nodejs) instructions don’t work.

        Sam

        How to add modules

        learning how to use browser developers window for css changes

        1 Reply Last reply Reply Quote 0
        • S Offline
          svenpisa
          last edited by

          @sdetweil Yes it works!!! Thanks a lot!!! Great job!! :-)

          1 Reply Last reply Reply Quote 0
          • 1 / 1
          • First post
            Last post
          Enjoying MagicMirror? Please consider a donation!
          MagicMirror created by Michael Teeuw.
          Forum managed by Sam, technical setup by Karsten.
          This forum is using NodeBB as its core | Contributors
          Contact | Privacy Policy