You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, i have implemented your code. most of it is working however. when i changed the mediapage to my entities is drops me errors on
type: custom:button-card - type: custom:mod-card style: --mini-media-player-icon-color': var(--text-color) #change or remove to use own color --mini-media-player-base-color': var(--text-color) #change or remove to use own color --mini-media-player-accent-color': var(--music-accent-color) #change or remove to use own color border-top-left-radius: 0px !important border-top-right-radius: 0px !important width: 100% transform: 'translate(0%, -100%' card: artwork: none entity: media_player.mediabox_1 group: false
When using mod-card it gives the error that mod-card is not configured. when using card-mod it drops me the i.setconfig is not a function
The text was updated successfully, but these errors were encountered:
Hi, i have implemented your code. most of it is working however. when i changed the mediapage to my entities is drops me errors on
type: custom:button-card - type: custom:mod-card style: --mini-media-player-icon-color': var(--text-color) #change or remove to use own color --mini-media-player-base-color': var(--text-color) #change or remove to use own color --mini-media-player-accent-color': var(--music-accent-color) #change or remove to use own color border-top-left-radius: 0px !important border-top-right-radius: 0px !important width: 100% transform: 'translate(0%, -100%' card: artwork: none entity: media_player.mediabox_1 group: false
When using mod-card it gives the error that mod-card is not configured. when using card-mod it drops me the i.setconfig is not a function
The text was updated successfully, but these errors were encountered: