Temperature automation 3

hey everyone !
im reading the value of my temperature with the protocol SNMP, im seeing the value of`temperature in the debug window, how can i put it into a gauge?
this is my flow so far

[{"id":"7b63875c.18d888","type":"tab","label":"Flow 6","disabled":false,"info":""},{"id":"a41536f9.f9aed8","type":"inject","z":"7b63875c.18d888","name":"","topic":"","payload":"","payloadType":"date","repeat":"","crontab":"","once":false,"onceDelay":0.1,"x":100,"y":80,"wires":[["d6764006.403b3"]]},{"id":"6564c945.0f4f98","type":"debug","z":"7b63875c.18d888","name":"","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"false","x":630,"y":180,"wires":[]},{"id":"d6764006.403b3","type":"snmp","z":"7b63875c.18d888","host":"192.168.0.100","community":"iheblaabidi","version":"1","oids":"1.3.6.1.4.1.3854.1.2.2.1.16.1.3.0","timeout":"","name":"","x":340,"y":120,"wires":[["6564c945.0f4f98"]]}]

Have you installed node-red-dashboard?
did you read the README and if so, what part didn't you understand?

yes the dashboard is already installed, what i didnt untrestand is how to extract the value of temperature from the SNMP node and display it in the dashboard.

The docs might have a page to help…
https://nodered.org/docs/user-guide/messages

and the cookbook will show you how to move bits of data if you need to
cookbook.nodered.org

thank you