MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord
    1. Home
    2. poucedeleon
    P
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 4
    • Best 0
    • Controversial 0
    • Groups 0

    poucedeleon

    @poucedeleon

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

    poucedeleon Unfollow Follow

    Latest posts made by poucedeleon

    • RE: MMM-Screencast Position

      @sdetweil I know spelling is critical. On your example position: :“bottomRight” is this spelling correct?

      posted in Bug Hunt
      P
      poucedeleon
    • RE: MMM-Screencast Position

      @poucedeleon Maybe I should take “position:” out if I am using x & y?

      posted in Bug Hunt
      P
      poucedeleon
    • RE: MMM-Screencast Position

      This is from the config option section

      Configuration options for MMM-Screencast

      Option Description
      position Required The position of the screencast window.
      Options: [‘bottomRight’, ‘bottomCenter’, ‘bottomLeft’, ‘center’, ‘topRight’, ‘topCenter’, ‘topLeft’]
      Type: string
      Note: This module config actual sets the location, not the magic mirror position config. NOTE
      x Optional (required if y is used) Window’s left offset from screen. Takes precedence over position.
      Type: number (pixels)
      y Optional (required if x is used) Window’s left offset from screen. Takes precedence over position.
      Type: number (pixels)italicised text

      posted in Bug Hunt
      P
      poucedeleon
    • MMM-Screencast Position

      Have installed MMM-Screencast on my MagicMirror2 and it works great. I am trying to position the screen in a specific position on my monitor. My Monitor is portrait, and I want the screen at middle point hormonally on the right side. It is an area where I don’t have anything on the screen. I have added x: and y: to my config.js, but no matter what numbers I type the screen does not move. Has anyone been able to move the screen, and maybe tell me what I am doing wrong.

      {
      module: "MMM-Screencast",
      position: "top_right", // This position is for hidden <div /> ect.
      config:   {
                     position:   "top_right",
                     height:   300,
                     width:   500,
                     x:   -700,
                     y:   0,
           }
      },
      
      
      posted in Bug Hunt
      P
      poucedeleon