MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.

    MMM-RMV "Loading data"

    Scheduled Pinned Locked Moved Troubleshooting
    15 Posts 2 Posters 5.5k Views 2 Watching
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • C Offline
      CvG
      last edited by

      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',
                                      }
                      },
      
      1 Reply Last reply Reply Quote 0
      • yawnsY Offline
        yawns Moderator
        last edited by

        Does it work with default stationid and destination?

        1 Reply Last reply Reply Quote 0
        • C Offline
          CvG
          last edited by

          No, it is not working with any value.

          1 Reply Last reply Reply Quote 0
          • yawnsY Offline
            yawns Moderator
            last edited by

            Interesting. I requested an API key to test it

            1 Reply Last reply Reply Quote 0
            • C Offline
              CvG
              last edited by

              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

              yawnsY 1 Reply Last reply Reply Quote 0
              • yawnsY Offline
                yawns Moderator @CvG
                last edited by yawns

                @CvG
                Would you mind sharing your api key via chat with me? I still did not receive any feedback from the vendor

                Update: just received my api key

                1 Reply Last reply Reply Quote 0
                • C Offline
                  CvG
                  last edited by

                  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

                  1 Reply Last reply Reply Quote 0
                  • yawnsY Offline
                    yawns Moderator
                    last edited by

                    Interesting. Using this does show connections for me:

                                    {       module: 'MMM-RMV',
                                            position: 'top_left',
                                            config: {
                                                    apikey: 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx',
                                                    stationId: '3000001',
                                                    }
                                    },
                    

                    Using your config fails for me, debug console shows an error.

                                    {       module: 'MMM-RMV',
                                            position: 'top_left',
                                            config: {
                                                    apikey: 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx',
                                                    stationId: '3025547',
                                                    }
                                    },
                    

                    I hope I find some time tomorrow to dig into this.

                    1 Reply Last reply Reply Quote 0
                    • C Offline
                      CvG
                      last edited by CvG

                      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.

                      yawnsY 1 Reply Last reply Reply Quote 0
                      • yawnsY Offline
                        yawns Moderator @CvG
                        last edited by

                        @CvG
                        In node_helper.js you find //console.log(some thing with url)
                        Remove the // and restart your mirror. You will see the url in terminal, not browser

                        1 Reply Last reply Reply Quote 0
                        • 1
                        • 2
                        • 1 / 2
                        • First post
                          Last post
                        Enjoying MagicMirror? Please consider a donation!
                        MagicMirror created by Michael Teeuw.
                        Forum managed by Sam, technical setup by Karsten.
                        This forum is using NodeBB as its core | Contributors
                        Contact | Privacy Policy