A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
Magic Mirror is not running full screen
-
I am having a issue with my Mirror not running full screen. Raspian is full screen when not MM is not running.
How do I get the modules to go to the outside of the screen.
This is from VNC, but my MM does it both with and without vnc.
-
Put this in your custom.css file. Adjust accordingly.
body { margin: 20px; /* This will give you a 20px border. */ height: calc(100% - 40px); width: calc(100% - 40px); }
-
Thank you!
-
@wwrgsww
You’re welcome. Enjoy your mirror!