Can't install widgets anymore #5163
Replies: 1 comment
-
Posted at 2022-08-26 by Hank Have you tried a different Widget? Maybe the one you try is buggy. Posted at 2022-08-26 by user133055 Yes tried, many of them, tried my own widgets by the WEB IDE , but also tried to add by the app loader. Also some apps like clocks are preventing the watch from booting. Posted at 2022-08-26 by @thyttan I don't see you mention to have tried a factory reset from the settings. Try that one or two times if you haven't. Posted at 2022-08-26 by user133055 I think my firmware upgrade has reset everything. In settings there is no option Factory reset Posted at 2022-08-26 by @thyttan You don't have 'Settings'»'Utils'»'Factory Reset'? Posted at 2022-08-26 by @thyttan Also, have you tried reuploading the firmware update? Or tried uploading the firmware you had previous to 2v15? EDIT: Or maybe, uninstall bootloader and install it again. Posted at 2022-08-26 by user133055 Only reset settings, maybe that's the factory reset? Posted at 2022-08-26 by user133055 Tried all nothing seems to help, default apps works 100% but adding an app or widget let me not boot again. Posted at 2022-08-26 by @thyttan Try 'reset settings' then. It's not the same but maybe it can help. Posted at 2022-08-26 by user140377 I would put my money on settings->utils->"rewrite settings". If in doubt try both.. Posted at 2022-08-26 by user133055 Did rewrite and reset but no solution, when try to upload a Widget I see this.
Posted at 2022-08-26 by @thyttan Try this:
EDIT: Consider sharing the code from your 'bootcde.txt' backup with a comment here as well in case that would help in figuring out if something should be fixed somewhere apart from on your bangle. Posted at 2022-09-05 by @gfwilliams Hi! Any update on this? Are more people having this problem? Did you actually have a similar issue @thyttan and did you figure out the code that was causing the error? This error looks a bit odd to me:
I don't see the code It seems that you may have copied it in using the Web IDE while it was set to upload to The Bangle.js development docs (http://www.espruino.com/Bangle.js+Development) mention:
Posted at 2022-09-05 by user133055 The code WIDGETS["date"] come from the app HRM. This widget is a bit modified to sent Heartrate over BLE to my EspruinoHub. This widget has functioned for more then a year. But after loosing all the apps and widgets i can not install it anymore Posted at 2022-09-05 by @gfwilliams
The code appears to be in the file Posted at 2022-09-05 by @thyttan No, I've not had this problem myself. Just looked at the code on my watch and saw that it didn't match what @user133055 was describing. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Posted at 2022-08-26 by user133055
After a firmware update of my Bangle js I lost all my applications, so installed all the default apps with the app loader.
This worked and the watch is booting again.
After that I want to install my widgets but none of them is working anymore and gave me an error WIDGETS not defined.
When try to install the widgets the watch will not boot anymore after.
After reboot the screen say loading and a red dot is flashing on top
Uncaught ReferenceError: "WIDGETS" is not defined
at line 24 col 17 in .bootcde
WIDGETS["date"]={
^
in function called from line 29 col 4 in .bootcde
})()
Beta Was this translation helpful? Give feedback.
All reactions