Merge pull request #554 from computermacgyver/master
Update worldclock with new customize.js location and add READMEmaster
commit
b1bb91b72b
|
|
@ -2176,11 +2176,12 @@
|
|||
"name": "World Clock - 4 time zones",
|
||||
"shortName":"World Clock",
|
||||
"icon": "app.png",
|
||||
"version":"0.01",
|
||||
"version":"0.02",
|
||||
"description": "Current time zone plus up to four others",
|
||||
"tags": "clock",
|
||||
"type" : "clock",
|
||||
"custom": "custom.html",
|
||||
"readme": "README.md",
|
||||
"storage": [
|
||||
{"name":"worldclock.app.js","url":"app.js"},
|
||||
{"name":"worldclock.settings.json"},
|
||||
|
|
|
|||
|
|
@ -1 +1,2 @@
|
|||
0.01: First try
|
||||
0.02: Update custom.html for refactor; add README
|
||||
|
|
|
|||
|
|
@ -0,0 +1,20 @@
|
|||
# World Clock - See the time in five locations
|
||||
|
||||
In addition to the main clock and date in your current location, you can add up to four other locations. Great for travel or remote working.
|
||||
|
||||

|
||||
|
||||
## Usage
|
||||
|
||||
Provide names and the UTC offsets for up to four other timezones in the app store. These are stored in a json file on your watch. UTC offsets can be decimal (e.g., 5.5 for India).
|
||||
|
||||
The clock does not handle summer time / daylight saving time changes automatically. If one of your four locations changes its UTC offset, you can simply change the setting in the app store and update. Currently the clock only supports 24 hour time format.
|
||||
|
||||
|
||||
## Requests
|
||||
|
||||
[Reach out to Scott](https://www.github.com/computermacgyver) if you have feature requests or notice bugs.
|
||||
|
||||
## Creator
|
||||
|
||||
Made by [Scott Hale](https://www.github.com/computermacgyver), based upon the [Simple Clock](https://github.com/espruino/BangleApps/tree/master/apps/sclock).
|
||||
|
|
@ -17,7 +17,7 @@
|
|||
|
||||
<p>Click <button id="upload" class="btn btn-primary">Upload</button></p>
|
||||
|
||||
<script src="../../lib/customize.js"></script>
|
||||
<script src="../../core/lib/customize.js"></script>
|
||||
|
||||
<script>
|
||||
|
||||
|
|
|
|||
Binary file not shown.
|
After Width: | Height: | Size: 3.6 KiB |
Loading…
Reference in New Issue