(Bangle.js 2) My timer app #7754
Replies: 3 comments
-
Hi! This looks really neat - and all the info you've put in the README helps a great deal. Am I right in thinking that you've added your own timer implementation in the app, so for instance if you leave the app the timers won't go off? I can see in the metadata it's dependent on the scheduler, but I don't think you use it? I don't know how hard it'd be, but if you could swap it to use the |
Beta Was this translation helpful? Give feedback.
-
Thanks for the feedback. I do use I also borrowed the |
Beta Was this translation helpful? Give feedback.
-
That sounds great! Sorry - I'd had a quick look at your app.js and didn't see sched mentioned, but I realise now you've made a library and you call It looks really good - if you wanted to submit a PR it'd be great to have it in - I think all you need is a ChangeLog file? I think the name is fine too - there are a bunch of similarly-named things like 'Hank's World Clock' so it's not out of the ordinary. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm working on a customizable timer app for Bangle.js 2 with various features including intervals and repeat modes. I know there are several stopwatch and timer apps already, but I wanted one that I would feel at home with after so many years of using Timex Triathlon and similar wristwatches, something with a similar range of features as well as large, chunky screen fonts (my eyesight is not good and I found some of the existing apps use fonts that are too small for me to read). I also wanted it to make efficient use of the Bangle v2 touch screen and hardware button so that basic operation was reasonably convenient without too much fiddling.
The result is currently in my personal app loader: https://ticalc-travis.github.io/BangleApps/?id=tevtimer
It's pretty much feature complete but still undergoing testing, so there may be some bugs. I don't really know what to call it, so I named it after one of my online usernames. If anyone has any naming ideas, let me know. :)
For the curious, here's a link to the code: https://github.com/ticalc-travis/BangleApps/tree/tevtimer/apps/tevtimer
My plan is to eventually make a stopwatch/chronograph app with split/lap features also modeled off of my previous watches, using a similar style of UI to this app.
Beta Was this translation helpful? Give feedback.
All reactions