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.

    Never used Linux, Could someone help me install MM onto my laptop?

    Scheduled Pinned Locked Moved Hardware
    5 Posts 3 Posters 6.1k 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.
    • A Offline
      alexx2208
      last edited by

      I’m using an old laptop as my mirror, and will take it apart once I install the software. I’ve never used Linux, and I’d appreciate help on how to set it up. The tutorial’s manual install isn’t helping.

      Thanks in advance
      Alex

      Mykle1M 1 Reply Last reply Reply Quote 0
      • Mykle1M Offline
        Mykle1 Project Sponsor Module Developer @alexx2208
        last edited by

        @alexx2208

        First things first. What OS is the laptop running?

        I’ve installed MM on 2 laptops. One is running Windows 7 and one is running uBuntu. Basically, you will need to install the newest version of node.js, npm and git for the platform you are using. Then a manual install of the MM software and dependencies.

        I’ll try to guide you as you go along

        Create a working config
        How to add modules

        1 Reply Last reply Reply Quote 0
        • cowboysdudeC Offline
          cowboysdude Module Developer
          last edited by

          Here is a very good guide on how to setup Linux :)

          https://www.ubuntu.com/download/desktop/install-ubuntu-desktop

          1 Reply Last reply Reply Quote 2
          • A Offline
            alexx2208
            last edited by

            Hey guys, thanks for the info. I’m using Ubuntu, latest build. I think I’ve gotten the dependencies installed, but what way is best to make sure?

            Thanks again
            Alex

            1 Reply Last reply Reply Quote 0
            • cowboysdudeC Offline
              cowboysdude Module Developer
              last edited by cowboysdude

              Once you have Linux installed just follow the MM install instructions…

              https://github.com/MichMich/MagicMirror

              Manual Installation

              Download and install the latest Node.js version.

              Verison 6
              curl -sL https://deb.nodesource.com/setup_6.x | sudo -E bash -
              sudo apt-get install -y nodejs

              OR

              Verison 8
              curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash -
              sudo apt-get install -y nodejs

              THEN:

              Clone the repository and check out the master branch: git clone https://github.com/MichMich/MagicMirror
              Enter the repository: cd ~/MagicMirror
              Install the app: npm install
              Run the app: npm start
              Important: npm start does not work via SSH, use DISPLAY=:0 nohup npm start & instead. This starts the mirror on the remote display.

              IF you get any errors search this forum or Google your error to see how to fix…

              Gotta go to work, Have a good day!!!

              1 Reply Last reply Reply Quote 2

              Hello! It looks like you're interested in this conversation, but you don't have an account yet.

              Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

              With your input, this post could be even better 💗

              Register Login
              • 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