A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
city label text size
-
Re: MMM-Globe
First of all, GREAT MOD!!!
Noob here & this is my first series of attempts to program a RaspPi4. After many failures (opportunities for improvement 🤣), i finally got my MagicMirror running with this badass globe displaying the cities i’ve visited so far.However, I was wondering if there’s a way to either change to smaller text or change a setting that will allow for all or more city labels to be displayed?
Thanks again for this cool mod!
-Manny
-
@lmd1220 You could try and set the font-size in the custom.css file located /MagicMirror/css/ folder.
.globe { font-size: 6pt; }
The current font-size is set to 8pt.