Mini Media Player Status (Now Playing) of Switch at Player Card

Hello,

I would like to ask if at the Below Mini Media PLayer Configuration which i want on tap action to turn on the switch out1in1s can display the status of the switch at Mini Media Player Card or when the switch is on to display Now Playing and when is off to not display anything. I have try someways but i can’t make it work.

type: custom:mini-media-player
entity: media_player.volumio
volume_stateless: false
group: false
artwork: material
hide:
  next: true
  play_pause: true
  play_stop: true
  prev: true
  volume: true
  power: true
tap_action:
  action: call-service
  service: switch.turn_on
  service_data:
    entity_id: switch.out1in1s

I am also lost with the configuration of the Mini Media Player.
I am trying to configure the MMP in my Dashboard to play http://playerservices.streamtheworld.com/api/livestream-redirect/SKYRADIO.mp3 on one of my Echo devices, but no success so far.
I created a list of 4 radio stations from the data base.
This is what I have as code

   type: custom:mini-media-player
entity: media_player.zeide_office

When I tell Alexa Radio Browser it plays nr 1 of the list, but I’m trying to get the button to work and also create Automations.