Je ne suis pas developpeur mais le problème se situe ici pour moi … !this.loaded … comme il n’arrive pas a charger je ne sais quoi … il m’affiche le message “chargement” ou “loading…” …
If someone can help me :)
if (lines.length > 0) {
if (!this.loaded) {
wrapper.innerHTML = “Chargement …”;
wrapper.className = “dimmed light small”;
return wrapper;
} else {
wrapper.className = “paristransport”;
wrapper.appendChild(table);
table.className = “small”;
}
} else {
wrapper.className = “small”;
wrapper.innerHTML = “Configuration now requires a ‘lines’ element.
Check github da4throux/MMM-Paris-RATP-PG
for more information”;
}