Read the statement by Michael Teeuw here.
Question for custom css
-
@dsmigl i don’t know IF it can be … looks pretty hard from the MM design perspective
-
@sdetweil understood, will get in and mess with it and see how close, if any, I can get it.
-
Anything is possible, with enough work. That’s the fun of being a developer. You are god on your machine, up to and including rewriting the operating system - the very laws of nature, if you will - to create things as you see fit.
Granted, it’s not always easy and it may not be worth the effort. But it is possible.
That said, you can probably modify the original Magic Mirror code to add new regions. You’ll need to modify the
index.html
andmain.ccs
files at the very least. You probably will need to modify the main script to add the new region names to the routines that load the modules.And you’ll want to fork the Magic Mirror repository and work from your fork. Otherwise, you’ll lose everything with the next upgrade.
-
@dsmigl Someone here on the forum rewrote the css part into a grid style. It is a very good idea which I have put on my todo list as well.
https://forum.magicmirror.builders/topic/10498/magic-mirror-redesign-wip-d/2?_=1588662144678Apart from that, most of what you are showing COULD be done using the current format. But I guess changing to a grid display would be easier.
-
@lavolp3 Thanks! I loaded up a new MM build today and started messing with the configs using this one as a reference and so far I am liking the results. Similar to what I was originally aiming for. Much appreciated for pointing this out!