nwootton / MMM-UKLiveBusStopInfo

Magic Mirror Module for UK bus information. Returns real-time info about a SPECIFIC bus stop
MIT License
17 stars 12 forks source link

showRealTime @ showDelay = True causes it to stick at 'Loading bus info' #4

Closed Krisalexroberts closed 7 years ago

Krisalexroberts commented 7 years ago

Hi,

When I set the following: showRealTime: true, // Optional - show realtime departure info showDelay: true, // Optional - show delay in minutes based on Real Time info vs Time table It gets stuck at 'loading'

When removed, it appears fine.

nwootton commented 7 years ago

Hi

I've just tried it at this end starting with everything off and then adding each option. It hasn't failed to load for me yet.

screen shot 2017-04-02 at 09 02 40

Have you tried starting the mirror in dev mode and looking at the console? If so do you see any errors in the console?

Can you send me the ATCOCode - I'll look at the raw data from TransportAPI, it might be something missing in the JSON response that makes the calculation fail.

nwootton commented 7 years ago

@Krisalexroberts Did you solve your problem with this module? Is it still happening?

nwootton commented 7 years ago

Closing this as no further comments/replies