@earthcompatible/node-red-contrib-workspace-banner 1.0.1

Workspace banner and status overlay node for Node-RED editor

npm install @earthcompatible/node-red-contrib-workspace-banner

@blaxer/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

Install

npm install @blaxer/node-red-contrib-workspace-banner

Example

{
  "payload": {
    "text": "SYSTEM ONLINE",
    "backgroundColor": "#004400",
    "textColor": "#ffffff",
    "fontSize": 28,
    "showLed": true,
    "ledColor": "#00ff00"
  }
}

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

Screenshots

Init

Init Status


Alarm Mode

Alarm Mode


License

MIT

Node Info

Version: 1.0.1
Updated 5 days ago
License: MIT
Rating: not yet rated

Categories

Actions

Rate:

Downloads

182 in the last week

Nodes

  • workspace-banner

Keywords

  • node-red
  • node-red-contrib
  • banner
  • status
  • workspace
  • overlay
  • editor
  • hud

Maintainers