• Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
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 - nobody made this, so I did.

Scheduled Pinned Locked Moved Productivity
46 Posts 14 Posters 25.0k Views 14 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.
  • ? Offline
    A Former User
    last edited by A Former User Jun 21, 2017, 2:42 PM Jun 21, 2017, 8:08 AM

    Description:

    Hi, guys.
    I have searched world-clock but I can’t find. Of course, I can run default clock instances multiple, but I think that seems to me some kind of guilty for wasting resources. Therefore I did by myself.

    This is my first MM module. I’m not a skilled programmer. So this module might have many improvement points expected. But… I don’t care. This is a very simple module and it works in one way or another.

    I think playing with MM could be my new afterwork hobby. Thanks to everyone.

    Download:

    [card:eouia/worldclock]

    Screenshot

    0_1498055651385_Magic_Mirror.jpg
    (I run 3 instances for showing how it looks, but just a sample case.)

    N 1 Reply Last reply Aug 10, 2017, 7:35 AM Reply Quote 5
    • C Offline
      cowboysdude Module Developer
      last edited by Jun 21, 2017, 11:13 AM

      Great job!! :)

      In the future when you post a module could you please follow the guideline… :)

      Description:

      This part contains a long description of your module.

      Screenshots:

      Add as many screenshots as you like.

      Download:

      // Remove the spaces and add your Github module repository
      [ card:paviro/MMM-FRITZ-Box-Callmonitor ]


      Version x

      • Blabla
      • Blabla
      ? 1 Reply Last reply Jun 21, 2017, 11:22 AM Reply Quote 0
      • ? Offline
        A Former User @cowboysdude
        last edited by Jun 21, 2017, 11:22 AM

        @cowboysdude Thanks for your guide. I’m the noob here. I’ll follow your guideline the next time.

        C 1 Reply Last reply Jun 21, 2017, 11:24 AM Reply Quote 0
        • C Offline
          cowboysdude Module Developer @Guest
          last edited by Jun 21, 2017, 11:24 AM

          @Sean said in worldclock - nobody made this, so I make.:

          @cowboysdude Thanks for your guide. I’m the noob here. I’ll follow your guideline the next time.

          You did great! It’s done to be consistent. You didn’t break any law here and surely no one is going to be upset with you :)

          1 Reply Last reply Reply Quote 0
          • K Offline
            Kimzer
            last edited by Jun 21, 2017, 1:13 PM

            Nicely done! Screenshots would be great tho :)

            ? 1 Reply Last reply Jun 21, 2017, 2:36 PM Reply Quote 0
            • ? Offline
              A Former User @Kimzer
              last edited by A Former User Jun 21, 2017, 2:40 PM Jun 21, 2017, 2:36 PM

              @Kimzer Screenshot is added.

              K C 2 Replies Last reply Jun 21, 2017, 3:07 PM Reply Quote 1
              • K Offline
                Kimzer @Guest
                last edited by Jun 21, 2017, 3:07 PM

                @Sean Thanks! :)

                1 Reply Last reply Reply Quote 0
                • C Offline
                  cowboysdude Module Developer @Guest
                  last edited by Jun 21, 2017, 8:47 PM

                  @Sean said in worldclock - nobody made this, so I did.:

                  @Kimzer Screenshot is added.

                  Great job on the module!! Looks awesome!!! KEEP up the great work!

                  1 Reply Last reply Reply Quote 0
                  • R Offline
                    richardh151
                    last edited by Aug 6, 2017, 9:29 AM

                    I’m a complete novice but successfully managed to get the three additional clocks on my MM and I am able to edit their name. However I am unable to set the correct time for each country, for example I want to set the time for Mumbai India and also Shanghai China, but struggling. Please can you give me some simple instructions as I’ve looked in the various folders and failed so far.

                    ? 1 Reply Last reply Aug 6, 2017, 10:39 AM Reply Quote 0
                    • ? Offline
                      A Former User @richardh151
                      last edited by A Former User Aug 6, 2017, 10:41 AM Aug 6, 2017, 10:39 AM

                      @richardh151
                      You can try this config.

                      clocks: [
                            {
                                 title: "LA, USA",
                      	   timezone: "America/Los_Angeles"
                            },
                            {
                      	   title: "Shanghai, China",
                                 timezone: "Asia/Shanghai",
                                 timegap: true, 
                            },
                            {
                      	    title: "Mumbai, India",
                                  timezone: "Asia/Kolkata",
                      	    timegap: true,
                            },
                          ]
                      

                      0_1502015890912_screencapture-localhost-8080-1502015855013.png
                      Whole available list of timezone name is here;
                      https://en.wikipedia.org/wiki/List_of_tz_database_time_zones

                      M R 2 Replies Last reply Aug 6, 2017, 11:45 AM Reply Quote 1
                      • 1
                      • 2
                      • 3
                      • 4
                      • 5
                      • 1 / 5
                      • 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