Page 1 of 1
new interactiveHeatmap block
Posted: Wed Aug 10, 2022 10:53 am
by davidefa
I've started working on this block a while back, it is by no means complete ( only standard sensors + UV + L are currently supported )
I like being able to glimpse a whole year data in this way

- interactiveheatmap01.png (25.77 KiB) Viewed 24887 times
ver 0.2
- reduced memory usage
Re: new interactiveHeatmap block
Posted: Thu Aug 11, 2022 7:48 pm
by davidefa
ver0.3
- added extrasensors
Re: new interactiveHeatmap block
Posted: Sat Aug 13, 2022 8:57 pm
by BlueBear
Installed but I can't get it to work!
Bottom of page in middle column
https://tinyurl.com/bdf2d7x7
Bill
Re: new interactiveHeatmap block
Posted: Sun Aug 14, 2022 8:20 am
by Meteomeano
Hi, to me it interferes with interactiveGraph. Removed that works, just go to Edit setting and Save setting at the bottom of the page and it works.
Mario
Re: new interactiveHeatmap block
Posted: Sun Aug 14, 2022 9:23 am
by davidefa
Yes, it interferes with the block interactiveGraph ( I didn't notice it as I don't have both blocks shown at the same time, but I should have known, as I derived the block from interactiveGraph : - (
This fix should let both blocks to coexist.
ver 0.4
- renamed variables/functions ( to fix incompatibility with interactiveGraph block )
P.S.
There is another issue, you may find, if you have the block 'in first layer' of the homepage ( I mean not in a menuBlock at level 2 or subsequent ):
- the heatmap could be called before a needed library is loaded ( this could be fixed with this mod of indexDesktop.php script, it contains also a similar fix for rain block not showing the 'liquid image' )
This mod is not 'strictly' needed, but useful if you find the above issue
Re: new interactiveHeatmap block
Posted: Mon Aug 15, 2022 4:20 pm
by alexvanuxem
nice work!