Replies: 2 comments 4 replies
-
I think likely you could have only updated your We have That's what we do for hourly graphs (which is effectively readHourlySummaries) : https://github.com/espruino/BangleApps/blob/master/apps/health/app.js#L104-L107 I'm hesitant to put into the main module as that gets pulled in and used a lot and more stuff could use more memory, but you could add a |
Beta Was this translation helpful? Give feedback.
-
it would be nice if it recorded how much time the watch was unlocked or used. Then you could see how much battery went down while you used it. An addition to battery.. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, if I go to the health tracking app in the watch it self, I can see thet it has menus for battery and temperature, along movement, rate and steps. I do not see any ids for bat/temp on the object. Why are those menus on the watch?
I am trying to port my log viewer from the magic3 I use on the toilets, so that I can finally contribute back an app for the bangle. The logs format I use is very different, and I am struggling a bit to process all the data in a fast way, so that it feels like the viewer I have on the magic.
is there a way to have hours summary within the day, like days summary within the month, like this does?
// Read daily summaries from the given month
require("health").readDailySummaries(d, cb)
I cannot find an app that displays 10minutes info, But I would like to have that on the watch, may I suggest if possible for you to implement those options, so that processing the data would be easier? Or if you have any hits, It would be nice.
require("health").readDailySummaries(d, cb) // like you allready have
require("health").readHourlySummaries(d, cb) // so that I can get only the 24 hourly records or a given day
require("health").readSpecificHourRecords(d, cb) //so that I can get only the 6 10 minutes records for a given hour
this is my final version of the empty cycles log viewer on the magic3, it needs one more depth level to display inhour data for the 10 minutes entries for the health app, and the bangle.js 2 is bit faster, so I think it could work nice.
https://www.youtube.com/watch?v=KPOIvss7Ikc
Beta Was this translation helpful? Give feedback.
All reactions