-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Json data keeps loading #12
Comments
Yes correct. items = this.jsonData.DepartureBoard[this.config.arrayName]; Hope all is working fine now! |
Hi. |
@golli1337 Is there any debug information in the console of your broswer? |
|
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-Json.js [all]
The text was updated successfully, but these errors were encountered: