@andreydk1981/node-red-dashboard-2-ui-projector 0.1.16
A Node-RED Dashboard 2.0 widget with a projector icon
Node-RED Dashboard 2.0 - Projector Widget
Release note (v0.1.6): added compatibility metadata (Node.js >=16, Node-RED >=3.1.15) and example flow.
A simple Node-RED Dashboard 2.0 widget that displays a projector icon.
Installation
- Install dependencies:
npm install
- Build the widget:
npm run build
- Link to your Node-RED installation (for development):
npm link
cd ~/.node-red
npm link @andreydk1981/node-red-dashboard-2-ui-projector
- Restart Node-RED
Development
To develop the widget with hot-reload:
npm run dev
Then open http://localhost:5173 in your browser.
Usage
After installation, you'll find the "ui-projector" node in the Node-RED palette under the Dashboard category. Drag it onto your flow, configure it to be part of a Dashboard 2.0 group, and deploy.
The widget will display a projector icon on your dashboard.
Structure
/nodes- Node-RED node definition files/ui- Vue.js component files/resources- Built widget files (generated)vite.config.mjs- Vite build configurationpackage.json- Package definition
License
Apache-2.0