• Sorry, that was my bad. I'd written the code wrong so it wasn't valid JS (just fixed now).

    So instead of:

    WIDGETS["activepedom"]={area:"tl",width:­width,draw:draw, getSteps=>()=>stepsCounted};
    

    you want:

    WIDGETS["activepedom"]={area:"tl",width:­width,draw:draw, getSteps:()=>stepsCounted};
    

    If you update with the Web IDE (info on uploading widgets is at http://www.espruino.com/Bangle.js+Widget­s#how-to-develop) then you'll be able to see an error message pointing you at the problem (if there is one). You can also just re-upload if it makes the watch stop working.

About

Avatar for Gordon @Gordon started