MagicMirror² v2.15.0 is available! For more information about this release, check out this topic.
MMM-Lunartic, remove displays 2 indications
-
Hello,
I would like to remove the following displays:
“Distance from Earth’s core =”: “Distance from Earth’s core =”,
“Distance from sun =”: “Distance from sun =”
how to do?
Thank you for your help. -
Custom.css
.MMM-Lunartic .DFCOE { color: white; /* DFCOE color. Default is white. */ display: none; /* uncomment if you don't want this */ } .MMM-Lunartic .DFS { color: white; /* DFS color. Default is white. */ display: none; /* uncomment if you don't want this */ }
-
Mykle1 will fix it for you! He’s always happy to help!
-
it’s work, thanks a lot !