diff --git a/apps/widday/app.js b/apps/widday/app.js index a244098f5..189fc1951 100644 --- a/apps/widday/app.js +++ b/apps/widday/app.js @@ -15,11 +15,11 @@ } setInterval(function() { - WIDGETS["widdateday"].draw(WIDGETS["widdateday"]); + WIDGETS["widday"].draw(WIDGETS["widdateday"]); }, 10*60000); // update every 10 minutes // add your widget - WIDGETS["widdateday"]={ + WIDGETS["widday"]={ area:"bl", // tl (top left), tr (top right), bl (bottom left), br (bottom right) width: width, // how wide is the widget? You can change this and call Bangle.drawWidgets() to re-layout draw:draw // called to draw the widget