Enable Gadgetbridge support. - #680
KamaleiZestri wants to merge 2 commits into
Conversation
|
Hello, I hope this gets implemented. As I just made feature requests for this exact feature. I'll look into building Forecastie from source. I would love to have this functionality with my Pinetime. |
|
|
||
| Intent intent = new Intent(); | ||
| intent.setAction("de.kaffeemitkoffein.broadcast.WEATHERDATA"); | ||
| intent.setPackage("nodomain.freeyourgadget.gadgetbridge"); |
There was a problem hiding this comment.
Wondering if this should be configurable, since there are a few different flavors now (eg. nightly, bangle.js).
There was a problem hiding this comment.
That makes sense also for future compatibility. It is done.
|
There is not currently a maintainer for Forecastie, this will not be merged until that changes. Perhaps @martykan is interested in hearing from potential maintainers? |
|
Just to update. This fork does indeed work for the pinetime now that it supports weather. I have had no crashing and the app has been stable. 👍 Thank you for the fork @KamaleiZestri |
To resolve #549
This makes it so that Forecastie sends its weather data to Gadgetbridge upon any data updates from OpenWeather. This feature has to be enabled via settings to function.
Due to how Gadgetbridge processes some of the weather data, some of the accuracy of Forecastie is lost when transferred. Most further improvements to accuracy or data sent would have to come from the Gadgetbridge side first.