It doesn’t visualize both min,avg and max graph but only one.It happens with every entity,i tried to create a new card,clear cache but no way.
My config is the same as in the example on github page and never a problem before 0.9.1.
- type: custom:mini-graph-card
entities:
- entity: sensor.dark_sky_temperature
aggregate_func: max
name: Max
color: #e74c3c
- entity: sensor.dark_sky_temperature
aggregate_func: min
name: Min
- entity: sensor.dark_sky_temperature
aggregate_func: avg
name: Avg
color: green
name: Temp outside daily (last week)
hours_to_show: 168
group_by: date
This is exactly why I decided to start logging the version number.
I’ve had many HACS users reporting issues with getting the latest version to load properly even though HACS says it’s installed, from my understanding reinstalling the card usually fix it.
What mini-graph-card version does it say at the top of the developer console log?
Try without the extrema and average show options, does it work correctly without them? If that’s the case make sure you got the very latest version of the card, HACS seems to not update the card correctly in some cases, see post 1082.
Yeah it’s the exact same thing. Not sure what @ludeeus is doing about it - he closed the issue and refers to it in a different issue as well but there hasn’t been a new HACS version for a while. HACS is also deleting some custom components when I update them as well now so really not sure what is going on. (It’s gotten so bad with cards not updating that I use Winmerge to compare old vs new with updates to see if there has been any change!)
I just tried it in chrome instead of firefox and it works without a problem with the newest version of hacs and the mini card.
If I try it in firefox private mode it works…