The following works fine:
Code: Select all
blocks[2] = {} // ThermoSmart room temp
blocks[2]['width'] = 4;
blocks[2]['title'] = 'Kamer temp';
blocks[2]['last_update'] = true;
Code: Select all
blocks[5] = {} // Weather Underground local station
blocks[5]['width'] = 4;
blocks[5]['title'] = 'Lokaal weer';
blocks[5]['last_update'] = true;
Already tried to just show just one item of the dashboard by specifying '5_1' within the colums spec instead of just 5, but that just shows the temp as expected but again without the 'last seen'.
Anyone a clue of what I do wrong? Couldn't find it quickly in the code so before starting to do a deep dive and trying to debug the issue, maybe I just missed something which I couldn't find on the wiki or forum?