Skip to content

Commit efe3378

Browse files
convert to posix line endings
1 parent 80877a0 commit efe3378

File tree

2 files changed

+47
-47
lines changed

2 files changed

+47
-47
lines changed

apps/mtnclock/README.md

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
# Mountain Pass Clock
2-
3-
Based on the Pebble watchface Weather Land.
4-
5-
Mountain Pass Clock changes depending on time (day/night) and weather conditions.
6-
7-
This clock requires Gadgetbridge and an app that Gadgetbridge can use to get the current weather from OpenWeatherMap (e.g. Weather Notification), or a Bangle app that will update weather.json such as OWM Weather. To set up Gadgetbridge and weather, see https://codeberg.org/Freeyourgadget/Gadgetbridge/wiki/Weather.
8-
9-
The scene will change according to the following OpenWeatherMap conditions: clear, cloudy, overcast, lightning, drizzle, rain, fog and snow. Each weather condition has night/day scenes.
10-
11-
If you choose not to set up weather (or are not connected to Gadgetbridge, for that matter), this clock will default to clear weather, and the scenery will still change from night to day.
12-
13-
Special thanks to Serj for testing this on the original Bangle.
14-
15-
## Images
16-
17-
![](screenshot1.png)
18-
![](screenshot2.png)
19-
![](screenshot3.png)
20-
![](screenshot4.png)
21-
![](screenshot5.png)
1+
# Mountain Pass Clock
2+
3+
Based on the Pebble watchface Weather Land.
4+
5+
Mountain Pass Clock changes depending on time (day/night) and weather conditions.
6+
7+
This clock requires Gadgetbridge and an app that Gadgetbridge can use to get the current weather from OpenWeatherMap (e.g. Weather Notification), or a Bangle app that will update weather.json such as OWM Weather. To set up Gadgetbridge and weather, see https://codeberg.org/Freeyourgadget/Gadgetbridge/wiki/Weather.
8+
9+
The scene will change according to the following OpenWeatherMap conditions: clear, cloudy, overcast, lightning, drizzle, rain, fog and snow. Each weather condition has night/day scenes.
10+
11+
If you choose not to set up weather (or are not connected to Gadgetbridge, for that matter), this clock will default to clear weather, and the scenery will still change from night to day.
12+
13+
Special thanks to Serj for testing this on the original Bangle.
14+
15+
## Images
16+
17+
![](screenshot1.png)
18+
![](screenshot2.png)
19+
![](screenshot3.png)
20+
![](screenshot4.png)
21+
![](screenshot5.png)

apps/mtnclock/metadata.json

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
1-
{
2-
"id": "mtnclock",
3-
"name": "Mountain Pass Clock",
4-
"shortName": "Mtn Clock",
5-
"version": "0.06",
6-
"description": "A clock that changes scenery based on time and weather.",
7-
"readme":"README.md",
8-
"icon": "app.png",
9-
"screenshots": [
10-
{"url":"screenshot1.png"},
11-
{"url":"screenshot2.png"},
12-
{"url":"screenshot3.png"},
13-
{"url":"screenshot4.png"},
14-
{"url":"screenshot5.png"}
15-
],
16-
"type": "clock",
17-
"tags": "clock",
18-
"supports": ["BANGLEJS","BANGLEJS2"],
19-
"allow_emulator": true,
20-
"storage": [
21-
{"name":"mtnclock.app.js","url":"app.js"},
22-
{"name":"mtnclock.settings.js","url":"settings.js"},
23-
{"name":"mtnclock.img","url":"app-icon.js","evaluate":true}
24-
],
25-
"data": [{"name":"mtnclock.json"}]
26-
}
1+
{
2+
"id": "mtnclock",
3+
"name": "Mountain Pass Clock",
4+
"shortName": "Mtn Clock",
5+
"version": "0.06",
6+
"description": "A clock that changes scenery based on time and weather.",
7+
"readme":"README.md",
8+
"icon": "app.png",
9+
"screenshots": [
10+
{"url":"screenshot1.png"},
11+
{"url":"screenshot2.png"},
12+
{"url":"screenshot3.png"},
13+
{"url":"screenshot4.png"},
14+
{"url":"screenshot5.png"}
15+
],
16+
"type": "clock",
17+
"tags": "clock",
18+
"supports": ["BANGLEJS","BANGLEJS2"],
19+
"allow_emulator": true,
20+
"storage": [
21+
{"name":"mtnclock.app.js","url":"app.js"},
22+
{"name":"mtnclock.settings.js","url":"settings.js"},
23+
{"name":"mtnclock.img","url":"app-icon.js","evaluate":true}
24+
],
25+
"data": [{"name":"mtnclock.json"}]
26+
}

0 commit comments

Comments
 (0)