Read the statement by Michael Teeuw here.
How to modify layout
-
Hi,
I’m totally new MagicMirror and javascript, there are several question I need to learn on the usage of the module:
I would like to know how do you guys change the layout appearance within the module, where do I start to learn this ? as I can see its written within DOM and seems I need to study this.
How do you guys test the module if its works ?
For example MMM Scheduler module, or play the sound module, as it trigger based on time, is there any way to overide those and execute instantly ?Looking forward to learn more.
Thanks,
-
If you’re looking for the layout of the regions, see this page: https://forum.magicmirror.builders/topic/286/regions
Customizing module layouts within those can be done by modifying the css/custom.css file with classes that over-ride the default ones.