Rebooted.
No change.
I do get this error:
0|mm | [5:13:03 PM] - MMM-OpeningHours : Starting helper: MMM-OpeningHours
0|mm | Sockets connected & modules started ...
0|mm | Launching application.
0|mm | (node:2342) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 1): TypeError: Cannot read property 'refs' of undefined
0|mm | (node:2342) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
I suppose the API key is right, as it finds the (street)name.
And it increases the usage counter for Google Places for my account.
But no opening times.
On Google Maps opening times are visible for this ID.
0|mm | json:
0|mm | { html_attributions: [],
0|mm | result: { name: 'Laufamholzstraße 76' },
0|mm | status: 'OK' },
0|mm | requestUrl: 'https://maps.googleapis.com/maps/api/place/details/json?fields=name%2Copening_hours&language=en&placeid=ChIJ9SpsbxZYn0cRhBEv4PE_Tvs&key=<key>',
0|mm | query:
0|mm | { fields: 'name,opening_hours',
0|mm | language: 'en',
0|mm | placeid: 'ChIJ9SpsbxZYn0cRhBEv4PE_Tvs',
0|mm | key: '<key>' } }
And I do not see a mapping between place id, street name and the name of the place.
