Renato Rossi

Results 50 comments of Renato Rossi

Install the latest version of the card and use your `sensor...._moon_phase_0d`

Hi, I don't know the Ecowitt station but I can help you to connect your sensors to the board. Post here the sensors of your station and I will try...

you need to change the `.temp` and `.tempc` css classes. For example: ``` style: | .temp { .... } .tempc { .... } ``` See: https://github.com/r-renato/ha-card-weather-conditions/blob/master/src/ha-style-summary.ts

You need to adjust the font size (e.g.: 49px -> 39px -> ...) ``` style: | .temp { font-size: calc(49px + (26 - 14) * ((100vw - 300px) / (1600...

ok, give me some time to do this. Renato

Hi, can you post here the browser console logs?

Hi, the first sensor is sensor._0d, see the example: ``` type: custom:ha-card-weather-conditions name: "cc_test" language: it animation: true weather: icons_model: climacell forecast: meteogram: camera.cc_test_c2 icons: day_1: sensor.cc_test_weather_condition_0d day_2: sensor.cc_test_weather_condition_1d day_3:...