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.

    v2.29.0 weather module issue

    Scheduled Pinned Locked Moved Bug Hunt
    21 Posts 8 Posters 2.9k Views 8 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.
    • K Offline
      kent79
      last edited by

      I just update to v2.29.0, but find out the weather module doesn’t work (MagicMirror\modules\default\weather). It can’t show the information.

      I used the old module to replace. It works again. So it must be weather module issue. Please fix it. Thanks.

      Below is my config

                      {
                      
                      			module: "weather",
                      
                      			position: "top_right",
                      
                      			config: {
                      
                      				weatherProvider: "openweathermap",
                      
                      				type: "current",
                      
                      				location: "s",
                      
                      				locationID: "1",
                      
                      				apiKey: "1",
                      
                      				showSun: false,
                      
                      				showHumidity: "wind",		
                      
                      			}
                      
                      		},
                      
                      		{
                      
                      			module: "weather",
                      
                      			position: "top_right",
                      
                      			header: "weather",
                      
                      			config: {
                      
                      				weatherProvider: "openweathermap",
                      
                      				type: "forecast",
                      
                      				location: "s",
                      
                      				locationID: "1",
                      
                      				apiKey: "1",
                      
                      				colored: true,
                      
                      			}
                      
                      		},
      M 1 Reply Last reply Reply Quote 0
      • M Offline
        MarcLandis @kent79
        last edited by

        @kent79 Did you get a new V3 API key at openweathermap.com? Old V2.5 keys won’t work anymore.

        K A 2 Replies Last reply Reply Quote 0
        • K Offline
          kent79 @MarcLandis
          last edited by

          @MarcLandis

          V3 submittion need to provide a credit information. It is bad idea. Well, I will keep using 2.5 api key and 2.28 old weather module in this moment.

          I wish MM can revert it later since version 2.5 is totally free. Thanks.

          M 1 Reply Last reply Reply Quote 0
          • M Offline
            MarcLandis @kent79
            last edited by

            @kent79 from openweathermap.com:

            "Dear OpenWeather user,

            We would like to inform you about our plans to complete the migration from One Call 2.5 to One Call 3.0 that started 2 years ago. In line with this, access to One Call 2.5 will be finally closed in June 2024.

            One Call 3.0 provides you with significantly advanced business-demanded features such as a minute forecast for 1 hour, 4 days forecast for any timestamp, a daily forecast for 8 days, including a human-readable summary, historical data (45-year archive) for timestamps, and with daily aggregation, 1.5-year long-term forecast with daily aggregation, and others."

            So V2.5 is only working because openwaethermap didn’t fully shut it down even the deadline is over. It can happen any day.

            K 1 Reply Last reply Reply Quote 0
            • K Offline
              kent79 @MarcLandis
              last edited by

              @MarcLandis

              I see. Thank you for your quick reply. Any free API is available now? I will move

              M 1 Reply Last reply Reply Quote 0
              • M Offline
                MarcLandis @kent79
                last edited by

                @kent79 V3 is free for 1000 calls a day and unless you update the weather every minute you probably won’t reach that limit.

                K 1 Reply Last reply Reply Quote 0
                • K Offline
                  kent79 @MarcLandis
                  last edited by

                  @MarcLandis

                  Thank you for information

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

                    Hi,

                    i have same issue. I have signed up for the v3 api. Does anyone have a config for me to copy my api into?

                    my code:
                    {
                    module: “weather”,
                    position: “top_left”,
                    header: “Weather Forecast”,
                    config: {
                    weatherProvider: “openweathermap”,
                    type: “forecast”,
                    location: “Haverhill”,
                    locationID: “2647310”, //
                    apiKey: “LEFT BLANK”
                    }

                    R 1 Reply Last reply Reply Quote 0
                    • R Offline
                      reilley @dawookie1979
                      last edited by

                      @dawookie1979 - Be sure to add apiVersion: ‘3.0’ to your config

                      D K 2 Replies Last reply Reply Quote 0
                      • D Offline
                        dawookie1979 @reilley
                        last edited by

                        @reilley Hello, where do i add it? can you help me edit my script?

                        Thanks

                        S R 2 Replies Last reply Reply Quote 0
                        • 1
                        • 2
                        • 3
                        • 1 / 3
                        • 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