@uname (I'm user141090 - just changed the default user name to something that makes sense). Well, functionally it might be a "storm alert". It just displays the change over the past 3 hours along with the current value in a subdial behind the clock dial.
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
@uname (I'm user141090 - just changed the default user name to something that makes sense). Well, functionally it might be a "storm alert". It just displays the change over the past 3 hours along with the current value in a subdial behind the clock dial.
You can check it out in my repo. It's split in two apps. First is a background widget to handle barometer readings :
https://github.com/indridieinarsson/BangleApps/tree/master/apps/widbarom
And then the clock face :
https://github.com/indridieinarsson/BangleApps/tree/master/apps/ieclock
which relies heavily on the clock construction kit (https://github.com/rozek/banglejs-2-analog-clock-construction-kit).