@Snille , thanks for the reply. I want to partially overlap another module over the “Moon” module. For this I need a positioning with coordinates, otherwise they will not overlap. Do you have any idea how I can do it?
A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
G
Posts
-
RE: Module position
-
Module position
Hello,
I’m a novice, now I’ve built the first mirror. I want to position a module in a certain area, I tried with:
module: “MMM-MoonPhase”,
position: {
left: calc (100 vh - 50%),
top: calc (100wv - 40%)
}
config: {But it does not work. How should the code be written? Thanks