Page 1 of 1

Error : angle outside

Posted: Saturday 28 August 2021 9:22
by Doudy
Hello,

With debug F12 I have following error :
Capture1.PNG
Capture1.PNG (9.83 KiB) Viewed 144 times
My block wind6 device:

Code: Select all

blocks['wind6'] = {
	idx: 114,   // Vitesse Vent
	title: 'Vitesse du Vent', 
	type: 'dial',
	color: '#57c4d6', // couleur cyan
	values: [
			{
			value: 'Data',
			addClass: 'bigwind',
			decimals: 1,
			//unit: ' Km/h',
			}
	],
	setpoint: 0, 
	offset: 180,
	width: 2,
	showring: false,
	showunit: true,
	shownumbers: true,
	last_update: true,
	showvalue: false,
	min: 0,
	max: 110,
}
The same for wind4 and wind7
An idea ?