Skip to content

Commit c9f461d

Browse files
authored
Update README.md
1 parent f7ebe0c commit c9f461d

File tree

1 file changed

+14
-8
lines changed

1 file changed

+14
-8
lines changed

apps/ios/README.md

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -35,20 +35,21 @@ for now. It's just a few bucks/pounds/euro's.
3535
If you like to try a free app first, you can always use NRF Toolbox or
3636
Bluetooth BLE Device Finder to find and connect your Bangle.
3737

38-
### Weather and Calendar
38+
### Weather, Calendar, and Location
3939

40-
By using the `Shortcuts` app on your phone, you can send weather and calendar data to your watch. This works by sending a notification, which is read by the watch through ANCS. The watch then parses the notification for the data.
40+
By using the `Shortcuts` app on your phone, you can send weather, calendar, and location data to your watch. This works by sending a notification, which is read by the watch through ANCS. The watch then parses the notification for the data.
4141

42-
While you may write your own shortcuts if you prefer (for example, to get weather from a different source), two are provided:
42+
While you may write your own shortcuts if you prefer (for example, to get weather from a different source), three are provided:
4343

44-
- Calendar shortcut: https://www.icloud.com/shortcuts/4eac12548b4c424dbcdb1bd58cff338f
45-
- Weather shortcut: https://www.icloud.com/shortcuts/106c68bfac3746fe9a55761a3be8d092
44+
- [Calendar shortcut](https://www.icloud.com/shortcuts/4eac12548b4c424dbcdb1bd58cff338f)
45+
- [Weather shortcut](https://www.icloud.com/shortcuts/106c68bfac3746fe9a55761a3be8d092)
46+
- [Location shortcut](https://www.icloud.com/shortcuts/853c41e09a8e491f893a63b464d73ea1)
4647

47-
The weather shortcut requires an OpenWeatherMap api key, which you can get for free from https://openweathermap.org/api. The shortcut will prompt you for this when you add it to your phone.
48+
Note: The shortcuts must keep the names defaulted by the shortcut in order for the watch to detect the weather, calender, or location data. If you rename it from `BangleDump...` to something else, it will no longer get the info, and just display it as a notification on the watch.
4849

4950
These shortcuts can also be automated to run periodically, for example every hour, using the `Automation` tab in the Shortcuts app.
5051

51-
The shortcuts will send a notification, which can be annoying. One potential workaround for this would be to create a focus mode, and have an automation:
52+
The shortcuts will send a notification. Even though the notification is deleted as soon as Bangle.js receives it, it can be quite annoying. One potential workaround for this would be to create a focus mode, and have an automation:
5253
- activate the focus mode (hiding notifications from the shortcut)
5354
- run the shortcut
5455
- deactivate the focus mode
@@ -60,4 +61,9 @@ Please file any issues on https://github.com/espruino/BangleApps/issues/new?titl
6061

6162
## Creator
6263

63-
Gordon Williams
64+
- Gordon Williams
65+
66+
## Contributors
67+
68+
- RKBoss6
69+
- stweedo

0 commit comments

Comments
 (0)