[SOLVED] Last update date/time in metric widget

Any way to display the last update date and time in the metric widget? The default “last value” widget just says “latest value” which isn’t that helpful.

Thanks,

-Brian

Hi @bbrandaw,

We are looking for resolve your problem, will get back to you once it is solved.

Hi @bbrandaw

Now you can use {{timestamp}}option, example:

An example of some options that you can use:

{{timestamp | date:‘medium’}}: Oct 28, 2010 10:40:23 PM
{{timestamp | date:‘yyyy-MM-dd HH:mm:ss Z’}}: 2010-10-28 22:40:23 -0500
{{timestamp | date:‘MM/dd/yyyy @ h:mma’}}: 10/28/2010 @ 10:40PM

That looks great, thanks! It’s only working for my last_value widgets, though. I’m using minimum and maximum value widgets as well, and the timestamp isn’t appearing for those.

I’m displaying temperature readings from a variety of Raspberry Pi’s around my property. I’m using the minimum and maximum operations to show the day’s high and low temperatures. Ideally I could see when those temperatures were recorded in the widget.

Appreciate the responsiveness!

Hi @bbrandaw,

In this moment we don’t support this feature and technically can be a really long work, however I will added to the backlog of development.

Gustavo.

That’s fine Gustavo, thanks for taking a look at this for me.

-Brian