We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
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.
npm install
moment
require
Sorry, something went wrong.
The problem was in my Google Account. The Api request was limited. One request per day.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: