bestlibre / hassio-addons

173 stars 110 forks source link

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

Open lampenschakelen opened 5 years ago

lampenschakelen commented 5 years ago

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.