A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
Worldclock setup help?
-
Dear MagicMirror enthusiasts, I have a problem with the Worldclock. There are two clocks displayed at the moment, but I just want the clock with the flag. I tried everything and googled an answer, but I couldn’t figure it out. What should I change in the config.js to remove the Undefined UTC +01:00
See my config.js file here:
{ module: 'worldclock', position: 'top_left', config: { timeFormat: 'hh:mm A', style: 'top', offsetTimezone: null, clocks: [ { title: "Dominicaanse Republic", timezone: "America/Santo_Domingo", flag: "do", },
Thank you in advance.
-
First, the supported module is MMM-Worldclock now. I’ve taken it over, Sean’s left for greener pastures.
Second, there’s not an option to do that without CSS.
in your custom.css the following will do it:
[type]
below is whatever style you use in config, in your case, “top”.MMM-Worldclock .style-[type] .caption { display:none;, }
-
Ok, thank you fixed.
kind regards,