MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord
    MagicMirror² v2.24.0 is available! For more information about this release, check out this topic.

    Getting MM2 running on a Mac Mini?

    General Discussion
    4
    8
    5367
    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.
    • M
      maju6406 last edited by

      Has anyone gotten MM2 (server mode) running on a Mac Mini? I was thinking of running the software on a MacMini and then having the actual mirror just be an old iPad.

      If it doesn’t work out of the box what are the pieces that are raspberry pi specific?

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

        Assuming the Mini is running the underlying BSD Unix OS, technically it should be possible, however you are pretty much on your own there. You need to find out if there is a recent node version that will run on it, and install that. Then do a manual clone of the repository and run 'npm install' in the cloned folder and see if it runs without errors (warnings are OK).

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

        1 Reply Last reply Reply Quote 0
        • A
          alexyak last edited by

          I am debugging the MM2 on my Macbook Pro, so it should run on the Mac Mini. Just follow what @KirAsh4 has outlined in his reply.

          Just wondering how are you going to use an old iPad as the monitor for the MacMini? Using Duet or something?

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

            MagicMirror² runs fine on a Mac Mini. As a matter of fact, MagicMirror² is developed with with a focus on the Mac Mini … Want to know why? Sorry, that’s a little secret … 😉

            1 Reply Last reply Reply Quote 2
            • M
              maju6406 @alexyak last edited by

              @alexyak I was just planning on running Safari on the iPad, and point it at the macmini running mm2 in server mode. Now I realize I’d probably need to jailbreak the iPad so that doesn’t go to sleep. Thoughts?

              MichMich 1 Reply Last reply Reply Quote 0
              • M
                maju6406 last edited by

                Ran on my mac with no issues! Both ‘npm start’ and ‘npm serveronly’ worked without issues.
                I am using:
                $ node -v
                v5.1.1
                $ npm -v
                3.3.12

                1 Reply Last reply Reply Quote 0
                • MichMich
                  MichMich Admin @maju6406 last edited by

                  @maju6406 How about making a simple WebView app using Xcode that doesn’t go standby.

                  In Swift:

                  UIApplication.sharedApplication().idleTimerDisabled = true
                  
                  M 1 Reply Last reply Reply Quote 0
                  • M
                    maju6406 @MichMich last edited by

                    @MichMich Perfect! I also didn’t realize you can turn off Auto-lock via Settings these days. Thanks so much for creating this project. I get my mirror tomorrow so that’s when the real fun begins :).

                    1 Reply Last reply Reply Quote 1
                    • 1 / 1
                    • First post
                      Last post
                    Enjoying MagicMirror? Please consider a donation!
                    MagicMirror created by Michael Teeuw.
                    Forum managed by Paul-Vincent Roll and Rodrigo Ramírez Norambuena.
                    This forum is using NodeBB as its core | Contributors
                    Contact | Privacy Policy