thyttan

Results 161 comments of thyttan

> I'd be happy to change setUI as it should be backwards compatible, but obviously any apps you change wouldn't work unless you had the newer Bangle.setUi version OK! Maybe...

Added an example on how we might be able to interact with setUI after an update of it: https://github.com/espruino/BangleApps/pull/3452

Just a note to say I don't want to rush this. There's obviously some deliberations to be had so we can land on a good solution.

I just mashed together a slightly different solution: https://github.com/espruino/BangleApps/pull/3480/files#diff-3b962f4f715ed71c56de7fcdb83fa3ee600ec0e7739e5f38ca0788f6a4d0f95b

Could you try installing stable fw 2v22 just in case that solves it?

If your comfortable debugging this a PR with a bugfix is always very welcome! :) If you connect the watch to the [Web IDE](https://espruino.github.io/EspruinoWebIDE/) you can see if you get...

Thanks for testing that! So no outright errors it seems. But something about the logic like you say. Maybe you can use the Web IDE to tweak the loading and...

That's great headway! ``` Uncaught TypeError: Assignment to a constant at line 1 col 20 const _GB = global.GB; ^ ``` What file is that from? Maybe you could try...

Do you get those 'GB Unknown' errors also if you're using some other clock - maybe e.g. `antonclk`? Or are they specific to `mntnclk`? I think what it's saying is...

Do you maybe not have the Android integration watch app, `android`, installed? It should provide the instructions for the `"weather"` event ( https://www.espruino.com/Gadgetbridge#messages-sent-to-bangle-js-from-phone ).