This is pretty awesome. I’m trying to get it to work with my Echo multi-room setup. It mostly works, except there’s a couple things that don’t and I’m not sure why.
The Power and Mute buttons do nothing. I can’t figure out how to make them work.
There’s a drop-down next to the power button for the Office Echo; in that drop down there’s one choice, “Local Speaker”. I have no idea what this means, and it doesn’t seem to do anything. What is it, and is there a way to hide this?
This is what it looks like right now:
EDIT: For anyone else wondering, I got rid of the power button with a hide setting, and the little drop down next to my one echo was apparently the source so I hid that too because I don’t think that works with Echos. Now if only the Mute button would work…
You seem to have figured it out but many features of the card requires that they are implemented in the media player platform/component, sometimes they are implemented differently so results may vary.
I think the mute button should work, it’s at least implemented in the alexa (I think that’s what you use?) component. Try updating the component or open an issue in the component repository on github.
Hey, thanks!
I’m not sure but I don’t think so.
This is what I found when searching for info about it: Cannot group Sonos system with Google Home devices and the answer seem to indicate that it isn’t possible.
Two screen captures below. First is working fine, second is broken. Please let me know if I can help with this in any way. Both power and mute button work, as well as the sonos player controls. When bringing up the entity details dialogs, the controls are there.
I did install 1.5.1 after taking these captures, still see the problem there.
Okay, I tried adding fallbacks to some CSS variables to see if that solved it, but I guess not.
If you could play around in the element inspector in chrome/firefox dev-tools that would be helpful. Try adding the style color: red; to the invisible buttons, try on the paper-icon-button or ha-icon elements for example and see if the icon become visible.
Thanks!
Yes, broke with v1.5.0 unfortunately, I’ve addressed the issue and it’s fixed in v1.5.1.
Unfortunately no, updating didn’t solve it. I restarted HA, reload the Lovelace config and did a “Shift” + reload in Chrome and FF. Still behind other entries.
Uninstall through HACS, remove the entry from Lovelace config, then install again (v1.5.1) add to Lovelace (or just use the add option with HACS) then restart HA. This way worked for me
@VMCosco Rounded corners work through the main theme, at least in my case. I have created a theme and used 10px rounded corners for the cards config. The entities of Mini Media Player adopts this as well automatically. See screenshot below.
Sorry to bother, but still no luck. But it changed it’s behaviour, so I’m thinking, the new version and cache shouldn’t be the issue.
Maybe it’s something on my side?
I made a screenshot ( the buttons are just for demo in the picture). With the last version, the select menu is a little too much left (I’d say a minus padding).
I’ve started getting a few random errors in my log recently, anyone seen these?
https://xxxxx.duckdns.org/community_plugin/mini-media-player/mini-media-player-bundle.js:1:0 NotSupportedError: 'mmp-group-item' has already been defined as a custom element
and
http://172.16.x.x:8123/community_plugin/mini-media-player/mini-media-player.js:1:68553 NotSupportedError: Cannot define multiple custom elements with the same tag name
I have a few instances of media player running on a page, and everything still works… so not sure what this is related to
Sounds like your browser is somehow running the mini-media-player code twice.
Make sure you only have one resource reference for the card, you could also try clearing cache.