Hi,
I’m hoping someone has experience with getting Grafana panels into the Lovelace front end. I’ve been able to make it work, but it’s not very pretty. I get the best results using an iframe
card and a link to the panel from the Grafana share option.
For example:
This comes from an iframe
card configured as:
type: iframe
url: >-
https://<mydomain>/grafana/d/8p8pTz4iz/weather?orgId=1&refresh=10s&panelId=6&fullscreen&kiosk=1
aspect_ratio: 50%
But there are a couple of problems:
- There is a big grey border between the
iframe
card edge and the chart - There is a strange scroll bar on the right
It would be great to hear from anyone who has experience with making these work better.
Thanks,
Nick