Page 1 of 1

Alarm Clock Radio

Posted: 12 Jun 2017 13:50
by Bascule
Hi,

I'd like to be able to set an alarm that will play a certain radio station for me in the morning.

I like to wake up to a specific radio station and I have a radio player that will auto-play when it's started so I think that's that part sorted.

Is it possible to create a widget that will ask me for a time and then launch my app of choice as that time?

Re: Alarm Clock Radio

Posted: 14 Jun 2017 19:01
by Martin
Hi,

You could use a shortcut to start a flow that uses action Input Dialog to ask for a date/time and store the value in a global variable.
You can use trigger Global Variable Date/Time to trigger the flow at the time stored in the global variable.

Regards,
Martin

Re: Alarm Clock Radio

Posted: 15 Jun 2017 08:49
by Bascule
OK, cheers Martin, I'll give that go...