Hello great people and thanks to you all!
Thanks to you and all your help i’m concluding the second Magic Mirror.
My fault for not presenting them here but i’m on final configurations.

I’me writing right now because one of those configurations.
I have just adapted a motion sensor and installed the great MMM-NewPIR.
With this the presentation of the MMM-SystemStats module ended up all messed up.

Before i aligned it to be inside the clock and worked well
After the MMM-NewPIR instalation he moved and i can’t force it to be where i want him and that’s inside the clock.

Can you please help me out?

Inside css i have:

body { margin: 0px; position: absolute; height: calc(100% - 35px); width: calc(100% - 50px); } .MMM-SystemStats { position: absolute; top: 37px; left: 215px; } .MMM-SystemStats { margin: 10px 5px 10px 10px; /* 10px top, 5px right, 15px bottom, 20px left */ width: 150px; }

Here’s the before, like i want it:
Without.jpg

And after MMM-NewPIR applied:
With.jpg

Thaks for all the help you can give!