Trouble syncing Weather #6734
Replies: 1 comment
-
Posted at 2024-03-23 by @thyttan Hi! I guess you already looked around for tips on https://gadgetbridge.org ? Unfortunately I don't have too much experience with this myself. Posted at 2024-03-23 by sqrtltrtl7 Heh, was just about to note this. I did check the wiki, troubleshooting page, and tried my luck on Youtube. Posted at 2024-03-23 by thinkpoop Couple tips I've ran into for OWMWeather: OWMweather defaults to disabled, so you may need to go to settings on the watch and enable it. Also make sure "allow internet access" is enabled in the device specific settings (gear icon on the tile for the device in gadgetbridge) Posted at 2024-03-23 by sqrtltrtl7 Hey, thanks. Both of those are correctly set. When I try to hit force reset, it says "no http method found. Pic : Weather app Attachments: Posted at 2024-03-23 by thinkpoop Couple other things to double check: Posted at 2024-03-23 by sqrtltrtl7 Yes and Yes. Other things seem to work well. I've gotten messages, music controls, navigation updates. Just not the weather. Posted at 2024-03-26 by thinkpoop I switched back to using OWMweather yesterday and it isnt working for me either. I'll try to figure this out in the next day or two and see if it's the same problem you're having. Posted at 2024-03-26 by @halemmerich I just installed the
Can you check in the IDE if there are errors when you try to manually refresh in the settings? The "http method not found" error hints to a problem with or in the Posted at 2024-03-26 by thinkpoop My issue turned out to be that mylocation.json somehow had a lat but no lon. So I just had to resave it. Posted at 2024-03-27 by sqrtltrtl7 I'm quite green, so there's a solid possibility I messed up. I reinstalled gadgetbridge and factory reset my watch (I only had it for a few days, and perhaps missed when initially setting it up whether or not the proper image displayed). Then reloaded the apps and entered the information. The HTTP error displays. I'm not sure if I did what you suggested correctly. When I connected in the IDE and tried to manually refresh OWMweather this came up:
I went into Debug in Gadgetbridge and Set Weather, and the clockface started displaying weather, but it wasn't the weather in my area - it didn't make much sense, 59F and snowing. It also didn't change anything in Weather or OWMWeather. Posted at 2024-03-27 by thinkpoop Ah, now you also don't have a location set. We managed to end up with the same problem. Go into the app loader and search for My Location and click the save icon to open the interface. Then pick a location on the map and save. (I can try to write better instructions later...) (You can ignore the set weather and gadgetbridge weather if you use OWMweather. ) Posted at 2024-03-27 by @thyttan Since you both had this problem,
Edit: I guess a pop-up on the watch if lon or lat info is missing is one route for mitigating this. Posted at 2024-03-27 by thinkpoop Yeah, it'd be helpful to add a quick check The missing Bangle.http issue is a bit beyond me though. Maybe check on firmware version? (Side note: has anyone considered having gps or gadgetbridge update mylocation once in a while? Or does that exist already? {Update re mylocation: I found this thread. Searched GitHub for mylocation and didn't find anything that looked like auto-updates yet.} Posted at 2024-03-27 by sqrtltrtl7 I, unfortunately, didn't resolve my issue with OWMweather. I did successfully set up Weather with Quickweather, so have the correct weather for now.
I hadn't previously made much of the Gadgetbridge support sites/images, which helped with the successful Weather pairing. Posted at 2024-03-27 by @halemmerich Interesting, OWMWeather checks if the location data file exists, but not if the location data itself is valid. So the question is, where does the broken Posted at 2024-03-27 by @halemmerich
It is neither. OWMWeather pulls weather and writes the same file that Weather uses. You can use it without Weather installed. OWMWeather writes the file and other apps that use weather as written by the Weather app can use it. Weather does use it too and the apps should not conflict. Posted at 2024-03-27 by thinkpoop I had just done a lot of reinstalling, so however I lost longitude, it could have been a rare situation. Once in the past I had managed to save without picking a location. I think I entered a location in the search, saw it zoom in and didn't think to also put a pin. Posted at 2024-04-02 by thinkpoop For future reference: I accidentally recreated the Bangle.http issue today while reinstalling things. The fix in my case was to re-reinstall the Android Integration app. |
Beta Was this translation helpful? Give feedback.
-
Posted at 2024-03-23 by sqrtltrtl7
Hi All - First - I'm a casual user, not a developer and only have HTML experience there (sub par at best at that!). I gave up on my FitBit once Google purchased them, and the main watches all just seemed like smartphone companions.
I also want to note before my question that my background is suited for writing guides & resources. Happy to help in that way since I won't be developing for the watch.
Issue: I've got most things going, but cannot figure out the weather. I've got Weather (v0.26) and Openweathermap weather provider (v0.04).
Any thoughts or advice?
Beta Was this translation helpful? Give feedback.
All reactions