Add more-info to a markdown card?

using a very simple markdown card:

  - type: markdown
    style: |
      ha-card {
      background: ivory;
      border-radius: 6px;
      }
    content: >
      **Weersverwachting:**

      <font color= {% if states('sensor.dark_sky_temperature')|float >= 20 %} #f00
      {% else %} #008000 {% endif %} > 
      <ha-icon icon= {{states('sensor.weather_icon')}}></ha-icon> - {{ states('sensor.dark_sky_daily_summary')}} </font>

Id like it to have a more-info option, and show the details of a weather integration weather.home_darksky showing all its attributes, or a meteogram or camera entity, like camera.weer_home

other than creating maybe a button with the markdown text, is this possible by modding the markdown?

1 Like
1 Like

I am aware of the card, use(d) it, but why do you post this here? There’s no more-info option in the markdown-mod?

btw it is now deprecated and superseeded by the native markdown card: Markdown-mod - Improve the built-in markdown card

Apologies, I must have not read the question properly. I blame my early morning head.

no need, no worries. :wink: thought I might have missed something…thanks for chiming in though.