CFenner / MMM-LocalTransport

A module for the MagicMirror to display informations about local tranportation.
MIT License
43 stars 15 forks source link

Loading Connections #29

Open uringlas opened 6 years ago

uringlas commented 6 years ago

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

GHLasse commented 6 years ago

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:

CFenner commented 6 years ago

I remove the API key for security reasons..