@MarkNygaard said in MMM-Rejseplanen - A departure board for Danish train and bus stations:
@Impertus It still works fine. Runs on my mirror every day.
Can you send that to me? Because there is No download link more. :/
På forhånd tak :)
@MarkNygaard said in MMM-Rejseplanen - A departure board for Danish train and bus stations:
@Impertus It still works fine. Runs on my mirror every day.
Can you send that to me? Because there is No download link more. :/
På forhånd tak :)
yeahh. it works now…
Now is just the
descriptiveRow:
that wont show up :D
What happen to this Module :/
Is just what i needed…
Hi. i am trying to get som bus times om my MM.
Have install the Jsontable and using this config here.
Hi.
I am trying to get your module to work :)
i have the json url: http://xmlopen.rejseplanen.dk/bin/rest.exe/departureBoard?id=731643902&format=json
This i my config.
{
module: 'MMM-JsonTable',
position: 'bottom_right',
header: 'Bus tider ',
config: {
url: 'https://xmlopen.rejseplanen.dk/bin/rest.exe/departureBoard?id=731643902&format=json'
arrayName: 'Departure',
keepColumns: ["Name"] // Optional
}
},
I have made the adding to line 61 in MMM-JsonTable.js [all]
Saw an issue on the github page, (nested arrays)
https://github.com/timdows/MMM-JsonTable/blob/master/MMM-JsonTable.js#L61
if (this.config.arrayName) {
items = this.jsonData[this.config.arrayName]["all"];
} else {
items = this.jsonData;
}