-
-
-
-
Sounds great, I think the best approach would be to improve my approach, I'm currently in finalizing the app so that it will be approved by the f-droid staff. I posted my links above where you can see the app and the widget as well. You can just submit a PR, or we could work together to improve it further. I'm also currently looking into adding the banglejs ability right in xdrip so that no extra app is needed.
EDIT: I currently still face a build problem for the app with the fdroidtool, so I'm working on this right now ... -
Hey, I didn't release the app in F-Droid yet. Even if I would have, it takes quite some time before it will be approved and added. You can download it under releases in my git though: https://codeberg.org/phrogg/BG2BangleJSApp/releases Also sorry for not doing that already, but I've made some more small improvements, and I'm not done yet completely, so I will open a PR for both the app and the widget after that's figured out.
-
-
It is online but for testing and sharing purposes only until now. The widget: https://github.com/phrogg/BangleApps and for the app: https://codeberg.org/phrogg/BG2BangleJSApp
-
Ok, it is working most of the time, but sometimes the JSON file gets destroyed. I will share my code later and hopefully someone can point me out where the error is. I think it is related to the phone writing the json file in the same time the watch is trying to read it. Are there any ways to lock a file, or something familiar?
-
-
I'm just getting toast notifications like: "Malformed JSON from Bangle.js: End of input at character 43 of [...]" with the json I send to the watch. Does this mean the intend I send is not correctly send over in full length? The strange thing is it worked before, but stopped to work as it seems. Or where does this error come from?
-
-
-
Hello @nienno,
no worries. I got that far the app is working now, actually I have to make some adjustments and then I will release the app in f-droid and the widget in the store. -
Hello guys,
finally got my banglejs! I'm currently working on a solution myself. I found this topic before but wanted to try a head on approach without getting too many hints from you guys... My setup right now is as follows: I have the gadgetbridge banglejs version installed and created a 90% finished widget for my blood sugar, this is nearly finished. I'm currently working on an companion which receives the intents from xdrip and pass it through to the bangle. I was already able to pass through test data, but unfortunately I wasn't able to get the intents from xdrip yet (I have never developed in-depth with intents before especially with external ones). But I just started working on this today, so I guess I hopefully will be finished by the weekend. Is anyone else still working on this?
Greetings from Germany. -
Fixed it, see here https://github.com/espruino/BangleApps/pull/2577