MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. karam
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.
    K
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 0
    • Posts 1
    • Groups 0

    karam

    @karam

    0
    Reputation
    1
    Profile views
    1
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    karam Unfollow Follow

    Latest posts made by karam

    • RE: Multiple screens fo MM.

      @BKeyport this answer inspired me to test it, so I have a solution:

      1. create two different folders.
      2. configure each install as you like.
      3. edit each electron file in each folder “js/electron.js”
      4. change the default resolution and position based on your screens.
        here is my config:
      let electronOptionsDefaults = {
                      width: 1280,
                      height: 1024,
                      x: 1366,
                      y: 0,
                                   }
      

      NOTE: there are many better methods (electron-multi-monitor for example) but this is the easiest that I could find

      posted in General Discussion
      K
      karam