New App / Widget: Chrono Widget #1640
Replies: 24 comments
-
Posted at 2020-04-16 by Abhigkar That is interesting, so using this widget, can I make an drink water reminder app? |
Beta Was this translation helpful? Give feedback.
-
Posted at 2020-04-16 by Purple-Tentacle Sure. All this is based on dates (including time) written to a file. You could create a setting where reminders should start and write that to the file. |
Beta Was this translation helpful? Give feedback.
-
Posted at 2020-04-16 by Old_account @Purple-Tentacle Chrono Widget seems to break things on firmware v2.05.440. Tested it on a clean install of the default apps, and installing Chrono Widget just makes the screen go black. Any app showing the widgets seems to be affected. |
Beta Was this translation helpful? Give feedback.
-
Posted at 2020-04-16 by Purple-Tentacle Okay, strange. |
Beta Was this translation helpful? Give feedback.
-
Posted at 2020-04-17 by Old_account Oh yeah... Forgot to check that:
Weird... |
Beta Was this translation helpful? Give feedback.
-
Posted at 2020-04-17 by Purple-Tentacle This does not come from Cbrono Widget. Strange.
Normally it is (xstart,ystart,xend,yend). There is another 5th variable? |
Beta Was this translation helpful? Give feedback.
-
Posted at 2020-04-17 by Old_account Yeah, that's what I figured as well. Couldn't see that in your code anywhere. That error pops up regardless if the watch has just been cleared with "Install Default Apps" or if I've already set it up with my favourites. Seems like the widget is triggering something, somewhere. |
Beta Was this translation helpful? Give feedback.
-
Posted at 2020-04-17 by Purple-Tentacle Ok, same happens for me with firmware v2.05.440. Lets see why this happens. |
Beta Was this translation helpful? Give feedback.
-
Posted at 2020-04-17 by Old_account I only had the widgets load in after the LCD times out, no clock... |
Beta Was this translation helpful? Give feedback.
-
Posted at 2020-04-17 by Purple-Tentacle I changed the widget position from bottom left to top left and now it is working.
|
Beta Was this translation helpful? Give feedback.
-
Posted at 2020-04-17 by Old_account Oh... I really liked that positioning of the widget. Would be sad if it doesn't work. |
Beta Was this translation helpful? Give feedback.
-
Posted at 2020-04-17 by @gfwilliams Argh! Sorry, looks like a typo in If you try a build from http://www.espruino.com/binaries/travis/master/ in a few minutes, it should now be fixed |
Beta Was this translation helpful? Give feedback.
-
Posted at 2020-04-17 by Old_account Confirmed fixed in v2.05.441. |
Beta Was this translation helpful? Give feedback.
-
Posted at 2020-04-17 by Old_account @Purple-Tentacle One observation: The buzz doesn't go off when the timer reaches zero, but rather one second after when END is displayed. In other words, a 10 second timer becomes an 11 second timer... Edit: and maybe a reset option in the app? To set everything back to zero. |
Beta Was this translation helpful? Give feedback.
-
Posted at 2020-04-17 by Purple-Tentacle
And in v2.05.442. |
Beta Was this translation helpful? Give feedback.
-
Posted at 2020-04-17 by Purple-Tentacle
Yes, that is because I am checking only for full seconds, not ms. I changed it so that it now alerts when difference is < 1000, so it alerts at the right second (500 ms left is <1000). Advantage: buzzes when 00:00 is shown. But this is an extreme case and I could live that. Nevertheless, I added the following note to the readme file.
Good idea, will do that. |
Beta Was this translation helpful? Give feedback.
-
Posted at 2020-04-17 by Purple-Tentacle 0.02 released |
Beta Was this translation helpful? Give feedback.
-
Posted at 2020-04-17 by Old_account Works great! |
Beta Was this translation helpful? Give feedback.
-
Posted at 2020-04-20 by Purple-Tentacle I made a bugfix. Normally only 00:00 (minutes:seconds) should de displayed, when less than 1 hour is left. But I miscalculated the milliseconds. |
Beta Was this translation helpful? Give feedback.
-
Posted at 2020-04-20 by Tx Hm. Why is in the travis master no bangle.js build file? The older build directories look completly different. |
Beta Was this translation helpful? Give feedback.
-
Posted at 2020-04-20 by DerGuteWolf @tx: 2.05.442 is here: http://www.espruino.com/binaries/travis/daec4c2ece1cdc52f8784a361b9e48991cf5e78d/ |
Beta Was this translation helpful? Give feedback.
-
Posted at 2020-04-21 by @gfwilliams The version number change is due to the actual 2v05 release. Things ended up getting a bit messed up because I did a 2v05 release for KickStarter Bangles before everything else. The lack of current build seems to be due to a Travis issue I'm afraid. Sometimes the build systems just don't pull in all the required files. Next update (soon I imagine) will cause a new build which will fix it |
Beta Was this translation helpful? Give feedback.
-
Posted at 2020-04-21 by DerGuteWolf @gfwilliams: So the "bleeding Edge" is currently http://www.espruino.com/binaries/travis/c998d8b6f9d81fa02bcb8765b4203a0e369110f8/ with espruino_2v05.17_banglejs.zip ? |
Beta Was this translation helpful? Give feedback.
-
Posted at 2020-04-21 by @gfwilliams Right now, yes. |
Beta Was this translation helpful? Give feedback.
-
Posted at 2020-04-16 by Purple-Tentacle
I wanted to have a timer which does not need an app to be opened to run.
So I created a widget.
Have fun with it and provide feedback :)
https://github.com/espruino/BangleApps/tree/master/apps/chronowid
Beta Was this translation helpful? Give feedback.
All reactions