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

Two Display

Scheduled Pinned Locked Moved Hardware
15 Posts 5 Posters 3.5k Views 5 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 @rubelahamed
    last edited by sdetweil Oct 7, 2022, 5:22 PM Oct 7, 2022, 5:18 PM

    @rubelahamed see this post
    https://forum.magicmirror.builders/topic/17239/two-display/5?_=1665163023943

    customCss is a config Parm in config.js
    see
    https://docs.magicmirror.builders/configuration/introduction.html

    Sam

    How to add modules

    learning how to use browser developers window for css changes

    1 Reply Last reply Reply Quote 0
    • M Offline
      MarkV
      last edited by Jan 4, 2023, 11:38 AM

      Maybe a noobish question but why isn’t possible to run magicmirror and display it over 2 screens.
      So that you can say like module x on display 1 and module y on display 2 for example through a JS class??

      S 1 Reply Last reply Jan 4, 2023, 12:41 PM Reply Quote 0
      • S Offline
        sdetweil @MarkV
        last edited by Jan 4, 2023, 12:41 PM

        @MarkV well you ‘can’, but you have to do it manually, drag the mm window over both screens. but maximize will only do one screen. same on windows.

        where the module is displayed depends on the css structure. the ‘position’ is a predefined area in main.css, the module returns a blob of content (html div) and the mm runtime injects the content into its configured location

        Sam

        How to add modules

        learning how to use browser developers window for css changes

        M 1 Reply Last reply Jan 4, 2023, 5:03 PM Reply Quote 0
        • M Offline
          MarkV @sdetweil
          last edited by Jan 4, 2023, 5:03 PM

          @sdetweil
          Oh oke. But on windows you can also expand the desktop en have some things start on one en other thongs on the second screen…
          To bad that you have to drag them this would be one of the best addons for MMM

          S 1 Reply Last reply Jan 4, 2023, 5:06 PM Reply Quote 0
          • S Offline
            sdetweil @MarkV
            last edited by sdetweil Jan 4, 2023, 5:07 PM Jan 4, 2023, 5:06 PM

            @MarkV u can change the MM config and have it start on the second screen…

            add (after the address: config )

            electronOptions: {
                x: ?????
            },
            

            where xxx is the width of your 1st display

            or y: ??? if vertical

            you can also run two instances of MM from the same folder with different configurations on different ports

            drag is to make ONE BIG MM across BOTH screens

            the maximize function only does ONE screen…

            open chrome on any screen, hit maximize button…

            nothing we can do

            Sam

            How to add modules

            learning how to use browser developers window for css changes

            1 Reply Last reply Reply Quote 0
            • G grantc66 referenced this topic on Jul 5, 2023, 11:51 AM
            • 1
            • 2
            • 2 / 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