Page 1 of 1

Speak daily reminders

Posted: 30 Jun 2015 18:46
by vamzicool
I wanted my phone to speak daily reminders at specified times. So I made these two flows. Day flow initializes the times and the reminders in a map variable. Speak next reminder flow uses the global date/time variable trigger to speak the reminder when specified time is reached for each reminder in the map variable. The flows are given below :
http://automagic4android.com/flow.php?i ... ce3367b6cd

Re: Speak daily reminders

Posted: 03 Jul 2015 18:08
by vamzicool
Since the last flows had the reminders inside the script, I have modified it so that now we can save the reminders in a separate file inside the automagic folder. The text file should be named as daily_reminders.txt and should have comma separated values like
6:00, "Time to wake up"
6:15, "Time to exercise"

Any changes made to this text file will result as input to the file observer flow. This flow also moves the next reminder to the nearest one against the current time. And as in the previous post, the speak next reminder now speaks the reminder plus displays it on the notification bar. I have also added a simple text widget which shows the upcoming reminder.

Flows and widget => http://automagic4android.com/flow.php?i ... a5279a4bcd