Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
lampenschakelen opened this issue Mar 2, 2019 · 0 comments

Comments

@lampenschakelen
Copy link

lampenschakelen commented Mar 2, 2019

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.

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant