New question!
Is it possible not to display the indications 'NNE and 9.4 and other' but not lastupdate


Moderators: leecollings, htilburgs, robgeerts
I do not completely understand your question.
Code: Select all
blocks['wind'] = {
idx: 43,
title: 'Vitesse-Vent', // Vitesse vent
type: 'dial',
subtype: 'windspeed',
color: '#99cc00',
width: 2,
decimals: 1,
values: ['windspeed'],
min: 0,
max: 100,
showring: true,
showunit: true,
shownumbers: true,
last_update: true,
showvalue: true,
}
You can set the values parameter to an empty array to hide the additional data, like this:Doudy wrote: ↑Monday 07 March 2022 10:22 Hello,
Yes show only 28.1 and lastupdate and
hide direction and other details
My block :also for 'windgust'Code: Select all
blocks['wind'] = { idx: 43, title: 'Vitesse-Vent', // Vitesse vent type: 'dial', subtype: 'windspeed', color: '#99cc00', width: 2, decimals: 1, values: ['windspeed'], min: 0, max: 100, showring: true, showunit: true, shownumbers: true, last_update: true, showvalue: true, }
![]()
Code: Select all
blocks['windspeed'] = {
idx: 39,
title: 'Wind speed', // Vitesse vent
type: 'dial',
subtype: 'windspeed',
values:[]
}
Users browsing this forum: No registered users and 1 guest