Update README.md
parent
a198048e44
commit
d855a9418f
|
|
@ -3,9 +3,12 @@
|
|||
This allows your Bangle.js to display weather reports from the Gadgetbridge app for an Android phone, or by using the iOS shortcut below to push weather information.
|
||||
|
||||
It adds a widget with a weather pictogram and the temperature.
|
||||
It also adds a ClockInfo list to Bangle.js.
|
||||
You can view the full report through the app:
|
||||
|
||||

|
||||
## iOS Setup
|
||||
Use the iOS shortcut [here](https://www.icloud.com/shortcuts/aad648484c724ced85ff774d283aff8b). The shortcut uses Apple Weather for weather updates, and sends a notification, which is read by Bangle.js. To push weather every hour, or interval, you will need to create a shortcut automation for every time you want to push the weather.
|
||||
## Android Setup
|
||||
|
||||
1. Install [Gadgetbridge for Android](https://f-droid.org/packages/nodomain.freeyourgadget.gadgetbridge/) on your phone.
|
||||
|
|
@ -48,9 +51,15 @@ When you first load QuickWeather, it will take you through the setup process. Yo
|
|||
|
||||
**Note:** at one time, the Weather Notification app also worked with Gadgetbridge. However, many users are reporting it's no longer seeing the OpenWeatherMap API key as valid. The app has not received any updates since August of 2020, and may be unmaintained.
|
||||
|
||||
## iOS Setup
|
||||
Use the iOS shortcut here: [Shortcut](https://www.icloud.com/shortcuts/7b11b4335dd04ab7aa3b77e1167c936f). The shortcut uses Apple Weather for weather updates, and sends a notification, which is read by Bangle.js. To push weather every hour, or intervel, you will need to create a shortcut automation for every time you want to push the weather.
|
||||
|
||||
## Clock Infos
|
||||
Tap on any clockInfo when focused to directly open the weather app.
|
||||
Adds:
|
||||
* Condition ClockInfo with condition icon
|
||||
* Temperature ClockInfo with condition icon.
|
||||
* Wind speed ClockInfo.
|
||||
* Chance of rain ClockInfo.
|
||||
* Temperature ClockInfo without condition icon.
|
||||
## Settings
|
||||
|
||||
* Expiration timespan can be set after which the local weather data is considered as invalid
|
||||
|
|
|
|||
Loading…
Reference in New Issue