MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.

    Worldclock setup help?

    Scheduled Pinned Locked Moved Troubleshooting
    3 Posts 2 Posters 637 Views 2 Watching
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • N Offline
      negrito Project Sponsor
      last edited by

      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

      worldclock.jpg

      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.

      1 Reply Last reply Reply Quote 0
      • BKeyportB Offline
        BKeyport Module Developer
        last edited by

        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;,
        }
        

        The "E" in "Javascript" stands for "Easy"

        1 Reply Last reply Reply Quote 0
        • N Offline
          negrito Project Sponsor
          last edited by

          Ok, thank you fixed.

          kind regards,

          1 Reply Last reply Reply Quote 0

          Hello! It looks like you're interested in this conversation, but you don't have an account yet.

          Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

          With your input, this post could be even better 💗

          Register Login
          • 1 / 1
          • First post
            Last post
          Enjoying MagicMirror? Please consider a donation!
          MagicMirror created by Michael Teeuw.
          Forum managed by Sam, technical setup by Karsten.
          This forum is using NodeBB as its core | Contributors
          Contact | Privacy Policy