You are reading a single comment by @user133055 and its replies. Click here to read the full conversation.
  • Hi! Any update on this? Are more people having this problem?

    Did you actually have a similar issue @Ganblejs and did you figure out the code that was causing the error?

    This error looks a bit odd to me:

    Uncaught ReferenceError: "WIDGETS" is not defined
    at line 24 col 17 in .bootcde
    WIDGETS["date"]={
    

    I don't see the code WIDGETS["date"] anywhere in https://github.com/espruino/BangleApps. Is date one of your own widgets?

    It seems that you may have copied it in using the Web IDE while it was set to upload to Flash, which overwrote the bootloader?

    The Bangle.js development docs (http://www.espruino.com/Bangle.js+Develo­pment) mention:

    Note: If you've used Espruino before, make sure the Upload button (middle of the screen) shows RAM underneath it. Otherwise by writing to Flash you can remove the watch's built-in menu (you can just re-add it by removing and installing bootloader using https://banglejs.com/apps)

  • 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

About

Avatar for user133055 @user133055 started