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

    CvG

    @CvG

    0
    Reputation
    325
    Profile views
    8
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    CvG Unfollow Follow

    Latest posts made by CvG

    • RE: MMM-RMV "Loading data"

      Hello,

      yes, I assumed that but finaly you led me to the right solution.

      posted in Troubleshooting
      C
      CvG
    • RE: MMM-RMV "Loading data"

      The “mean” thing is that your relay has the error too, but you wrote that it workes for you.

      posted in Troubleshooting
      C
      CvG
    • RE: MMM-RMV "Loading data"

      Hello,

      now its working.

      My fault was that I misspelled the entry apiKey (I wrote it apikey. With a small k). I found out about this when I displayed the url because the accessId was empty. Now, with a capital letter K it works.

      Thanks for this and you help

      posted in Troubleshooting
      C
      CvG
    • RE: MMM-RMV "Loading data"

      Hmmmmmmmmm?

      That is strange. I’ll check this when I’m back in my office at monday.

      "… shows an error. ", means “loading data” in gui and error 400 or do you get something new?

      When I use my browser to querry the information it works fine. So the data is available for this station.
      Do you know a way to show the url the magicmirror backend uses? This is where my Linux knowlege ends.

      posted in Troubleshooting
      C
      CvG
    • RE: MMM-RMV "Loading data"

      Thanks for you support. There ist an solved issue at the github page that might help you. The open one is mine.

      https://github.com/Com-Lum/MMM-RMV/issues/6

      posted in Troubleshooting
      C
      CvG
    • RE: MMM-RMV "Loading data"

      Hi,

      it still doesn’t work but I have tried something. I disabled every module but MMM-RMV and when I start npm directly I get an Error.

      Error: No connection data recieved. Error code 400

      posted in Troubleshooting
      C
      CvG
    • RE: MMM-RMV "Loading data"

      No, it is not working with any value.

      posted in Troubleshooting
      C
      CvG
    • MMM-RMV "Loading data"

      Hy Everyone,

      i have troubles with the MMM-RMV module. I do have an api-key and can make querries with the url so I know my api-key is working.
      But when i setup my module the onyl thing i get is RMV as the headline and “Loading Data” below it.

      Does anyone ever got this thing working?
      Is it possible to post you module config here?

      Here is mine:

                      {       module: 'MMM-RMV',
                              position: 'center',
                              config: {
                                      apikey: 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx',
                                      stationId: '3025547',
                                      fDestination1: 'Mainz Universität',
                                      }
                      },
      
      posted in Troubleshooting
      C
      CvG