Possible to use built-in cards with picture-elements, panel mode?

I have created a 3D Floor plan and want to add some other cards (e.g. weather) on top of some grey-area in the floorpan. I know I can do it with custom-elements, but is there a way to use HA built in cards?

Thanks

type: picture-elements
elements:
  - type: custom:hui-element
    card_type: entities
    entities:
      - sun.sun
    style:
      top: 50%
      left: 50%
image: /local/images/test/orange.jpg

image

Thank you!

My next issue is I’m trying to use the browser-mop popup service with a picture elements icon… any idea what I’m doing wrong? Nothing pop’s up.

          - type: state-icon
            entity: switch.guest_bedroom_fan_switch
            style:
              left: 10%
              top: 52%
              opacity: 100%
            tap_action:
              action: call-service
              service: browser_mod.popup
              data:
                title: Guest Bedroom
                content:
                  type: custom:hui-element
                  card_type: entities
                  entities:
                    - light.guest_bedroom_fan_light
                    - fan.guest_bedroom_fan

The thread title is about “built-in cards with picture-elements”.
Suggest to mark it as “solved” and ask your next question (which is unrelated to the main topic) either in a new thread or in a browser-mod-related thread.

Will do, thanks.