How to build a spotify or radio stream ✓ Alarmclock wakup alarm? With hassio / modipy get here the tips and trixs

First of all thanks a lot for making Modipy work directly in Hassio.

Mopidy addon for hass.io

I like to wake up with a nice spotify music song.
After some time i like to play a audio stream with the news information.

  • I have modipy running it’s working with spotify. ✓
  • How can i play a music stream?
  • I like to change the volume up after period of time.
  • Soonze button? .

What is the best way? To do is?
I found already the following youtube video to set the automation rules.
See are using this to control a WAKE UP LIGHT.

When you like to setup Modipy here is an example configuration.
{
“local_scan”: true,
“options”: [
{
“name”: “local/media_dir”,
“value”: “/share/mopidy/media”
},
{
“name”: “m3u/playlists_dir”,
“value”: “/share/mopidy/playlists/”
},
{
“name”: “spotify/username”,
“value”: “put here youre spotify username”
},
{
“name”: “spotify/password”,
“value”: “put here youre spotify password”
},
{
“name”: “spotify/client_id”,
“value”: “put here youre spotify client_id”
},
{
“name”: “spotify/client_secret”,
“value”: “put here youre spotify secret_id”
}
]
}

Because on the README.MD is not th full code right now.
Maybe you can add my code in the to youre README.MD file.