I use my phone whilst in the gym but its awkward to access my phone and there's no easily visible clocks. So, I'd like a simple flow that announces the time every 5 mins so I know when I have to leave to get back to work.
Any help is appreciated!
Announce time every 5 minutes
Moderator: Martin
- digitalstone
- Posts: 342
- Joined: 21 Oct 2017 12:36
- Location: The Netherlands
Re: Announce time every 5 minutes
From your trigger, place a "Speech Output" action of which text is like:
Then simply connect it to a "Sleep" action for the x-amount of minutes.
And loop this one back to the Speech Output action.
Code: Select all
The time is {getDate(),dateformat,HH:mm}
And loop this one back to the Speech Output action.
Phone: LG Nexus 5X (rooted vanilla Android 7.1.2)
Re: Announce time every 5 minutes
You probably want to have a look into this trigger:
https://automagic4android.com/en/help/c ... odic_timer
You can configure it to run every 5min. The connect this trigger to the speech output action as indicated by digitalstone.
The main problem with the "sleep+loop" approach is that the flow keeps running all the time, thus consuming more energy.
The periodic timer should - as far as I know - be more efficient.
https://automagic4android.com/en/help/c ... odic_timer
You can configure it to run every 5min. The connect this trigger to the speech output action as indicated by digitalstone.
The main problem with the "sleep+loop" approach is that the flow keeps running all the time, thus consuming more energy.
The periodic timer should - as far as I know - be more efficient.
Re: Announce time every 5 minutes
Thank you both,
Will give these a try and report back...
Will give these a try and report back...

Re: Announce time every 5 minutes
Cheers guys,
I've got this working!
I've got this working!