• 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.

MMM-OpenWeatherForecast - loading issue

Scheduled Pinned Locked Moved Solved Troubleshooting
23 Posts 7 Posters 1.4k 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.
  • S Away
    sdetweil @Como
    last edited by Nov 2, 2024, 2:26 PM

    @Como 404 is not found, so the api url is incorrect

    Sam

    How to add modules

    learning how to use browser developers window for css changes

    1 Reply Last reply Reply Quote 0
    • S Away
      sdetweil @Como
      last edited by Nov 2, 2024, 2:27 PM

      @Como openweather changed their business model, only the 3.0 api is available. any 2.5 api requests will fail

      Sam

      How to add modules

      learning how to use browser developers window for css changes

      1 Reply Last reply Reply Quote 0
      • C Offline
        Como
        last edited by Nov 3, 2024, 1:47 AM

        I realize that the api 3.0 is required. I mentioned I signed up for it as seen below. f90f3419-0d5e-429b-818e-eea6b4d8fd20-image.png
        I also generated a new key which is showing as active. So unless I’m generating keys that are no longer allowed per openweather (which I wouldn’t think is possible), then I’m not sure what the problem is.

        S 1 Reply Last reply Nov 3, 2024, 3:39 AM Reply Quote 0
        • S Away
          sdetweil @Como
          last edited by Nov 3, 2024, 3:39 AM

          @Como yes, as i said, i will debug this when i get nack to my desk on monday

          as for my reiteration of the v3.0 api, you said ‘free api’ , and there is no such thing anymore. just trying yo be precise

          Sam

          How to add modules

          learning how to use browser developers window for css changes

          1 Reply Last reply Reply Quote 0
          • C Offline
            Como
            last edited by Nov 3, 2024, 12:04 PM

            Got it. Just wanted to make sure I was understanding too as I feel the oneweathermap site could be a little more clear on their keys. Thanks for all your hard work on this!

            K 1 Reply Last reply Nov 3, 2024, 4:44 PM Reply Quote 0
            • K Offline
              KristjanESPERANTO Module Developer @Como
              last edited by Nov 3, 2024, 4:44 PM

              Side note: If you are having problems with MMM-OpenWeatherForecast, make sure you are using Tom Hirschberger’s active fork. You can check this by running git remote -v in the module’s directory.

              S 1 Reply Last reply Nov 4, 2024, 9:09 PM Reply Quote 1
              • S Away
                sdetweil @KristjanESPERANTO
                last edited by Nov 4, 2024, 9:09 PM

                @KristjanESPERANTO @Como
                rather than spend any time on this

                rename your existing module out of the way and install
                https://github.com/Tom-Hirschberger/MMM-OpenWeatherForecast

                no config changes I don’t think… (maybe lat/lon for location/locationID)
                Tom is very active in supporting his work…

                Sam

                How to add modules

                learning how to use browser developers window for css changes

                S E 2 Replies Last reply Nov 8, 2024, 12:19 PM Reply Quote 0
                • S Away
                  sdetweil @sdetweil
                  last edited by Nov 8, 2024, 12:19 PM

                  @Como did you get this resolved?

                  Sam

                  How to add modules

                  learning how to use browser developers window for css changes

                  C 1 Reply Last reply Nov 8, 2024, 9:18 PM Reply Quote 0
                  • C Offline
                    Como @sdetweil
                    last edited by Nov 8, 2024, 9:18 PM

                    @sdetweil life has been busy. Hopefully I can do it this weekend. I’ll report afterward.

                    1 Reply Last reply Reply Quote 0
                    • J Offline
                      jms3700 Project Sponsor
                      last edited by Nov 10, 2024, 5:50 AM

                      I had to change the node_helper.js to call the right api moet in node_helper.js (3.0 instead of 2.5)
                      sudo nano node_helper.js

                          //make request to OpenWeather One Call API
                      

                      // var url = “https://api.openweathermap.org/data/2.5/onecall?” +
                      var url = “https://api.openweathermap.org/data/3.0/onecall?” +

                      This solution works for me

                      S 1 Reply Last reply Nov 10, 2024, 12:25 PM Reply Quote 0
                      • 1
                      • 2
                      • 3
                      • 2 / 3
                      2 / 3
                      • First post
                        12/23
                        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