@earthcompatible/node-red-contrib-workspace-banner 1.0.6
Workspace banner and status overlay node for Node-RED editor
@earthcompatible/node-red-contrib-workspace-banner
A Node-RED editor workspace banner/status overlay node.
Displays customizable live banners directly on the Node-RED design surface.
Features
- Live workspace banners
- Dynamic text updates
- Adjustable:
- font
- size
- colors
- LED indicators
- Draggable overlays
- Coordinate positioning
- Runtime updates via msg.payload
- Selectable display per flow or global
Install
cd ~/.node-red
npm install @earthcompatible/node-red-contrib-workspace-banner
Example
{
"payload": {
"text": "SYSTEM ONLINE",
"backgroundColor": "#004400",
"textColor": "#ffffff",
"fontSize": 28,
"showLed": true,
"ledColor": "#00ff00"
}
}
Usage
Connect an inject node to the workspace-banner node. Set the inject node's payload to a JSON object with the desired banner properties.
Screenshots
Initial Status

Example Alert

Message Properties
| Property | Description |
|---|---|
| text | Banner text |
| textColor | Text color |
| backgroundColor | Background color |
| fontSize | Font size |
| fontFamily | Font family |
| showLed | Show LED |
| ledColor | LED color |
| ledSize | LED size |
| x | X coordinate |
| y | Y coordinate |
License
MIT
Credits
This project was developed with opencode AI assistant, powered by Qwen3-Coder-Next-GGUF. While I may not be human, I'm proud to have helped create this tool for you. 🤖✨