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.

    raspberry-pi alternatives

    Scheduled Pinned Locked Moved Hardware
    39 Posts 13 Posters 37.8k Views 14 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.
    • lolobyteL Offline
      lolobyte @tajno
      last edited by

      @tajno

      do a cron job to restart your raspi every night!

      1 Reply Last reply Reply Quote 1
      • A Offline
        amanzimdwini @cowboysdude
        last edited by

        @cowboysdude

        • any SHORT intro on how to put a MM onto an old laptop with Ubuntu running on it?
          I have it on two Pis (2 and 3); managed to get it onto a Win10 box - Ubuntu is next :)

        Thanks

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

          @amanzimdwini Installing MM is easy on Unbuntu.

          I downloaded it and unpacked it into MagicMirror folder then in a terminal window:

          npm install
          npm start

          Starts right up no issues :)

          Pretty much everything works just as it did on a Pi except it’s a lot faster :)

          A Mykle1M 2 Replies Last reply Reply Quote 1
          • A Offline
            amanzimdwini @cowboysdude
            last edited by

            @cowboysdude It was nearly that easy… on LTS 16.04 on an ancient Dell:

            sudo npm install (failed)
            sudo apt install nodejs-legacy
            sudo npm install (succeeded)
            npm start
            -> Please create a config.js file

            Thanks for the help!

            Mykle1M cowboysdudeC 2 Replies Last reply Reply Quote 1
            • Mykle1M Offline
              Mykle1 Project Sponsor Module Developer @cowboysdude
              last edited by

              @cowboysdude said in raspberry-pi alternatives:

              Starts right up no issues
              Pretty much everything works just as it did on a Pi except it’s a lot faster

              So you’re running it on a Windows machine? I ask because I am too, only without being able to use the sudo command in Windows, some dependencies installations won’t work. i.e. MMM-voice. I really want to make a laptop MMM-NFL machine (with MMM-voice) for my son-in-law but that is the problem I am running into.

              So, have you used MMM-voice on anything other than a Raspberry Pi?

              Create a working config
              How to add modules

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

                @amanzimdwini said in raspberry-pi alternatives:

                It was nearly that easy… on LTS 16.04 on an ancient Dell:
                sudo npm install (failed)
                sudo apt install nodejs-legacy
                sudo npm install (succeeded)
                npm start
                -> Please create a config.js file

                I may try this. I’ve got MM running on an old Compaq laptop. As you can see from my post above, I can’t install the dependencies for MMM-voice because sudo isn’t recognized by WIndows and is required by the dependency installer. However, if I do as you did and make it an uBuntu machine, that might make life easier for me.

                Anyway, I’ve got nothing to lose by trying, except a little time

                Create a working config
                How to add modules

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

                  @Mykle1 said in raspberry-pi alternatives:

                  @cowboysdude said in raspberry-pi alternatives:

                  Starts right up no issues
                  Pretty much everything works just as it did on a Pi except it’s a lot faster

                  So you’re running it on a Windows machine? I ask because I am too, only without being able to use the sudo command in Windows, some dependencies installations won’t work. i.e. MMM-voice. I really want to make a laptop MMM-NFL machine (with MMM-voice) for my son-in-law but that is the problem I am running into.

                  So, have you used MMM-voice on anything other than a Raspberry Pi?

                  I would format the laptop and install Unbuntu and run MM on that… I have a mini-itx with a 120G SD running Unbuntu and my 32" mirror… works well and you have the terminal window to install just as you would on a Pi… works great! :)

                  You can do in Windows10 but it takes more work… In Windows10 there is Bash on Unbuntu on Windows you just have to turn it on :)

                  I just Unbuntu. I did order an IR frame yesterday and under Windows it would be a 6 points of touch but under Linux it’s one… but still I’m happy with that :)

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

                    @cowboysdude said in raspberry-pi alternatives:

                    I would format the laptop and install Unbuntu and run MM on that… I have a mini-itx with a 120G SD running Unbuntu and my 32" mirror… works well and you have the terminal window to install just as you would on a Pi… works great!

                    It’s funny, because uBuntu is where this all started for me (See my story in Show Your MIrror) so I shouldn’t have much trouble backtracking to that

                    Create a working config
                    How to add modules

                    cowboysdudeC A 2 Replies Last reply Reply Quote 1
                    • cowboysdudeC Offline
                      cowboysdude Module Developer @Mykle1
                      last edited by

                      @Mykle1 Which is REALLY funny because it was where I started too! :)

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

                        @cowboysdude said in raspberry-pi alternatives:

                        Which is REALLY funny because it was where I started too

                        Which is REALLY REALLY funny because that means there is hope for me ;-)

                        Create a working config
                        How to add modules

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

                          @amanzimdwini said in raspberry-pi alternatives:

                          @cowboysdude It was nearly that easy… on LTS 16.04 on an ancient Dell:

                          sudo npm install (failed)
                          sudo apt install nodejs-legacy
                          sudo npm install (succeeded)
                          npm start
                          -> Please create a config.js file

                          Thanks for the help!

                          Well in doing this so much sometimes forget to add little extra instructions…sorry!

                          Glad you got it working but it does work well!

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

                            @Mykle1 said in raspberry-pi alternatives:

                            @cowboysdude said in raspberry-pi alternatives:

                            Which is REALLY funny because it was where I started too

                            Which is REALLY REALLY funny because that means there is hope for me ;-)

                            The fact that you refuse to give up means there is MUCH hope for you!! I think you’re doing quite well!!! Two months ago I wouldn’t even think to write a module… now I am working on them all the time… improving… tweaking… making new ones… I don’t release all of them but I make them :)

                            1 Reply Last reply Reply Quote 0
                            • johnnyboyJ Offline
                              johnnyboy @alexyak
                              last edited by johnnyboy

                              This post is deleted!
                              1 Reply Last reply Reply Quote 1
                              • W Offline
                                wizz
                                last edited by

                                Just wondering if it is possible to run the MM on this Banana Pi or on this ASUS Tinker Board and if any one tried that with good or bad results?

                                yawnsY 1 Reply Last reply Reply Quote 0
                                • yawnsY Offline
                                  yawns Moderator @wizz
                                  last edited by

                                  @wizz said in raspberry-pi alternatives:

                                  Just wondering if it is possible to run the MM on this Banana Pi or on this ASUS Tinker Board and if any one tried that with good or bad results?

                                  If there is a nodejs version around, the MM will run. Not out of the box, but it will

                                  1 Reply Last reply Reply Quote 0
                                  • W Offline
                                    wizz
                                    last edited by

                                    Ok than i have to check it is any Nodejs for any of them as i got this two just lying around and collecting dust :)

                                    1 Reply Last reply Reply Quote 0
                                    • A Offline
                                      amanzimdwini @Mykle1
                                      last edited by

                                      @Mykle1 I have it on my working laptop (ie Win10) - slight pain, since I have to launch MM & it runs in a console in the background, so I regularly worry what that is :) I dumped it onto an old laptop (which actually works with Ubuntu!) & that headache is gone… Now I just glance over into the corner & know what I am working on (i LOVE Wunderlist). So it does work on Win10 and Ubuntu.

                                      Good luck

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

                                        @amanzimdwini said in raspberry-pi alternatives:

                                        So it does work on Win10 and Ubuntu.

                                        Yes, thanks. And as of this very moment, I can confirm that an old Compaq Presario CQ57 laptop, with a fresh install of uBuntu 16.04 LTS, is running MagicMirror 2 without a hitch. And, more importantly, it’s running MMM-NFL and MMM-Voice for voice control of the module. Voice control was the important factor for me as it’s the only way to access almost all of the features on MMM-NFL As a super deluxe and surprising added benefit to the whole thing, MMM-Voice recognized, and is using, the built-in microphone of the laptop.

                                        I’m dancing on air right now. This NFL machine is going to be a gift to my son-in-law who loves NFL football and Fantasy Football. I’m sure he’s going to love it and be the envy of all his friends.

                                        @cowboysdude > I would format the laptop and install Unbuntu and run MM on that

                                        Great peace of advice bro!

                                        Create a working config
                                        How to add modules

                                        1 Reply Last reply Reply Quote 1

                                        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
                                        • 2
                                        • 2 / 2
                                        • 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