SpoturDeal / MMM-Bose-Soundtouch

This module shows the music that is playing in your MagicMirror
MIT License
3 stars 3 forks source link

Compatibility with Bose Home Speaker 500 #5

Open Kuhlemann opened 5 years ago

Kuhlemann commented 5 years ago

It does not seem to work with the Bose Home Speaker 500. Any tweak you can implement to make this work? Thank you.

SpoturDeal commented 5 years ago

Can you try to enter the IP address and portnumber followed by /now_playing

Op zo 21 apr. 2019 16:27 schreef Stefan Kuhlemann <notifications@github.com

:

It does not seem to work with the Bose Home Speaker 500. Any tweak you can implement to make this work? Thank you.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/SpoturDeal/MMM-Bose-Soundtouch/issues/5, or mute the thread https://github.com/notifications/unsubscribe-auth/AGKV2IOARYHGFRDTHIGUO3LPRR2TPANCNFSM4HHLX7IA .

Kuhlemann commented 5 years ago

At the moment the line in my config file looks like this:

apiBase: '192.168.9.72 /now_playing',

Which port shall add behind "72"? Thanks again for the fast reply.

SpoturDeal commented 5 years ago

http://192.168.9.72:8090/now_playing should give you the currently playing info. If you don't see anything please check the ipaddress otherwise you should see a XML file

Kuhlemann commented 5 years ago

Opening this link in my browser results in the follwing message:

Object Not Found The requested URL '/now_playing' was not found on the RomPager Advanced server.

It seems to work different with the Soundtouch then with the Home Speaker 500.

SpoturDeal commented 5 years ago

I have just checked the Bose Developer website.

At the website they give a lot of information and examples how to build an app for Apple or Android. But no information on the API.

Be one of the first to develop for a new breed of smart speakers with superior Bose sound quality. The Bose Smart Home API will give your application the ability to control our smart speakers and soundbars and send them audio notifications. Together, we can help people get the most out of their smart homes.

Be among the first to hear when we launch our developer preview, coming in 2019. Enter your contact information below to have Bose Developer Relations send you Smart Home related email updates and news. You can unsubscribe at any time.

It seems there is no API available yet. As soon as it is there I will receive an email and look into it.

Happy Easter

Kuhlemann commented 5 years ago

Ok, thank you. And happy Easter for you too!

SpoturDeal commented 5 years ago

The API from the Home Speakers is totally different from the Soundtouch API. This means a new module must be made for the Home Speaker I hope there is someone that can help..