MMM-LocalTransport icon indicating copy to clipboard operation
MMM-LocalTransport copied to clipboard

Loading Connections

Open uringlas opened this issue 7 years ago • 2 comments

Hallo, Leider bekomme ich die immer die Meldung : Lade Verbindungen.. Was habe ich falsch gemacht ? Hier meine Config:

{
  module: 'MMM-LocalTransport',
  header: 'Zur Schule',
  position: 'top_left',
  config: {
    api_key: '',
    origin: 'Nedderhulden,Borstel-Hohenraden, Germany',
    destination: 'Quickborn Süd, Quickborn, Germany',
    maximumEntries: 4,
    maxWalkTime: 15,
    displayWalkType: 'full',
    maxModuleWidth: 400
  }
},

MFG Niklas

uringlas avatar Apr 13 '18 12:04 uringlas

I am assuming, that you did get an api key and entered it correctly. The connection loads fine in Google - also within the walk time you specified.

You can try and get more information, by looking at the log from the browser console. To do this:

  • set up your config parameters to allow access from your laptop or computer IP (other than your RPi, but on the same network). You can find the IP of that computer using terminal and typing ipconfig or ifconfig depending on the operating system.
  • find the IP of your RPi (ifconfig in the RPi terminal)
  • start the magic mirror
  • open the mirror on your other computer by opening a browser and typing in the RPis IP followed by a colon and the port number (try 8080 or 8000, or look online. I don't have my MM at hand)
  • open developer tools of the browser and look at the console tab.
  • You should see a lot of messages coming from different modules.
  • See if you find anything useful there you can post here so we can help you figure out what is going on.

GHLasse avatar Apr 18 '18 12:04 GHLasse

I remove the API key for security reasons..

CFenner avatar Apr 18 '18 12:04 CFenner