112place
WatchMaker Feature Requests All the ideas and discussions
12 votes Vote

Run a custom function while the screen is off

I have been playing around with the use of Lua scripting to try and achieve a similar face to the apple watch fitness app. The idea is to notify you when you have been not moving for 60 min. To do this, I would need to store the last time that a step was recorded (or x steps in y minutes). But right now none of the functions work unless the screen is on, so you only can track steps taken while the screen is on. If we could monitor sensor data in the background like every minute or 5 minutes or have an on_change(sensor) function, that would be awesome For more info, see here: http://www.reddit.com/r/WatchMaker/comments/322mlk/spent_most_of_the_day_on_watchmaker_but_im_going/

glowstiix , 11.04.2015, 16:43
Idea status: under consideration

Comments

DaWeav, 16.09.2017, 14:44
I'm also trying to do a very similar thing with their new wm_sfx sound feature, but it seems to not play the sound unless the Gear S3 screen is on. So using on_hour with wm_sfx to play a sound every hour doesn't work on the S3 unless the screen is on.

Leave a comment