Embed function not appearing to work

I have created several dashboards to embed in a web page I use in the house for quick viewing. It has worked for a long time ( years) but I have recently upgraded the system - I have my own emonpi.

The system now displays the report title even though when I call the view it has embed=1 attached to it before the apikey.

I see it added in the file :view-source:http://…/dashboard/view?id=15&embed=1&apikey=…

This is happening on all my dashboards so must be dynamically creating it…

Has the creation of the dashboard changed to automatically add the name of the report as a title.

How do I remove it?

Thanks

This will likely be related to all the recent work I’ve been doing on emoncms, I’m expecting a few teething issues. Can you share a screenshot and I will take a look later

Hi,
I have just this minute found the error in dashboard_view.php

There is a piece of code on line 47 that displays

Can’t insert code so can’t show it but basically h2 then insert $dashboard[‘name’]

which I have commented out and it now works.

Andy B