• Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
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 2.9k 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.
  • R Offline
    ruff.hi
    last edited by Oct 19, 2020, 1:01 AM

    Very nice. I see you also used wago clips in the back.

    The rear shot … is the top there to the top of the mirror … or is the top of the rear the bottom of the mirror?

    M 1 Reply Last reply Oct 25, 2020, 7:23 PM Reply Quote 0
    • S Offline
      saljoke
      last edited by Oct 19, 2020, 9:46 PM

      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 Oct 19, 2020, 9:58 PM Reply Quote 0
      • S Offline
        sdetweil @saljoke
        last edited by Oct 19, 2020, 9:58 PM

        @saljoke running two instances of MM

        Sam

        How to add modules

        learning how to use browser developers window for css changes

        S 1 Reply Last reply Oct 20, 2020, 12:11 AM Reply Quote 1
        • S Offline
          saljoke @sdetweil
          last edited by Oct 20, 2020, 12:11 AM

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

          M 1 Reply Last reply Oct 20, 2020, 6:13 AM Reply Quote 0
          • M Offline
            mkloth @saljoke
            last edited by Oct 20, 2020, 6:13 AM

            @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 Oct 20, 2020, 12:41 PM Reply Quote 0
            • S Offline
              sdetweil @mkloth
              last edited by sdetweil Oct 20, 2020, 1:02 PM Oct 20, 2020, 12:41 PM

              @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 Oct 20, 2020, 9:14 PM Reply Quote 1
              • M Offline
                mkloth @sdetweil
                last edited by Oct 20, 2020, 9:14 PM

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

                1 Reply Last reply Reply Quote 0
                • M Offline
                  MC @ruff.hi
                  last edited by Oct 25, 2020, 7:23 PM

                  @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 Oct 25, 2020, 7:32 PM

                    @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
                    1 / 2
                    • First post
                      7/11
                      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