jclarke0000/MMM-MyCommute

Still working?

Esteidinger opened this issue · 2 comments

Is this repo still working? I attempted to install it today with the instructions, and even changed the header and I can not get this widget to load.

I don't even get a loading.

If others have it working I will continue to debug on my side, but it seems like there have been a lot of issues lately, so it seemed worth checking in.

Just got it working yesterday, so seems to me it still works

@Esteidinger did you managed to get it working? I have the same problem, my configuration, simplified is:

{
module: 'MMM-MyCommute',
position: 'top_left',
config: {
apikey: '*******',
origin: '65 Front St W, Toronto, ON M5J 1E6',
startTime: '00:00',
endTime: '23:59',
hideDays: [0,6],
destinations: [
{
destination: '14 Duncan St Toronto, ON M5H 3G8',
label: 'Air Canada Centre',
mode: 'walking',
color: '#82E5AA'
}
]
}
},

and doesn't even display a "Loading..."

Thanks