# Is this a bug? Double name on gauge

**URL:** https://discourse.nodered.org/t/is-this-a-bug-double-name-on-gauge/6059
**Category:** Dashboard
**Created:** [22 December 2018 07:32 UTC](https://discourse.nodered.org/t/is-this-a-bug-double-name-on-gauge/6059 "2018-12-22T07:32:44Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![Trying\_to\_learn](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/trying_to_learn/32/28400_2.png) [@Trying\_to\_learn](https://discourse.nodered.org/u/Trying_to_learn)
#### Post date: [22 December 2018 07:32 UTC](https://discourse.nodered.org/t/is-this-a-bug-double-name-on-gauge/6059/1 "2018-12-22T07:32:44Z")

</div>

While on another quest I have seen this happen.....

Overview:  
Gauge.

I have used them before and know that I can specify the value from msg.value. (Yeah, ok. You need a way to set the value. Obviously.)

Just for the fun of it, I wondered if I can set the name from the payload.

With the value, the field has {{value}} and gets the msg.value.

So in the name field I put {{payload}}. Hey what can go wrong? 🤣

So this is the flow (nodes)

```auto
[{"id":"87662fab.fa0568","type":"inject","z":"7c7f2d66.26e524","name":"","topic":"","payload":"Another name","payloadType":"str","repeat":"","crontab":"","once":false,"onceDelay":0.1,"x":190,"y":2310,"wires":[["588f0b24.aa9dec"]]},{"id":"588f0b24.aa9dec","type":"ui_gauge","z":"7c7f2d66.26e524","name":"Name","group":"f59d4de4.88757","order":0,"width":0,"height":0,"gtype":"gage","title":"{{payload}}","label":"units","format":"{{value}}","min":0,"max":10,"colors":["#00b500","#e6e600","#ca3838"],"seg1":"","seg2":"","x":440,"y":2350,"wires":[]},{"id":"f59d4de4.88757","type":"ui_group","z":"","name":"TEMP","tab":"503e0814.c173b8","order":2,"disp":true,"width":"6","collapse":false},{"id":"503e0814.c173b8","type":"ui_tab","z":"","name":"Real World Control2","icon":"dashboard","order":12}]

```

But this is what I get when I press the inject node:

I get the top one, but the second (lower one)?

 ![Screenshot%20from%202018-12-22%2018-30-17](https://us1.discourse-cdn.com/flex026/uploads/nodered/original/2X/9/9011c3ea98ce6eb1560a679d75b22ae2259b3407.png)

---

<div class="post-metadata">

### Author: ![Trying\_to\_learn](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/trying_to_learn/32/28400_2.png) [@Trying\_to\_learn](https://discourse.nodered.org/u/Trying_to_learn)
#### Post date: [22 December 2018 08:31 UTC](https://discourse.nodered.org/t/is-this-a-bug-double-name-on-gauge/6059/2 "2018-12-22T08:31:09Z")

</div>

Ok.

I goofed.

Problem found.

Sorry.
