diff --git a/apps.json b/apps.json index 739a6943c..6d6dc38a6 100644 --- a/apps.json +++ b/apps.json @@ -2644,6 +2644,7 @@ "description": "Morphing Clock with more readable seconds and date and additional stopwatch", "tags": "clock", "type": "clock", + "readme": "README.md", "storage": [ {"name":"mclockplus.app.js","url":"mclockplus.app.js"}, {"name":"mclockplus.img","url":"mclockplus-icon.js","evaluate":true} diff --git a/apps/mclockplus/README.md b/apps/mclockplus/README.md new file mode 100644 index 000000000..74905dd1a --- /dev/null +++ b/apps/mclockplus/README.md @@ -0,0 +1,24 @@ +# App Name + +Morphing Clock Plus + +Based on Morphing Clock with more readable seconds and date, and an additional simple stopwatch. + +![](Screenshot.jpg) + +## Usage + +In addition to the Morphing Clock, a simple stopwatch can be started in the lower part of the display. + +BTN3 starts and stops the stopwatch. +BTN1 resets/clears the stopwatch. + +## Requests + +Please leave bug reports and requests by raising an issue [here](https://github.com/skauertz/BangleApps). + +## Creator + +Sebastian Kauertz + +https://github.com/skauertz diff --git a/apps/mclockplus/Screenshot.JPG b/apps/mclockplus/Screenshot.JPG new file mode 100644 index 000000000..66011dda6 Binary files /dev/null and b/apps/mclockplus/Screenshot.JPG differ