add a CUSTOM.CSS file in home/pi/MagicMirror/css/
each module name (as .clock , .weather ecc)
this scale modules but it not move them
body {
transform:scale(1.0);
}
.clock {
transform:scale(1.0);
}
add a CUSTOM.CSS file in home/pi/MagicMirror/css/
each module name (as .clock , .weather ecc)
this scale modules but it not move them
body {
transform:scale(1.0);
}
.clock {
transform:scale(1.0);
}
did you manage to do what you wanted? I am in the same situation and I use a usb camera for motion detect
I would like the module with the clock to be full screen when no one is in front, then with the PS3 USB camera when someone is in front of the MM bring up all the modules.
I have already installed MMM-motiondetector
where I find a different UI, maybe transparent, I saw bars and bubbles with a transparent background
thanks a lot and great job
add a CUSTOM.CSS file in home/pi/MagicMirror/css/
each module name (as .clock , .weather ecc)
this scale modules but it not move them
body {
transform:scale(1.0);
}
.clock {
transform:scale(1.0);
}