Weather forecast today

Here’s my lovelace yaml:

        - type: custom:weather-card-chart
          weather: weather.openweathermap_hourly
          mode: hourly
          icons: /local/custom_icons/weather/static/
          show_main: false
          show_attributes: false
          temp1_color: rgba(157, 165, 180, 1.0)
          style: |
            ha-card {
              padding-top: 5px !important;
              margin-top: 5px !important;
              margin-bottom: -10px !important;
              border-top: 5px solid #222;
            }
            .main {
              display: none !important;
            }
            .attributes {
              display: none !important;
            }

Uses card-mod (🔹 Card-mod - Add css styles to any lovelace card [available via HACS])

1 Like