MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord
    MagicMirror² v2.25.0 is available! For more information about this release, check out this topic.

    MMM-Block

    Utilities
    3
    3
    569
    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.
    • BKeyport
      BKeyport Module Developer last edited by

      This is really my first module, Decided to make it public because I could see others using it.

      For a while now, I’ve been using OMXPlayer as an external operation, as the video players are much more stable outside of MagicMirror for some reason. I’ve needed a blank area of the screen to allow a space for the video player to roam, but wanted a module to use the area directly below it.

      Here’s my solution. All it does is provide a blank area in a region, defined in pixels (px). That’s it.

      Simple, quick, easy. No CSS. No Mess. No Screenshot, as it’s a blank area. 🙂

      Installation

      Clone this repository in your ~/MagicMirror/modules/ folder ( $ cd ~MagicMirror/modules/ ):

      git clone https://github.com/BKeyport/MMM-Block.git
      

      Using the module

      To use this module, add it to the modules array in the config/config.js file next to the module you’d like to move
      (Above the module if you want to move a module DOWN, below the module if you wanna move the module UP)

      { 
      	module: 'MMM-Block',
      	position: "top_right",
      	config: {
      		height: 600,
      	}
      },
      

      The only config option is “height” - as seen above. Set it to the pixels (px) you’d like to move an item.

      The "E" in "Javascript" stands for "Easy"

      1 Reply Last reply Reply Quote 0
      • L
        lolo last edited by

        This post is deleted!
        F 1 Reply Last reply Reply Quote -7
        • F
          fribse @lolo last edited by

          This post is deleted!
          1 Reply Last reply Reply Quote 4
          • 1 / 1
          • First post
            Last post
          Enjoying MagicMirror? Please consider a donation!
          MagicMirror created by Michael Teeuw.
          Forum managed by Paul-Vincent Roll and Rodrigo Ramírez Norambuena.
          This forum is using NodeBB as its core | Contributors
          Contact | Privacy Policy