I have installed the artless gauge to visually upgrade my dashboard but it's not working
- Installation from palette manager without issues
- Created a simple flow as per below
- Deployment doesn't show any errors
- Standard gauge displays value whereas artless gauge doesn't show up on the dashboard at all
- Latest dashboard version installed (2.22.1)
- Node-RED runs on IBM Cloud
Any ideas?
[{"id":"bb363c1.16af3c","type":"inject","z":"ccc529bd.28b628","name":"","topic":"","payload":"","payloadType":"date","repeat":"","crontab":"","once":false,"onceDelay":0.1,"x":120,"y":100,"wires":[["ebf09848.0c0708"]]},{"id":"ebf09848.0c0708","type":"change","z":"ccc529bd.28b628","name":"","rules":[{"t":"set","p":"payload","pt":"msg","to":"4.59","tot":"num"}],"action":"","property":"","from":"","to":"","reg":false,"x":300,"y":100,"wires":[["4f331470.fdee9c","379b4c77.d36b34","f78e796e.733dc8"]]},{"id":"4f331470.fdee9c","type":"ui_artlessgauge","z":"ccc529bd.28b628","group":"777c1571.f45bec","order":0,"width":0,"height":0,"name":"Temp","icon":"","label":"Gauge","unit":"","layout":"radial","decimals":0,"differential":false,"minmax":false,"colorTrack":"#555555","colorFromTheme":true,"property":"payload","sectors":[{"val":0,"col":"#ff9900","t":"min","dot":0},{"val":10,"col":"#ff9900","t":"max","dot":0}],"lineWidth":3,"bgcolorFromTheme":true,"diffCenter":"","x":470,"y":100,"wires":[]},{"id":"379b4c77.d36b34","type":"debug","z":"ccc529bd.28b628","name":"","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"false","x":490,"y":140,"wires":[]},{"id":"f78e796e.733dc8","type":"ui_gauge","z":"ccc529bd.28b628","name":"","group":"777c1571.f45bec","order":1,"width":0,"height":0,"gtype":"gage","title":"gauge","label":"units","format":"{{value}}","min":0,"max":10,"colors":["#00b500","#e6e600","#ca3838"],"seg1":"","seg2":"","x":470,"y":180,"wires":[]},{"id":"777c1571.f45bec","type":"ui_group","z":"","name":"Default","tab":"d39722a3.30349","order":1,"disp":true,"width":"6","collapse":false},{"id":"d39722a3.30349","type":"ui_tab","z":"","name":"Home","icon":"dashboard","disabled":false,"hidden":false}]