Two problems, one nicetohave:
1) code below show 8 devices, I'm only interested in the first one (current/actual)
Code: Select all
blocks['kWh'] = {
idx: 427, //The Domoticz device id
title: 'kWh', //The title of the block as shown in the dial.
width: 6, //The width of the block relative to the column width
}
2) making the font bigger in CSS does not adjust the background, the big font floats over the small background rectangle
custom.css:
Code: Select all
.block_kWh {
font-size:120px !important;
}