15.04.2020, 11:13
Hi,
I would like to visualize Grafana dashboards via my mosaic HIM
I test it on the same LAN, I do not use the cloud service yet
I have a Grafana server hosted on the same network (192.168.0.xxx) than my LogicMachine
I tried with 2 widget:
- "inline frame" with "http://192.168.0.xxx:3000/d/GHZKAk3Zk/dash-test?orgId=1&from=1586343769866&to=1586948569866&panelId=2" as parameter
- plain html:
but it do not work currently
any clue to make it working ?
best regards
I would like to visualize Grafana dashboards via my mosaic HIM
I test it on the same LAN, I do not use the cloud service yet
I have a Grafana server hosted on the same network (192.168.0.xxx) than my LogicMachine
I tried with 2 widget:
- "inline frame" with "http://192.168.0.xxx:3000/d/GHZKAk3Zk/dash-test?orgId=1&from=1586343769866&to=1586948569866&panelId=2" as parameter
- plain html:
Code:
<!DOCTYPE html>
<html>
<head>
<title>test</title>
</head>
<body>
<iframe src="http://192.168.0.xxx:3000/d/GHZKAk3Zk/dash-test?orgId=1&from=1586343769866&to=1586948569866&panelId=2" width="450" height="200" frameborder="0"></iframe>
</body>
</html>
but it do not work currently
any clue to make it working ?
best regards