The 'Gadgetbridge plugin not installed' error happens when some code running on the watch produces an error. It's possible that some app installed on your Bangle is producing errors.
You could try setting debug = log in settings -> utils, then using it for a bit and connecting with the Web IDE to see if there's anything in a file called log.txt that would give you some ideas what was going on
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.
The 'Gadgetbridge plugin not installed' error happens when some code running on the watch produces an error. It's possible that some app installed on your Bangle is producing errors.
You could try setting
debug = log
insettings -> utils
, then using it for a bit and connecting with the Web IDE to see if there's anything in a file calledlog.txt
that would give you some ideas what was going on