First of all thanks a lot for making Modipy work directly in Hassio.
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.
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.
First of all thanks a lot for making Modipy work directly in Hassio.
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.
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.
https://youtu.be/DOXrBFo6-2Q?t=232
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 the full code right now. Maybe you can add my code in the to youre README.MD file.