jclarke0000 / MMM-MyCommute

This a module for the MagicMirror. It shows your commute time using Google's Traffic API
67 stars 26 forks source link

Hungarian address #21

Open zoldev opened 5 years ago

zoldev commented 5 years ago

Hi!

How can i add my hungarian address? { module: 'MMM-MyCommute', position: 'top_right', config: { apikey: '######', origin: 'Orczy ut 46-48 Budapest', startTime: '00:00', endTime: '23:59', hideDays: [0,6], destinations: [ { destination: 'Vegyesz utca 17-25 Budapest', label: 'Parafix', mode: 'driving', time: null } ] } },

It is not working! Just loading... thx

julien-bouquet commented 5 years ago

I'm testing with your parameters, and it's work. Do you have npm install in this module ? it's require to get library moment and require.

zoldev commented 5 years ago

The problem was in my Google Account. The Api request was limited. One request per day.