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

A module for the MagicMirror to display informations about local tranportation.

Results 20 MMM-LocalTransport issues
Sort by recently updated
recently updated
newest added

In the node_helper `request` is used, but there is no package.json to install it. So new users can't use this module. Replacing `request` by internal fetch would also be an...

Hi. I am trying to get the nice module to working :) But when i am adding the code to config.js and start op MagicMirror is just got a black...

Does the updateInterval work? I notice that I am getting charged (in Google cloud) API calls every 5 minutes even though I have update interval set to 90 minutes.

Hi guys, stumbled over the "Loading..." issue by myself. A short debug session revealed that if the distance is too short, google suggests 'walking'. Unfortunately the google API dont specify...

Hi, So I don't know how to figure out the correct origin or destination sometimes it works and sometimes it doesn't with the name I look up in Google Maps....

I have tried everything, changing addresses, display types; but it just shows Loading... ![screenshot 2](https://user-images.githubusercontent.com/23465024/47063133-c7a76e00-d18e-11e8-9634-33c6696b79da.png)

Out of curiosity, would it be possible to add a setting where you set a +x minutes to the (current) departure time? When I use the module with the standard...

First of all, thank you for this module! I use it a lot on my installation. I noticed, that said, a bug on the next trains leaving after midnight. Indeed,...

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:...

Several changes to address issues: 1) Changed http to https for all google icons (and tested that this works) -> should solve Issue #12 2) Added global variable for last...