Skip to content

Commit a5a6f04

Browse files
authored
Merge branch 'master' into Weather-Feels-Like-Updates
2 parents b8854ab + 2f82895 commit a5a6f04

File tree

15 files changed

+278
-9
lines changed

15 files changed

+278
-9
lines changed

apps/hrmmar/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
Measurements from the build in PPG-Sensor (Photoplethysmograph) is sensitive to motion and can be corrupted with Motion Artifacts (MA). This module allows to remove these.
44

5+
**WARNING:** On Bangle.js 2 this has been found to make heart rate readings [substantially less accurate in some cases](https://github.com/orgs/espruino/discussions/7738#discussioncomment-13594093) (the HRM already has built in motion artefact removal).
6+
57
## Settings
68

79
* **MA removal**

apps/hrmmar/metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"shortName":"HRM MA removal",
55
"icon": "app.png",
66
"version":"0.02",
7-
"description": "Removes Motion Artifacts in Bangle.js's heart rate sensor data.",
7+
"description": "Removes Motion Artifacts in Bangle.js's heart rate sensor data. **WARNING:** On Bangle.js 2 this has been found to make heart rate readings substantially less accurate in some cases.",
88
"type": "bootloader",
99
"tags": "health",
1010
"supports": ["BANGLEJS","BANGLEJS2"],

apps/modclock/ChangeLog

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
0.01: App Created w/ clockInfos, bold font, date and time.

apps/modclock/README.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# Modern Clock
2+
3+
4+
5+
A beautifully simple, modern clock with two Clock Infos, and a clean UI. Fast-Loads.
6+
7+
![](Screenshot1.png)
8+
9+
10+
11+
## Features
12+
13+
* Has 2 Clock Infos, that are individually changeable.
14+
* Low battery consumption.
15+
* Uses locale for time and date.
16+
* Bold time font, for quicker readability.
17+
* Has Fast Loading, for quicker access to launcher.
18+
19+
20+
## Creator
21+
22+
RKBoss6
23+
24+
Github: https://github.com/RKBoss6

apps/modclock/Screenshot1.png

20.3 KB
Loading

apps/modclock/Screenshot2.png

19.9 KB
Loading

apps/modclock/app-icon.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apps/modclock/app.js

Lines changed: 206 additions & 0 deletions
Large diffs are not rendered by default.

apps/modclock/icon.png

3.54 KB
Loading

apps/modclock/metadata.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"id": "modclock",
3+
"name": "Modern Clock",
4+
"shortName":"Modern Clk",
5+
"icon": "icon.png",
6+
"version":"0.01",
7+
"description": "A modern, simple clock, with two Clock Infos and Fast Loading",
8+
"type":"clock",
9+
"tags": "clock,clkinfo",
10+
"supports": ["BANGLEJS2"],
11+
"screenshots" : [ { "url":"Screenshot1.png" },
12+
{ "url":"Screenshot2.png" } ],
13+
"dependencies" : { "clock_info":"module"},
14+
"allow_emulator":true,
15+
"readme":"README.md",
16+
"storage": [
17+
{"name":"modclock.app.js","url":"app.js"},
18+
{"name":"modclock.img","url":"app-icon.js","evaluate":true}
19+
]
20+
}

0 commit comments

Comments
 (0)