MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. krocaq
    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 1
    • Posts 2
    • Groups 0

    krocaq

    @krocaq

    0
    Reputation
    5
    Profile views
    2
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    krocaq Unfollow Follow

    Latest posts made by krocaq

    • RE: Rpi 4 and two monitors

      @sdetweil

      @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

      posted in Hardware
      K
      krocaq
    • Two Display

      Re: Rpi 4 and two monitors

      @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

      posted in Hardware
      K
      krocaq