Closed hrmckay closed 2 years ago
Nice idea!
Thanks for you idea! The integration of this functionality will be easier as Gadgetbridge already implements it. We just need someone to work on it :)
My C coding skills are about average but I have no experience writing C++ code so I am not the person to do this.
joaquim's pinetimeLite v0.5.0 shows some experimental weather app capability, so progress is being made on this front ;) https://github.com/joaquimorg/PinetimeLite/releases/tag/liteV0.5.0
Thanks for pointing that out. However, it looks like they are using a custom version of Gadgetbridge. The standard version of Gadgetbridge can supply weather by using a helper app.
The standard version of Gadgetbridge can supply weather by using a helper app.
Also if the Android flavour has a weather provider. Wiring it up is easier than implementing the weather app on the PT.
Would love to see this added for iOS and PinePhone, too!
I started working on a weather app on the pinetime to get into writing displayapps. If you want to take a look: branch weather It can be updated via bluetooth by a python app which is at: branch alert I use this script on my PinePhone to update it. But! Its by far not finished. Work in progress ;-)
Can retrieving weather data through Bluetooth be added to the Pinetime? This feature was added to the Pebble watch using Gadgetbridge. A helper app on the phone called "Weather Notification" can be linked to Gadgetbridge and supplies the weather. More information can be found here: https://github.com/Freeyourgadget/Gadgetbridge/wiki/Weather
Hugh