A Node-RED Dashboard UI widget providing a minimal gauge with linear and radial layouts. Version 0.3.12, stable, periodic updates. Supports regular and differential modes, configurable segments, animation, dashed lines, and various icon sets (Font Awesome, Material, Weather Icons Lite, Iconify). Differentiates from alternatives like ui-gauge by offering a cleaner design, differential mode, and more customization for line styles.
npm install node-red-contrib-ui-artless-gaugeNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows installation and basic usage of the gauge node in Node-RED with a flow example.
Install node-red-dashboard via npm or Palette Manager.
Use plain text in 'Label' field; for rich text, consider alternative nodes.
Set width and height to same value for predictable radial gauge size.
Add <script src="https://code.iconify.design/1/1.0.7/iconify.min.js"></script> to dashboard.
Disable animation if gauge is jittery or dashboard is unresponsive.
Experiment with values; if gauge looks odd, adjust line width.
Test in target browsers; use 'round' only if supported via stroke-linecap attribute.
Install via npm: npm install node-red-contrib-ui-artless-gauge, or use Node-RED Palette Manager.
Ensure msg.payload is a number before passing to gauge node.
Create a UI group in Node-RED Dashboard settings and assign gauge node to a group.
Use correct Font Awesome 4.7 or Material icon name. For Iconify use prefix 'iconify-' and ensure script is added.
Set width and height equal or accept that the gauge will be square.