On my dashboard now has a text
node which shows this:
The 99 is the name of the node and the graphic is sent in the message.
It is a text
node.
With my recent messing around, I have become adventurous with the dashboard.
I am wanting to add a button
node in the equation.
I know this is not the best example, because in the text
node, I can make it more like this:
(repost of image)
Note now it is spaced differently.
That is kind of better.
So I replace the text
node with a button
node.
This is what I get:
Alas the name and the icon are now adjacent. (Not wanted)
And I think it is a different size also/anyway. (am I seeing things?)
This is the button
node code:
[{"id":"6a470aeb.6cca7c","type":"ui_button","z":"c191bc17.3b5c5","name":"","group":"40967838.08e488","order":0,"width":"2","height":"1","passthru":false,"label":"99 {{msg.payload}}","tooltip":"","color":"","bgcolor":"","icon":"","payload":"","payloadType":"str","topic":"","x":650,"y":190,"wires":[[]]},{"id":"40967838.08e488","type":"ui_group","z":"","name":"Health alarm","tab":"ce4bcacd.5cc46","order":9,"disp":true,"width":"6","collapse":false},{"id":"ce4bcacd.5cc46","type":"ui_tab","z":"","name":"VTEMP","icon":"dashboard","order":21,"disabled":false,"hidden":false}]
This is the text
node code:
[{"id":"e21636d1.2ff9b8","type":"ui_text","z":"c636aa5a.cc34","group":"1f5fe937.c354c7","order":9,"width":"2","height":"1","name":"99","label":"99","format":"{{msg.payload}}","layout":"row-spread","x":1540,"y":3327,"wires":[]},{"id":"1f5fe937.c354c7","type":"ui_group","z":"","name":"Cat-5","tab":"1c792414.600e94","order":3,"disp":true,"width":"10","collapse":false},{"id":"1c792414.600e94","type":"ui_tab","z":"","name":"Telemetry","icon":"track_changes","order":2,"disabled":false,"hidden":false}]
I know I should know what I am wanting, but I am stuck what can be done.
I'm looking for anything I can do to get the same output on the button
node as I get with the text
node.
Ok, yes the two examples are from different machines.
The working two (the first two) are on one machine. The example one (the button
one) is on another.
That is because deploys take a long time to do and it is my main machine.
The other one - with the button
is my test machine.
(NUC)