Speak daily reminders

Share and discuss your flows and ideas with other users.

Moderator: Martin

Post Reply
vamzicool
Posts: 67
Joined: 29 Dec 2014 17:47

Speak daily reminders

Post by vamzicool » 30 Jun 2015 18:46

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

vamzicool
Posts: 67
Joined: 29 Dec 2014 17:47

Re: Speak daily reminders

Post by vamzicool » 03 Jul 2015 18:08

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
Attachments
daily_reminders.txt
This is just a sample dail_reminders.txt file.
(681 Bytes) Downloaded 928 times

Post Reply