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.

    oneweathermap

    Scheduled Pinned Locked Moved Troubleshooting
    20 Posts 5 Posters 4.9k Views 5 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.
    • TipponT Offline
      Tippon @Ray
      last edited by

      @ray Hi Ray :)

      Try changing your weather location in the config file. Instead of using the latitude and longitude, try using locationID and using the value from the Open Weather Map site for your area here (from the end of the url):

      https://openweathermap.org/city/5406990

      So in your case it would be

      locationID: 5406990
      

      I found that this worked for me when the latitude and longitude didn’t :)

      Please forgive me if I'm slow to reply, I'm currently experiencing memory issues, and sometimes forget that I've asked a question >.<

      R 1 Reply Last reply Reply Quote 0
      • R Offline
        Ray @Tippon
        last edited by

        @tippon I have actually tried just that When I first installed it and use that exact same number along with the coordinates that onewhethermap suggested but since I upgraded to the newer version. The newer version doesn’t use that anymore. Not to say I can’t add it

        I actually change the retrieval time from 10 to 20 so far it seems to be working. I’m getting anywhere between 1° and 2° off which I can accept that even the professionals who give us the weather are sometimes off by 1° and 2° from different stations. So keep your fingers crossed that that will be consistent throughout today.

        Thanks for your suggestion though, since I’m new on here. I’m open to any kind of suggestion

        TipponT 1 Reply Last reply Reply Quote 0
        • TipponT Offline
          Tippon @Ray
          last edited by

          @ray Try just using the location ID and see if it’s more accurate. I’m pretty sure I had problems when I tried to use both.

          You can comment out the coordinate lines by putting // in front of them, so you don’t have to delete and retype them :)

          Please forgive me if I'm slow to reply, I'm currently experiencing memory issues, and sometimes forget that I've asked a question >.<

          R 2 Replies Last reply Reply Quote 0
          • R Offline
            Ray @Tippon
            last edited by

            @tippon okay, that’s an idea. I didn’t think about. I will give it a try and let you know

            1 Reply Last reply Reply Quote 0
            • R Offline
              Ray
              last edited by

              So I think I found the problem, but don’t know how to fix it. It’s been off as much as 3 to 4°. According to other reliable weather like local news. when I restart Magic mirror it is now only one degrees off so I’m not quite experienced enough yet, but I think it has something to do with retrieval data or I think they call it, call for data which I sent back to 10 minutes

              If I didn’t explain that right. I apologize. I’m still learning

              1 Reply Last reply Reply Quote 0
              • R Offline
                Ray @Tippon
                last edited by

                @tippon unfortunately, I have the newer version so location ID is no longer there just coordinate

                TipponT 1 Reply Last reply Reply Quote 0
                • TipponT Offline
                  Tippon @Ray
                  last edited by

                  @ray said in oneweathermap:

                  @tippon unfortunately, I have the newer version so location ID is no longer there just coordinate

                  I’ve got the up to date version too. You can put the locationID in yourself. This is the config for one of my weather modules, with my personal data removed:

                      {
                        module: 'weather',
                        position: 'top_right',
                        config: {
                  		weatherProvider: 'openweathermap',
                                  type: 'current',
                  		apiKey: "xxxxxxxxxxxxxxxxx",
                  		locationID: 1234567
                  		}
                      },
                  

                  As you can see, I’ve removed the coordinates lines and added in the locationID line instead.

                  You can use the options from the documentation here to change the config to suit your needs:

                  https://docs.magicmirror.builders/modules/weather.html#configuration-options

                  Please forgive me if I'm slow to reply, I'm currently experiencing memory issues, and sometimes forget that I've asked a question >.<

                  R 1 Reply Last reply Reply Quote 0
                  • R Offline
                    Ray @Tippon
                    last edited by

                    @tippon well, that’s interesting. So I tried your method and it Just keeps saying loading, which it never did. I verified my location ID just to make sure it was correct and it was.

                    What I’m finding out is when I use my current setting. When it reaches 70 or 80°. It starts losing accuracy as much as 5°
                    anything below those temperatures. The accuracy is between 1 and 2°
                    also, just to let you know I’m running this on Lennix mint
                    if I can get it to be constant 1 or 2° difference. I would be perfectly happy with that

                    TipponT 1 Reply Last reply Reply Quote 0
                    • TipponT Offline
                      Tippon @Ray
                      last edited by

                      @ray I’m really sorry, I’ve got things wrong.

                      I’m not sure why, but I thought you meant that you were using the Open Weather Map configuration for the default weather module, which is what I’m doing. At least that explains why our experiences don’t match up.

                      Sorry :confounded_face:

                      Please forgive me if I'm slow to reply, I'm currently experiencing memory issues, and sometimes forget that I've asked a question >.<

                      R 1 Reply Last reply Reply Quote 0
                      • R Offline
                        Ray @Tippon
                        last edited by

                        @tippon no problem. I actually just caught that a few hours ago and I’ve been trying to figure out how to fix it.
                        According to oneweathermap with my current settings. The temperature is correct 97, but where I’m currently at it is 102
                        what’s funny about it is when you look at the map on their website. My area is not listed so I don’t know where it’s getting it’s coordinates from and no matter what coordinates I use it always comes up with the same temperature that oneweathermap wants to use so I’m confused.

                        ps I was actually getting ready to send you a message letting you know that I was no longer using the default whether

                        I’m new at all this so I’m learning as I’m going
                        so I hope everyone is patient with me. I even got a another message going about Gmail

                        Anyway, I appreciate all your help and I’m always looking for suggestions

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