You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apps/ios/README.md
+14-8Lines changed: 14 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,20 +35,21 @@ for now. It's just a few bucks/pounds/euro's.
35
35
If you like to try a free app first, you can always use NRF Toolbox or
36
36
Bluetooth BLE Device Finder to find and connect your Bangle.
37
37
38
-
### Weatherand Calendar
38
+
### Weather, Calendar, and Location
39
39
40
-
By using the `Shortcuts` app on your phone, you can send weatherand 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.
41
41
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:
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.
48
49
49
50
These shortcuts can also be automated to run periodically, for example every hour, using the `Automation` tab in the Shortcuts app.
50
51
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:
52
53
- activate the focus mode (hiding notifications from the shortcut)
53
54
- run the shortcut
54
55
- deactivate the focus mode
@@ -60,4 +61,9 @@ Please file any issues on https://github.com/espruino/BangleApps/issues/new?titl
0 commit comments