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.

    Default Weather Module Time Incorrect

    Scheduled Pinned Locked Moved Solved Troubleshooting
    5 Posts 2 Posters 322 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.
    • M Offline
      MikeTheYeti
      last edited by

      I have the default module up and running, but the time appears to be off. For example, my local time currently is 1500 and the Current Weather shows the moon and the sunrise/sunset display is showing the next sunrise time. The header also says ETC/GMT (which I do not have set in my config.js).

      // Current Weather Module
      {
          disabled: false,
          module: "weather",
          position: "top_right", 
          header: "Current Weather",
          config: {
              weatherProvider: "openweathermap",
              type: "current",
              location: "Norwich",
              locationID: "4839843",
              apiKey: "XXXX"
      
          }
      },
      // 5-Day Weather Forecast Module
      {
          disabled: false,
          module: "weather",
          position: "top_right", 
          header: "5-Day Weather Forecast",
          config: {
              weatherProvider: "openweathermap",
              type: "forecast", // Use "forecast" for the 5-day forecast
              location: "Norwich",
              locationID: "4839843",
              apiKey: "XXXXX",
              colored: true
      
          }
      },
      

      My clock module is set to correct time, and my pi is also set correctly.

      Any where else I should check? Thanks.

      M 1 Reply Last reply Reply Quote 0
      • S Offline
        sdetweil @MikeTheYeti
        last edited by

        @MikeTheYeti the settings for open weather use the lat/lon
        Properties now, w endpoint /onecall as the default

        IMG_3904.png

        Sam

        How to add modules

        learning how to use browser developers window for css changes

        S 1 Reply Last reply Reply Quote 0
        • M Offline
          MikeTheYeti @MikeTheYeti
          last edited by

          I should add that on openweathermap.org for that location, it shows Sunny.

          S 1 Reply Last reply Reply Quote 0
          • S Offline
            sdetweil @MikeTheYeti
            last edited by

            @MikeTheYeti the settings for open weather use the lat/lon
            Properties now, w endpoint /onecall as the default

            IMG_3904.png

            Sam

            How to add modules

            learning how to use browser developers window for css changes

            S 1 Reply Last reply Reply Quote 0
            • S Offline
              sdetweil @sdetweil
              last edited by

              Also see
              https://forum.magicmirror.builders/post/124671

              Sam

              How to add modules

              learning how to use browser developers window for css changes

              1 Reply Last reply Reply Quote 0
              • M Offline
                MikeTheYeti
                last edited by

                Thanks! It works!

                1 Reply Last reply Reply Quote 0
                • S sdetweil has marked this topic as solved
                • 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