Page 2 of 2

Re: Garbage module not loading for Rova

Posted: Saturday 31 July 2021 11:18
by Pandabeer
I still have problems within Dashticz wit garbage collector - ROVA - It's keep saying 'loading' and a grey out garbage box

If I choose another service operator then the tile gives the message : Address unknown

Code: Select all

blocks['mygarbage'] = {
    company: 'rova',
    zipcode: '79****',
    street: 'ro******',
    housenumber: **,
}

Code: Select all

var garbage = {}
config['garbage_mapping'] = {
    rest: ['grof', 'grey', 'rest', 'grijs','grijze'],
    gft: ['gft', 'tuin', 'refuse bin', 'green', 'groen', 'Biodégradables', 'snoei'],
    pmd: ['plastic', 'pmd', 'verpakking', 'kunststof', 'valorlux'],
    papier: ['papier', 'blauw', 'blue', 'recycling bin collection'],
    kca: ['chemisch', 'kca','kga'],
    brown: ['brown', 'verre'],
    black: ['black', 'zwart'],
    milieu: ['milieu'],
    kerstboom: ['kerst'],
};

config['garbage'] = {
    gft: {kliko: 'green', code: '#375b23', name: 'GFT', icon: 'img/garbage/kliko_green.png'},
    pmd: {kliko: 'orange', code: '#db5518', name: 'PMD', icon: 'img/garbage/kliko_orange.png'},
    rest: {kliko: 'grey', code: '#5e5d5c', name: 'Restafval', icon: 'img/garbage/kliko_grey.png'},
    papier: {kliko: 'blue', code: '#153477', name: 'Papier', icon: 'img/garbage/kliko_blue.png'},
    kca: {kliko: 'red', code: '#b21807', name: 'Chemisch afval', icon: 'img/garbage/kliko_red.png'},
    brown: {kliko: 'brown', code: '#7c3607', name: 'Bruin', icon: 'img/garbage/kliko_brown.png'},
    black: {kliko: 'black', code: '#000000', name: 'Zwart', icon: 'img/garbage/kliko_black.png'},
    milieu: {kliko: 'yellow', code: '#f9e231', name: 'Geel', icon: 'img/garbage/kliko_yellow.png'},
    kerstboom: {kliko: 'green', code: '#375b23', name: 'Kerstboom', icon: 'img/garbage/tree.png'},
};

Code: Select all

/*afval ophaalgegevens*/
config['garbage_use_cors_prefix'] = false;

Code: Select all

/*herschrijf RSS indien nodig*/
config['default_cors_url'] = 'http://cors-anywhere.herokuapp.com/';
Somebody knows the solution? Working with the latest master

Re: Garbage module not loading for Rova

Posted: Saturday 31 July 2021 12:14
by HansieNL
More people had problem with Rova and should be fixed in latest beta.
Can you try that version?