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?
Alarm Clock Radio
Moderator: Martin
Re: Alarm Clock Radio
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
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
OK, cheers Martin, I'll give that go...