-
-
-
-
-
I've had similar with Chromium on Ubuntu Studio 20.04. It usually connects fine the first time but if I keep disconnecting and reconnecting it starts to misbehave and struggle to connect. Shutting down Chromium and leaving it for a while seems to help. I do have quite an old laptop, mind, so could be a dodgy Bluetooth. Never get those issues on Android or my work Windows machine.
-
-
-
Just bumping this for bangle 2. I have some code using Bangle.on('swipe') to scroll left/right through objects in an array and want to replicate it with up/down. I've tried reading other app code and looking at the documentation but can't quite work it out. Should I use Bangle.on('drag') , Bangle.setUI('updown') or is there something else I've missed?
-
-
-
-
-
-
-
-
-
-
Thanks for pointing me to these, I'll have a good read. I have it reading a manually written and pushed JSON file using require("Storage").readJSON. The key will be to get an automatically generated JSON file but that won't happen until there is internet implementation.
I have been uploading my JSON file by typing into the webIDE editor and pushing to storage. Every time I do it it creates an error and crashes the watch as it does not like the colons. Resetting the watch then works fine with the updated JSON read properly. Is there a better way to write and upload the file to the watch?
-
-
Hello
I am writing a clock face which will show cricket scores. I currently have the layout sorted with a working clock and date. The scores are hard coded and drawn from source at the moment. Eventually when the android app integration can do internet access it will hopefully update automatically. The next step is to manually add a file to storage for the app to parse.
My question is what types of file can be read? Obviously json but can it read XML or HTML?
Many thanks
Pete
Thank you. I'll have a play