Skip to content

Commit 6f236ba

Browse files
authored
Merge pull request #4037 from chuckwagoncomputing/worldclkinfo-config
Add config to worldclkinfo
2 parents bf53686 + c3446a0 commit 6f236ba

File tree

6 files changed

+290
-372
lines changed

6 files changed

+290
-372
lines changed

apps/worldclkinfo/ChangeLog

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
0.01: New App, settings menu, clockInfos.
2+
0.02: Rewrite to allow configuration of time zones

apps/worldclkinfo/README.md

Lines changed: 31 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,47 @@
11
# World Clock Info
2+
23
A clock info that creates a new ClockInfo list for world clocks, so you can see the time across the world.
34

45
## Usage
5-
Use a clock with ClockInfo, then swipe left/right to get to the World Clock list. From there, swipe up/down to get to the city you want. To toggle between showing the city name and what time it is there, tap on the clock info when focused.
6-
7-
## Cities
8-
* London
9-
* Mumbai
10-
* New York City
11-
* Tokyo
12-
* Dubai
13-
* Los Angeles
14-
* Paris
15-
* Hong Kong
166

7+
Use a clock with ClockInfo, then swipe left/right to get to the World Clock list. From there, swipe up/down to get to the city you want. To toggle between display modes, tap on the clock info when focused.
178

18-
To add any more, consider opening a feature request, contacting [RKBoss6](https://github.com/RKBoss6) on GitHub, or fork the espruino/BangleApps repo and modify the app to your needs.
199
## Settings
10+
2011
In app settings, there is a menu for World Clock Info
12+
2113
#### Shorten Cities
14+
2215
This shortens the city name (New York City --> NYC) to fit inside smaller ClockInfos.
16+
2317
#### Show Meridians
18+
2419
This shows meridians, <i>if you enable them in locale</i>. Otherwise, it will not show no matter what setting it is set to.
20+
2521
#### Shorten Meridians
22+
2623
This shortens the meridian and removes the space separating it from the time (3:50 pm --> 3:50p) to fit inside smaller ClockInfos.
24+
25+
#### Simple Mode
26+
27+
This makes only the time and city name modes available.
28+
29+
## Display Modes
30+
31+
With Simple Mode disabled, there are 5 available display modes:
32+
33+
- `5:45`
34+
- `London`
35+
- `5:45 Mon`
36+
- `London 5:45`
37+
- `London 5:45 Mon`
38+
39+
2740
## Creator
41+
2842
[RKBoss6](https://github.com/RKBoss6)
43+
44+
## Contributors
45+
46+
- [ChuckWagon Computing](https://github.com/chuckwagoncomputing)
47+

0 commit comments

Comments
 (0)