A Node-RED Dashboard 2.0 widget that allows you to embed an iframe into your dashboard
npm install @flowfuse/node-red-dashboard-2-ui-iframeui-frameThis node allows you to embed an external webpage into your Dashboard 2.0 applications using an iframe. This can be useful for displaying content from other services or websites.
- size: Width and height of the iframe in the context of the Dashboard layout. It's recommended _not_ to use _"auto"_ sizing.
- src: The URL of the webpage you want to embed in the iframe.
You can override the src value defined in Node-RED by passing a msg.src value to the iframe. This can be useful for dynamically changing the content of the iframe based on user input or other events.