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.

    2 Display Mirror for more views

    Scheduled Pinned Locked Moved Show your Mirror
    11 Posts 6 Posters 3.3k Views 7 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.
    • saljokeS Offline
      saljoke
      last edited by

      This is really interesting!!!
      I see only one rpi with two hdmi… how do you control on magicmirror software position of modules and only one module reversed? On future I’d like to try it too…
      My compliments!!!

      S M 2 Replies Last reply Reply Quote 0
      • S Offline
        sdetweil @saljoke
        last edited by

        @saljoke running two instances of MM

        Sam

        How to add modules

        learning how to use browser developers window for css changes

        saljokeS 1 Reply Last reply Reply Quote 1
        • saljokeS Offline
          saljoke @sdetweil
          last edited by

          @sdetweil
          That’s right and easy to use… I want too in a next experience…

          M 1 Reply Last reply Reply Quote 0
          • M Offline
            mkloth @saljoke
            last edited by

            @sdetweil how did you get the mirror app run on second display? I have two displays but it’s showing as one screen and I can start mm only on first display.

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

              @mkloth edit the config.js
              after the var config, add the electronOptions

              var config={
                electronOptions:{
                        x:????
                },
              

              where ??? is the width in pixels of your 1st display
              mine is 1920 or Pi4 3840.
              users that want them stacked (one on top of the other)
              should try
              y:???
              where ??? is the height of the 1st display
              instead of x

              I run my mm like this all the time so I can work w my editor on main and mm on secondary

              Sam

              How to add modules

              learning how to use browser developers window for css changes

              M 1 Reply Last reply Reply Quote 1
              • M Offline
                mkloth @sdetweil
                last edited by

                @sdetweil Thank you for your advice. It works perfectly.

                1 Reply Last reply Reply Quote 0
                • M Offline
                  MC @ruff.hi
                  last edited by

                  @ruff-hi
                  the picture is upside down. Sorry for that :-) the white part is a ip cam and normally in the bottom

                  1 Reply Last reply Reply Quote 0
                  • M Offline
                    MC @saljoke
                    last edited by

                    @saljoke
                    Hi. Thats right. i only use 1 Pi4 to serve both displays via 2 MM instances. first the originally MagicMirror directory and the second in a MagicMirror2 directory. Both powered up via PM2 and turned off and on via PIR sensor.

                    The config looks like this:

                    language: “de”,
                    logLevel: [“INFO”, “LOG”, “WARN”, “ERROR”],
                    timeFormat: 24,
                    units: “metric”,
                    electronOptions: {fullscreen:true, x:1920},

                    1920 is the resolution witdh of the main display.

                    Very easy to handle and good for the electrical consumption :-)

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