You don’t say which theme but some theme makers prematurely deprecated one of the variables many custom cards still use. See the release notes (breaking changes last item) for 0.113.0 for details and add the variable back to your theme. If using google-dark theme, the dev has reverted the change…
Thanks David, I will take a look, and it is IOS theme…
as luck would have it I switched to that this week… the ios-dark-mode-blue-red one. It seems ok… did you check for updates?
I just looked and it seems like the latest version. paper-card-background-color: var(–ha-card-background) is in there which apparently is in the breaking changes, so I will play around with it.
Dark mode works fine BTW, just light mode and only with MMP all other cards are fine.
that’s mapping to a valid variable though so should be ok… which specific light theme?
NVM I see it now… I’ll have a lookie…
iOS Light Mode Theme - dark-blue
I’m looking at it now and it states primary-text-color: “#464a47” so I am unsure why MMP is pulling the white text and icon from, possibly from secondary-text-color: “#000000”
yeah it’s there…
But white text…
Paper-slider-font-color is also #000
FWIW you can search the js for the variables and see if they are used…
Just spotted this is the theme!..
Custom
mcg-title-letter-spacing: .15em
mini-media-player-base-color: white
mini-media-player-icon-color: white
Removed and now all good…
I saw that as well… so it’s probably using the default colours now for those? Did you contact the theme dev to see what he thinks about it? He might want to fix the theme?
Yes it’s pulling the defaults now, I may contact the dev later, unsure why he put it in there, maybe it suits his needs.
Thanks for your help
I’m also looking for a similar solution for my Nintendo Switch, where a different background will show on mini media player when the Switch is connected to the TV. I don’t have a solution, but I have a workaround for your Plex option.
I use the Universal Media Player component and link the mini-media player to that. Put your Plex media player at the top of the children list, and your LG WebOS TV at the bottom of the list, and the component is smart enough to display the Plex player (and its artwork) if it is currently playing. It will default back to the LG WebOS TV when Plex stops playing.
I love the new 10.0 update that just released! Finally the progress bar is now longer bugged on Safari (I always assumed this was a HA bug). I have one question: is it possible to have the text styling of the new ‘material’ artwork for other artwork styles? I like how the text collr adapts based on the background.
Right now I have the text color set to white with artwork as a full-cover. But with white artwork, the text is unreadable. Is there a way to have adaptable text colors for other art work styles as well?
After the latest update my artwork is not refreshing anymore and i have always the artwork of the first track i played…
What changed ?
EDIT: I think it can depends from the spotify lovelace card… i will ask in that thread…
EDIT2: No, it i think, depends from mini-media-player card… I really have no refreshing or changing about artwork and title track!
Hi,
I try to control a number of radio channels via chortcuts, can’t find what I am doing wrong here.
The channels do switch via the standard pull down menu.
Can someone help me out here ?
artwork: cover
entity: media_player.marantz_nr1510
idle_view: when_idle
info: scroll
max_volume: 100
name: Radio
shortcuts:
align_text: center
buttons:
- id: 'http://icecast.vrtcdn.be/mnm-high.mp3'
name: MNM
type: channel
- id: 'http://playerservices.streamtheworld.com/api/livestream-redirect/JOE.mp3'
name: JOE
type: channel
- id: 'http://playerservices.streamtheworld.com/api/livestream-redirect/JOE.mp3'
name: 90's
type: channel
- id: 'http://icecast.vrtcdn.be/stubru-high.mp3'
name: Stu Bru
type: channel
columns: 4
sound_mode: full
type: 'custom:mini-media-player'
volume_stateless: false
Recent changes have made this card different from every other card in my theme. The volume slider in particular. I managed to get the slider button and active side back to normal by setting this in my theme:
mini-media-player-accent-color: "var(--paper-slider-knob-color)"
However the inactive part of the slider is still different. I don’t seem to be able to find the theme variable to change this:
Normal slider for comparison:
Edit: answering my own question. it seems to be:
mini-media-player-overlay-color:
it would be really nice it this card’s theme options lined up with home assistant’s. Especially considering the new class option coming for card mod 2.0.
thank you. was exactly searching for the same
That’s not an intentional change, thanks for letting me know.
What else is different?
Right now I have the text color set to white with artwork as a full-cover. But with white artwork, the text is unreadable. Is there a way to have adaptable text colors for other art work styles as well (like with the new material one)?
Ah, glad to hear it.
My card is pretty minimal, so I’ve only noticed the chevron for the drop-down source list and the volume slider. Both were set to accent colour.
About my last post concerning no refreshing of the card i show you two screenshots i actually see on my UI Frontend. The music is stopped maybe one hour ago but as you see the cards still show the artwork and the title track and also the play button is always on (and it remains on also i i press it to go off).
Using the internal UI reload nothing change… Only a chrome reload or a clear cache will solve this…
Do you think it depends from your card or from other causes?