Read the statement by Michael Teeuw here.
MMM-Block
-
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.gitUsing 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.
-
This post is deleted! -
This post is deleted!
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login