Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/flowfuse/node-red-dashboard-2-ui-iframe

A Node-RED Dashboard 2.0 widget that allows you to embed an iframe into your dashboard
https://github.com/flowfuse/node-red-dashboard-2-ui-iframe

Last synced: 1 day ago
JSON representation

A Node-RED Dashboard 2.0 widget that allows you to embed an iframe into your dashboard

Awesome Lists containing this project

README

        

# Dashboard 2.0 Node: `ui-frame`

This 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.

## Configuration

### Properties

- **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.

### Dynamic Configuration

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.