• 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.

Multiple screens fo MM.

Scheduled Pinned Locked Moved General Discussion
36 Posts 13 Posters 17.9k Views 15 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 @chichi1887
    last edited by Feb 23, 2024, 12:00 AM

    @chichi1887 see this from the doc

    Screenshot_20240222_165935_Chrome.jpg

    Sam

    How to add modules

    learning how to use browser developers window for css changes

    C 1 Reply Last reply Feb 23, 2024, 12:19 AM Reply Quote 0
    • C Offline
      chichi1887 @sdetweil
      last edited by Feb 23, 2024, 12:19 AM

      @sdetweil
      thx so much, both starts, only problem both start at the same Screen and i can’t change the position or start screen. Must change the Display from 0 to 1 oder in the mm.sh config?

      S 1 Reply Last reply Feb 23, 2024, 1:05 AM Reply Quote 0
      • S Offline
        sdetweil @chichi1887
        last edited by sdetweil Feb 23, 2024, 1:14 AM Feb 23, 2024, 1:05 AM

        @chichi1887 yes , Linux treats the two monitors as one big display, so you have to add

        electronOptions:{ left:xxxx}
        above the modules:[] list

        to one of the config.js to move the second mm over one screen width size

        if vertical, then it’s y:xxxx

        Sam

        How to add modules

        learning how to use browser developers window for css changes

        B C 2 Replies Last reply Feb 23, 2024, 6:56 PM Reply Quote 0
        • B Offline
          BKeyport Module Developer @sdetweil
          last edited by Feb 23, 2024, 6:56 PM

          @sdetweil said in Multiple screens fo MM.:

          electronOptions:{ left:xxxx}
          above the modules:[] list

          if vertical, then it’s y:xxxx

          Live example - I use two 1920x1080 monitors, my system is using latest OS, but with X11 turned on rather than Wayland for compatibility reasons to some background tasks:

          var config = {
          	address: "0.0.0.0",
          	port: 8081, 
          	electronOptions: { x: 1920 },  // Right here! 
          	ipWhitelist: [], 
          	language: "en",
          	timeFormat: 12,
          	units: "imperial",
          	customCss: "css/custom2.css",
          	modules: [
          

          1c41beef-1c43-4b99-9f28-95964cbf3989-image.png

          The "E" in "Javascript" stands for "Easy"

          1 Reply Last reply Reply Quote 0
          • C Offline
            chichi1887 @sdetweil
            last edited by Feb 26, 2024, 11:03 PM

            @sdetweil thx u so much. All Modules and configs works Perfect. thx

            S 1 Reply Last reply Feb 26, 2024, 11:21 PM Reply Quote 1
            • S Offline
              sdetweil @chichi1887
              last edited by Feb 26, 2024, 11:21 PM

              @chichi1887 awesome. thanks for the feedback

              Sam

              How to add modules

              learning how to use browser developers window for css changes

              1 Reply Last reply Reply Quote 0
              • 1
              • 2
              • 3
              • 4
              • 4 / 4
              4 / 4
              • First post
                31/36
                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