Actually it seems to be a google chrome problem. It works on my ipad with safari, and on my android with edge and firefox but NOT on my computer or android tablet running google chrome? :o
I’m not sure about tuneIn, but to add another button, just do like this.
Media content is platform dependant so the id, type and even supported sources may vary between components.
- type: custom:mini-media-player
entity: media_player.suite_speaker
artwork: cover
info: short
shortcuts:
buttons:
- name: Eldorado
icon: mdi:radio
type: music
id: http://estadaohls-lh.akamaihd.net/i/estadaohls_1@301351/master.m3u8
- name: Second station
icon: mdi:radio
type: music
id: http://example.com/radio.m3u8
Clear cache maybe? Works as expected for me on Chrome after the latest update (which had the same issue as you had before).
Is it possible that your media player doesn’t support the stop service, what component is it?
Found the issue, I tried update using the HACS. But apparently that did not work.
So i did a manual update instead using the latest mini-media-player-bundle.js.
And now it works!! Perfect… Thank you Very much for your help!
Great!
The resource reference for the card changed in HACS a few months back so if that was the problem you might have to update it (if you want to use the card with HACS in the future).
Can someone help me get the grouped cards working? Im trying to follow the example in the docs (see below) but Im a bit confused. The initial multi-room player…how do I create that? Right now, I have 3 seperate sonos speakers in different rooms that I would like to group together.
The example you’re looking at is simply displaying how you can group several mini media player cards into “one card”, it’s just a layout example and won’t provide any extra features or functionality.
This shortcut would do the same thing as your button, but I don’t really see the need for the switch, as you could just call media_player.select_source directly.
- name: example name
type: service
id: switch.toggle # or turn_on, not sure which one you want.
data:
entity_id: switch.skyq_bbconelounge
And if the media player entity of which source you want to change is the same as the card entity, you could just do:
If you’re still on an older version of HACS the “old” resource url might still point to the correct location.
You can easily figure this out by navigating to the card in HACS and check what resource reference is stated there.
Otherwise try reinstalling the card in HACS and if that doesn’t help consider opening an issue in the HACS repo.