Avatar for sqrtltrtl7

sqrtltrtl7

Member since Mar 2024 • Last active Apr 2024
  • 1 conversations
  • 7 comments

From Illinois, USA - not much of a developer, but interested in assisting with support files :D

Most recent activity

    • 19 comments
    • 484 views
  • in Bangle.js
    Avatar for 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.

    • @thinkpoop: I did use MyLocation previously and updated my location using the watch GPS and the app loader multiple times each (including after reset settings & factory reset), but still got the OWMweather error. I might have run that test before properly setting it.
    • @Ganblejs: One thing that I wasn't 100% clear on was whether OWMweather replaces Weather or if it simply provides it with info necessary to pull weather. Tried multiple configurations but just couldn't get the API to work.
    • I also wasn't sure if OWMweather requires the One Call plan on OWM or the basic free API. That said, I tried both and still got the HTTP error message.

    I hadn't previously made much of the Gadgetbridge support sites/images, which helped with the successful Weather pairing.

  • in Bangle.js
    Avatar for 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:

    Uncaught Error: Can't read property 'toFixed' of undefined
     at line 42 col 118 in owmweather
    ...2) + "&lon=" + location.lon.toFixed(2) + "&exclude=hourly,da...
                                  ^
    in function "pull" called from line 58 col 12 in owmweather.settings.js
              });
               ^
    in function "b" called from line 2 col 44
    ...if("function"==typeof b)b(p);else if("object"==typeof b)if("...
                                  ^
    in function "select" called from line 1 col 78
    ...b,{x:c.x,y:c.y+f-a.y-b*d.h}))
                                  ^
    in function "p" called from line 1 col 17
    e.handled||p(a,e)
                    ^
    in function called from system
    

    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.

  • in Bangle.js
    Avatar for sqrtltrtl7

    Yes and Yes. Other things seem to work well. I've gotten messages, music controls, navigation updates. Just not the weather.

  • in Bangle.js
    Avatar for 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

  • in Bangle.js
    Avatar for sqrtltrtl7

    Heh, was just about to note this.

    I did check the wiki, troubleshooting page, and tried my luck on Youtube.

  • in Bangle.js
    Avatar for 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).

    • My Location is set in that app using GPS
    • I have gadgetbridge installed & synced. I THINK I selected the right options, but this may be where the issue is
    • I have an Openweathermap API put into the OWProvider app.
    • The weather still doesn't sync to my clock widgets. When I open the Weather app, it gives the same message that gadgetbridge needs to be set to send the weather.

    Any thoughts or advice?

Actions