# Read My TimeOut Remaining value

**URL:** https://discourse.nodered.org/t/read-my-timeout-remaining-value/58745
**Category:** General
**Created:** [21 February 2022 12:14 UTC](https://discourse.nodered.org/t/read-my-timeout-remaining-value/58745 "2022-02-21T12:14:26Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![CarloJongen](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/carlojongen/32/33683_2.png) [@CarloJongen](https://discourse.nodered.org/u/CarloJongen)
#### Post date: [21 February 2022 12:14 UTC](https://discourse.nodered.org/t/read-my-timeout-remaining-value/58745/1 "2022-02-21T12:14:27Z")

</div>

In my workflow I'm using the "My Timeout" node to trigger something. It would be interesting for me if I could also read and display the Remaining counter just below the node. Purpose would be to be able to read the remaining time in sec on the NR UI.  
Is this possible with this node? Or is there an alternative node that works exactly like the My TimeOut node that can readout the remaining time that is left?  
 ![TimeOut](https://us1.discourse-cdn.com/flex026/uploads/nodered/original/3X/6/a/6a188b117f061ff712d8de26f452e1641739055f.jpeg)

---

<div class="post-metadata">

### Author: ![zenofmud](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/zenofmud/32/316_2.png) [@zenofmud](https://discourse.nodered.org/u/zenofmud)
#### Post date: [21 February 2022 13:11 UTC](https://discourse.nodered.org/t/read-my-timeout-remaining-value/58745/2 "2022-02-21T13:11:55Z")

</div>

If you want to display the countdown value on the dashboard, add a debug node to the bottom out of the node and look at what it contains.

---

<div class="post-metadata">

### Author: ![Steve-Mcl](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/steve-mcl/32/4826_2.png) [@Steve-Mcl](https://discourse.nodered.org/u/Steve-Mcl)
#### Post date: [21 February 2022 14:25 UTC](https://discourse.nodered.org/t/read-my-timeout-remaining-value/58745/3 "2022-02-21T14:25:03Z")

</div>

> [@CarloJongen](#):
>
> It would be interesting for me if I could also read and display the Remaining counter just below the node.

Add a status node (point it at this "My Timeout" node)

Attach a debug node to the status node to see what you get

then use the debug features to copy the path to the value

CANNED TEXT...

There’s a great page in the docs ([Working with messages : Node-RED](https://nodered.org/docs/user-guide/messages)) that will explain how to use the debug panel to find the right path to any data item.

Pay particular attention to the part about the buttons that appear under your mouse pointer when you over hover a debug message property in the sidebar.

![BX00Cy7yHi](https://us1.discourse-cdn.com/flex026/uploads/nodered/original/3X/b/d/bd1f333a9e043b061b39917c328b0094d3e52d30.gif)

---

<div class="post-metadata">

### Author: ![CarloJongen](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/carlojongen/32/33683_2.png) [@CarloJongen](https://discourse.nodered.org/u/CarloJongen)
#### Post date: [21 February 2022 14:44 UTC](https://discourse.nodered.org/t/read-my-timeout-remaining-value/58745/4 "2022-02-21T14:44:30Z")

</div>

Thanks [zenofmud](https://discourse.nodered.org/u/zenofmud) and [Steve-Mcl](https://discourse.nodered.org/u/Steve-Mcl)  
The remaining time is in msg.countdown  
The only thing I forgot to enable is the "Repeat message every second". Now I can read the remaining time in the UI, thanks a lot for the tip.

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/flex026/uploads/nodered/original/1X/d073cd938eafa2e558d7c2cd59003b3ef4963033.png) [@system](https://discourse.nodered.org/u/system)
#### Post date: [7 March 2022 14:44 UTC](https://discourse.nodered.org/t/read-my-timeout-remaining-value/58745/5 "2022-03-07T14:44:40Z")

</div>

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.
