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.

    Magic mirror with 2 displays

    Scheduled Pinned Locked Moved Troubleshooting
    23 Posts 2 Posters 6.1k Views 2 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.
    • S Offline
      sdetweil @Ety60
      last edited by sdetweil

      @Ety60 yes, rename one MagicMirror folder to MagicMirror2 and install a second instance, and in the config.js of one use the
      electronOptions:{x:1920}
      to display beyond the 1st display

      Sam

      How to add modules

      learning how to use browser developers window for css changes

      1 Reply Last reply Reply Quote 0
      • E Offline
        Ety60
        last edited by

        @sdetweil I addded electronOptions: {x: 1920} to my config file and I didn’t get an error but it still only shows up on the first screen. Am I doing something wrong?

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

          @Ety60 like this, inside the config structure

          var config={
             electronOptions:{ x: 1920 },
             ...
              modules :[],
          }
          

          Sam

          How to add modules

          learning how to use browser developers window for css changes

          1 Reply Last reply Reply Quote 0
          • E Offline
            Ety60
            last edited by

            Thanks for the quick respons
            Yes, exact like that.

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

              hm, this is mine, cut and paste, opens on second display

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

              are you using docker or MagicMirrorOS

              Sam

              How to add modules

              learning how to use browser developers window for css changes

              1 Reply Last reply Reply Quote 0
              • E Offline
                Ety60
                last edited by

                I found the error, because I put the 2 screens on top of each other, not x but y = 1920.
                But I have found that the magicmirror2 folder is listening for the config file of the magicmirror folder. How can I adjust this?

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

                  @Ety60 how did u start each mm?

                  Sam

                  How to add modules

                  learning how to use browser developers window for css changes

                  1 Reply Last reply Reply Quote 0
                  • E Offline
                    Ety60
                    last edited by

                    I have done npm start on both

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

                      @Ety60 hm… then they should be looking at the config folder under each separate mm folder

                      u cannot start it twice from the same folder

                      Sam

                      How to add modules

                      learning how to use browser developers window for css changes

                      1 Reply Last reply Reply Quote 0
                      • E Offline
                        Ety60
                        last edited by

                        I used npm start to start both displays

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