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.

    Clocks and Two Time Zones

    Scheduled Pinned Locked Moved Troubleshooting
    8 Posts 4 Posters 6.3k Views 4 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.
    • D Offline
      daikaiju
      last edited by

      Any advice/ideas on how to get the MM to display two clocks of different time zones?

      1 Reply Last reply Reply Quote 0
      • yawnsY Offline
        yawns Moderator
        last edited by

        Just add the clock for a second time, but specify the timezone in the config.

        Please take a look here: https://github.com/MichMich/MagicMirror/blob/master/modules/default/clock/README.md

        1 Reply Last reply Reply Quote 0
        • D Offline
          daikaiju
          last edited by

          Sure did.

          Perhaps, I missed something? I tried several time zone variations.

          module: 'clock',
          	timezone: 'Asia/Tokyo|JST JDT|-90 -a0|010101010|-QJH0 QL0 1lB0 13X0 1zB0 NX0 1zB0 NX0|38e6',
          	position: 'top_right'
          },
          
          yawnsY 1 Reply Last reply Reply Quote 0
          • yawnsY Offline
            yawns Moderator @daikaiju
            last edited by

            {
            module: 'clock',
            position: 'top_right',
            config: {
            timezone: 'Asia/Tokyo'
            }
            },
            
            R 1 Reply Last reply Reply Quote 1
            • R Offline
              roramirez Core Contributors @yawns
              last edited by

              @yawns There an issue this feature. I explained about this on https://github.com/MichMich/MagicMirror/issues/797

              The moment isn’t loaded when is run in electron mode. Only it’s working on server mode.

              I’ve investigating in this area, I don’t have nothing concluded yet. If some can give a idea can be nice. cc @strawberry-3-141 @paviro @Jopyth

              Easy module development with MagicMirror Module Template

              strawberry 3.141S 1 Reply Last reply Reply Quote 0
              • strawberry 3.141S Offline
                strawberry 3.141 Project Sponsor Module Developer @roramirez
                last edited by

                @roramirez i tested it back then (also commented on github) and it worked for me in electron, I tried it again now and it still works

                0_1491675620887_clock.PNG

                Please create a github issue if you need help, so I can keep track

                R 1 Reply Last reply Reply Quote 2
                • R Offline
                  roramirez Core Contributors @strawberry 3.141
                  last edited by

                  @strawberry-3.141 Yes, Its work :). I’ve checking my config and is set nodeIntegration to true and this fail with that. I presuming this can be some tests fail at sometimes, I’m not sure.

                  I share my config for failure.

                  var config = {
                  	port: 8080,
                  	ipWhitelist: [ ],
                  	language: "en",
                  	kioskmode: true,
                  	timeFormat: 24,
                  	units: "metric",
                  	electronOptions: {
                  		webPreferences: {
                  			nodeIntegration: true,
                  		},
                  	},
                  
                  	modules: [
                  		{
                  			module: "clock",
                  			position: "center",
                  			config: {
                  				timezone: "America/Campo_Grande"
                  			}
                  		},
                  
                  	]
                  };
                  if (typeof module !== "undefined"){module.exports = config;}
                  

                  Easy module development with MagicMirror Module Template

                  R 1 Reply Last reply Reply Quote 1
                  • R Offline
                    roramirez Core Contributors @roramirez
                    last edited by

                    @roramirez Well for test this feature fail

                    https://travis-ci.org/roramirez/MagicMirror/builds/220155902
                    Commit: https://github.com/roramirez/MagicMirror/commit/05d7c9556e773bf2b941035953200ff327efb476

                    Apparently if we load moment-timezone with nodeIntegration will be fail

                    Easy module development with MagicMirror Module Template

                    1 Reply Last reply Reply Quote 0
                    • 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