-
Notifications
You must be signed in to change notification settings - Fork 25
Description
When viewing a dashboard with a single embedded graph (created by graph module) the data is only present whilst fully logged in or by setting the feeds to public.
When fully logged in this is the dashboard seen with the graph populated with data
When not logged in and the read (or the write) apikey is included eg https://myserver/emoncms/dashboard/view/occupancy&apikey=abc123etc we see the page, the graph but no data
however that same data can be seen on a different dashboard when logged out and using just the read apikey in the url such as https://myserver/emoncms/dashboard/view/main&apikey=abc123etc
The only way I seem to be able to get the data to show in the graph is by setting all the feeds concerned to public which is not desirable nor needed for other dashboards.


