kalkih / mini-graph-card

Minimalistic graph card for Home Assistant Lovelace UI
MIT License
3.05k stars 237 forks source link

No graph will display #718

Closed syntaxalen closed 2 years ago

syntaxalen commented 2 years ago

I am a noob so please forgive me. I tried to google it and found others with the same problem but nothing works for me. The entity is pulling but the data itself is not( see photo).

Screenshot 2022-02-03 012110

max5962 commented 2 years ago

Same here ( since Two days ) It seems something (an update ) is breaking something :

mini-graph-card-bundle.js:1 mini-graph-card: DOMException: Transaction timed out due to inactivity. xc @ mini-graph-card-bundle.js:1

MINI-GRAPH-CARD 0.11.0

ildar170975 commented 2 years ago
  1. You have not provided a code for the card.
  2. Check these sensors with a conventional history-graph.
max5962 commented 2 years ago

hello @ildar170975 it was working well before.

  1. page "home" : working image
  2. switch to parameter page : not working image
  3. refresh parameter page : working image
  4. switch to home home page : not working image
  5. refresh home page : working image

And no error in console :(

ildar170975 commented 2 years ago

Please check again my previous post. No code - no recommendations. If you have doubts in mini-graph-card - try to reinstall it. And clean the browser's cache just in case.

syntaxalen commented 2 years ago
  • You have not provided a code for the card.
  • Check these sensors with a conventional history-graph.

Sorry! Here it is

type: custom:mini-graph-card entities:

syntaxalen commented 2 years ago

fixed it! Looks like I didn’t have default_config: in my yaml

ildar170975 commented 2 years ago

That is why I asked about testing with history-graph. Please, close the issue if it is solved.