20.02.2018, 22:32
Hi,
Like the script says:
--****************** DON'T CHANGE ANYTHING UNDER THIS LINE *****************--
--**************************************************************************--
But you changed this line:
trends_table = db:getall('Temperatura - Giorno') -- This is not a valid query
Set it back to original:
trends_table = db:getall('SELECT name FROM trends ORDER BY name DESC')
BR,
Erwin
Like the script says:
--****************** DON'T CHANGE ANYTHING UNDER THIS LINE *****************--
--**************************************************************************--
But you changed this line:
trends_table = db:getall('Temperatura - Giorno') -- This is not a valid query
Set it back to original:
trends_table = db:getall('SELECT name FROM trends ORDER BY name DESC')
BR,
Erwin