MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. drfukc
    3. Posts
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.
    D
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 6
    • Posts 22
    • Groups 0

    Posts

    Recent Best Controversial
    • RE: RMV module issue (no live data)

      Additional information:

      Since I edit my files on a Windows machine, I want to double check the encoding of the config.js file (ANSI; UTF-8; etc).
      To verify the encoding, I execute this command in the MagicMirror/config directory: [file -i *]

      file -i *:
      config.js: text/plain; charset=us-ascii
      config.js.sample: text/plain; charset=us-ascii
      config.js.sample.js: text/plain; charset=us-ascii
      config.original.js: text/plain; charset=us-ascii

      Above outcome looks OK for me on my Raspberry Pi.
      Cheers
      ukc

      posted in Troubleshooting
      D
      drfukc
    • RMV module issue (no live data)

      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

      posted in Troubleshooting
      D
      drfukc
    • 1
    • 2
    • 3
    • 3 / 3