Read the statement by Michael Teeuw here.
How can I create a new position?
-
Is it possible to create a new area? I’d like to create a center_middle_lr section. This should allow me that I have in the middle again a division left right. Background: In the middle on the right side I want to display the soccer results and to the left the soccer clubs table
How can I create this? -
Yes , you can create any position you like, the code will auto detect and use it validating module positions used
You edit index.html to
Make the html for the region
And custom.css for the css layout (main.css has the existing)See the note here under position
https://docs.magicmirror.builders/modules/configuration.html
A little further down is the layout of the existing positions shown with different colorsMagicMirror is displayed as a single web page, so there is not a lot of room!
I would start with no modules and use colored backgrounds for each region til you get the alignment you want
Another alternative is using css to move the left edge of a module in middle-center(full width starting at x:0)
Note that web content can overflow its region, and overlap, or push other content around unexpectedly
one of the best tools for understanding and manipulating css is the developers window elements tab, see the second link in my signature below for a post on using this.
-
@Wilack or you try this module.
I did it a while ago. It is okay if the modules are not much floating in their size.
