Grafana chart embed NR dashboard not working

I'm trying to embed a Grafana chart in the Node-red dashboard with the help of a template node, unfortunately it will not work.

I'm getting the error "Panel with id not found" in the dashboard.
Strange is that there's no number behind id.
NRgrafana

My NR flow:

[{"id":"36f2a1d9.002e0e","type":"ui_template","z":"7f7f3db3.06b064","group":"823680c1.f02838","name":"Untitled Theme 1","order":0,"width":"6","height":"8","format":"<iframe src=\"http://192.168.1.127:3000/d-solo/llRlQpigz/verwarmings-ketel?orgId=1&amprefresh=1m&ampfrom=1565301543037&ampto=1565387943038&amppanelId=4\" width=\"450\" height=\"200\" frameborder=\"0\">\n    \n</iframe>\n","storeOutMessages":true,"fwdInMessages":true,"templateScope":"local","x":770,"y":300,"wires":[["1e210187.07cca6"]]},{"id":"3b481742.bcbb28","type":"catch","z":"7f7f3db3.06b064","name":"","scope":null,"x":740,"y":360,"wires":[["1e210187.07cca6"]]},{"id":"1e210187.07cca6","type":"debug","z":"7f7f3db3.06b064","name":"","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"true","x":1000,"y":360,"wires":[]},{"id":"823680c1.f02838","type":"ui_group","z":"","name":"Drukknoptesp","tab":"2cf836c.01dcbca","disp":true,"width":"6"},{"id":"2cf836c.01dcbca","type":"ui_tab","z":"","name":"Home","icon":"home","order":"1"}]

In the iframe link that Grafana created I have changed the & to &amp to get rid of the named entity expected error.
In the grafana.ini i have changed or edit # enable anonymous access enabled = true
and allow_embedding=true

What could be the problem?

Grafana 6.3.2 Nr 0.19.5

Does it work if you put the top level grafana url in rather than going to a specific page?

Just noticed that you have &amp instead of &amp; but whether that is the problem I don't know.

1 Like

The forgotten ; was the problem Colin, thanks for your help again.