When -according to the docs- setting up alarmeringen and luchtkwaliteit for Delft the actual get command as seen by my browser includes the url for the dashticz instance (as if pre-pended to the actual call)
(I know I am not using https internally, thats for another day)
PS: did a git pull yesterday so I think I am on the latest and greatest
blocks['alarmmeldingen'] = {
rss: 'https://alarmeringen.nl/feeds/city/delft.rss',
filter: 'Delft', //filter the messages for your town and if you want the cities around you
show_lastupdate: true,
width: 12,
refresh: 300, //refresh rate in seconds
results: 5 //number of recent results to show
}
blocks['longfonds'] = {
title: 'Luchtkwaliteit',
zipcode: '1234AB',
housenumber: '123',
switch: true,
width: 12,
// hier uiteraard even mijn echte zip/nr veranderd
}
columns[4] = {
blocks: ['log','alarmmeldingen','longfonds'],
width: 24
}
screens[6] = {}
screens[6]['background'] = 'bg0.jpg';
screens[6]['columns'] = [4];