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.

    Starting MagicMirror v2 beta

    Scheduled Pinned Locked Moved Solved Troubleshooting
    electronbug
    22 Posts 5 Posters 23.8k Views 3 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.
    • F Offline
      feuerball
      last edited by paviro

      WoW. after i deinstalled all node stuff with this

      apt-get --purge remove node
      apt-get --purge remove nodejs
      apt-get autoremove
      reboot
      

      reinstalling node 4.0.0 with this

      wget https://nodejs.org/dist/v4.0.0/node-v4.0.0-linux-armv7l.tar.gz 
      tar -xvf node-v4.0.0-linux-armv7l.tar.gz 
      cd node-v4.0.0-linux-armv7l
      sudo cp -R * /usr/local/
      

      and THEN installing it with the autoinstaller, it works.

      Thanks :D


      Note from forum staff: Please use Markdown on your code/shell snippets so your post is better readable! :)

      1 Reply Last reply Reply Quote 0
      • MichMichM Offline
        MichMich Admin
        last edited by

        I think skipping the node 4 part would have worked as well. Since the installer installs node for you.

        F 1 Reply Last reply Reply Quote 0
        • F Offline
          feuerball @MichMich
          last edited by

          @MichMich

          i tried this first, but didnt work for me either.

          i even tried reinstalling jessie image + using installer and it didn’t worked. :D

          MichMichM 1 Reply Last reply Reply Quote 0
          • MichMichM Offline
            MichMich Admin @feuerball
            last edited by

            @feuerball That’s weird. That’s how I did it. And it worked.

            1 Reply Last reply Reply Quote 0
            • KirAsh4K Offline
              KirAsh4 Moderator
              last edited by

              I can also verify this as I just setup a brand new rPi yesterday. Downloaded a fresh copy of jessie, booted up the rPi, did the setup for it, made sure all apps were up to date (with 'sudo apt-get update ; sudo apt-get upgrade' then installed MM as per the wiki’s instructions. Done.

              A Life? Cool! Where can I download one of those from?

              1 Reply Last reply Reply Quote 1
              • 1
              • 2
              • 3
              • 3 / 3
              • 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