I created a downloads folder in both my www location and as well in config location trying both, with the speedtest.png file. So the file is there, I just can’t figure out how to show it.
I utilize Grafana in a docker container and then utilize grafana-rederer so this may or may not help:
# from my camera.yaml which is "camera: !include camera.yaml" but can the follow can also just be in configuration.yaml if you put "camera:" and then indent everything else
#Grafana
- platform: generic
name: grafana_AQI
still_image_url: 'http://10.74.1.224:3000/render/d-solo/hmhTkNOMk/environmental?height=500&orgId=1&panelId=6&refresh=30m&tz=America/Los_Angeles&width=1000'
username: !secret GrafanaUser
password: !secret GrafanaPw
verify_ssl: false
- platform: generic
name: grafana_AQI_hist
still_image_url: 'http://10.74.1.224:3000/render/d-solo/hmhTkNOMk/environmental?orgId=1&refresh=30m&from=now-1d&to=now&panelId=7&width=1000&height=500&tz=America%2FLos_Angeles'
username: !secret GrafanaUser
password: !secret GrafanaPw
verify_ssl: false
I have also noticed that picture cards sometimes do not like to display images that change.
On my desktop I can use the picture card to display an animated GIF with no issues, but looking at the same exact card on the companion app will not work. If I make it a camera then display it then it works:
Glad I could help.
I have not played with either of those cards (at least I don’t recall) so can’t help much there. You could for now just use the entities card with a picture glance for now to have the information available to show.
When I modify a card, I copy it then modify the copy to see if it works, it has saved me lots of time.