hide_data / show_lastupdate Topic is solved

Dashticz, alternative dashboard based on HTML, CSS, jQuery

Moderators: leecollings, htilburgs, robgeerts

Post Reply
webrazor
Posts: 61
Joined: Monday 09 November 2015 9:33
Target OS: Raspberry Pi / ODroid
Domoticz version:
Location: The Netherlands
Contact:

hide_data / show_lastupdate

Post by webrazor »

for some reason the hide_data / show_lastupdate is not working anymore. Can't get is to work on any of the blocks.
For example this is a temperature block i have hide_data = true and show_lastupdate = false but both are still shown.
i'm running latest 2020.1 Domoticz and 3.3.3.1 Dashticz.

Image

CONFIG.js

Code: Select all

blocks['35'] = {} 
blocks['35']['width'] = 6;
blocks['35']['hide_data'] = true; //if you want to hide the data of this block
blocks['35']['show_lastupdate'] = false; //if you want to show the last update specific for this block
anyone any idea?
Nefsolive
Posts: 69
Joined: Monday 04 September 2017 17:13
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: hide_data / show_lastupdate

Post by Nefsolive »

Can you update for the version 3.4.4?

I use the blocks like;
blocks[511] = {width: 6, icon: 'far fa-lightbulb', last_update : false, hide_data : true}

and work great!

Maybe you need update.

Cump.
Lokonli
Posts: 2291
Joined: Monday 29 August 2016 22:40
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: hide_data / show_lastupdate

Post by Lokonli »

The parameter is indeed last_update, not show_lastupdate, to hide the last update info.

It's not possible to hide the value of a temperature device via the hide_data parameter (because then it'wouldn't make sense to show the temperature device) : it's only possible for switches.
webrazor
Posts: 61
Joined: Monday 09 November 2015 9:33
Target OS: Raspberry Pi / ODroid
Domoticz version:
Location: The Netherlands
Contact:

Re: hide_data / show_lastupdate

Post by webrazor »

Both thanks for your response, i missed out on the change of name "show_lastupdate" to "last_update this fixed the problem.
Post Reply

Who is online

Users browsing this forum: No registered users and 1 guest