Hi,
I try to setup the RMV module, but constantly fail with this message on the mirror: [Loading data] and nothing happens after.
This message on the mirror stays forever and is never replaced with real time-table data.
For testing I am working with a minimal setup: Clock in the upper left corner and the ‘MMM-RMV’ module in the upper right corner.
This is my ‘MMM-RMV’ section:
{
module: 'MMM-RMV',
position: 'top_right',
config: {
apiKey: '12345678-1234-1234-1234-123456789abc',
stationId: '30000001', // default is: '30000001' - 'Frankfurt (Main) Hauptwache'
fDestination1: 'Frankfurt (Main) Hauptbahnhof', // default is: 'Frankfurt (Main) Hauptbahnhof'
}
},
On the console that is used to launch the mirror application (npm start) I get the following error message:
“Error: No connection data received. Error Code: 500”
The HAFASReST Interface documentation tells me the following about the Error Code 500:
Error Code 500:
- SVC_SMS: fail to send sms
- SVC_FAILED_SEARCH: unsuccessful search
- SVC_NO_RESULT: no result found
- SVC_NO_MATCH: no match found
- INT_ERR: internal error
For testing purposes I invalidate my apiKey into something random and receive this Error Code 403:
Error Code 403:
- API_AUTH: access denied for ‘key’ on ‘service’
So I trust my real apiKey is valid and accepted by RMV.
The other the base modules plus MMM-GoogleMapsTraffic or MMM-SoccerLiveScore are fully functional.
Replacing this character ’ by this " has no effect in the script.
Does anyone have an idea what may go wrong here, why am I not receiving live RMV transport data?
Cheers
ukc