MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord
    1. Home
    2. berlincount
    3. Topics
    MagicMirror² v2.20.0 is available! For more information about this release, check out this topic.
    • Profile
    • Following 0
    • Followers 2
    • Topics 3
    • Posts 8
    • Best 2
    • Controversial 0
    • Groups 0

    Topics created by berlincount

    • berlincount

      Transparent background
      Troubleshooting • • berlincount

      2
      0
      Votes
      2
      Posts
      1373
      Views

      berlincount

      @berlincount oh, I’ve tested both master and develop branches, and any non-opaque backgroundColor gives bad redraws on clocks etc - but no transparent background …

    • berlincount

      Switchable CSS & entirely different layouts.
      Feature Requests • • berlincount

      2
      0
      Votes
      2
      Posts
      1506
      Views

      cowboysdude

      Well in theory you could create other positions with css … so you’re not limited to just the standard layout. As the mirrors get bigger the screen area can be defined more.

      For example ‘top_right’ could be ‘top_right_middle’ etc…

    • berlincount

      Window size and position / Configuration with arrays in general
      Feature Requests • • berlincount

      1
      0
      Votes
      1
      Posts
      1445
      Views

      berlincount

      Hi!

      I’m the one who filed https://github.com/MichMich/MagicMirror/pull/484, which added single configuration options like window_x, window_y, window_height, etc …

      MichMich’s recommendation was to use an array like

      window: {
      width: 1920,
      height: 1080,
      x: 0,
      y: 0
      }

      … which as such would be fine, but horrible to override.

      As the config-loading code uses Object.assign(defaults, config) to override defaults from the config, the whole Array would have to be given - even if only one option would be needed.

      As it would be awesome to just take the whole Array passed to the BrowserWindow call, a generic way of overriding individual defaults Array entries (including unsetting some) from the config would be nice. I’m currently having trouble wrapping my head around this, so I’m reaching out 🙂

      Ideas?

      count

    • 1 / 1