Read the statement by Michael Teeuw here.
MMM-meteoblueCurrent: Loading weather....???
-
Re: Meteoblue Current Weather Module
I have implemented your Module, the MM2 is starting and then nothing happens.
Loading weather…
Can you tell me what is wrong in my config?
It doesn’t work with your location and nor with my location lon, lat and asl values!{ module: 'MMM-meteoblueCurrent', position: 'top_right', config: { apikey: 'xxxxxxxxxxxx', // my personal api key is new and has 12 numbers or letters city: 'Oberrieden', lat: '47.2744', lon: '8.5784', asl: '464' } },
the log of mm2 tell me nothing is wrong. All other forecast modules are working: 0|mm | No helper found for module: currentweather. 0|mm | Initializing new module helper ... 0|mm | Initializing new module helper ... 0|mm | No helper found for module: weatherforecast. 0|mm | No helper found for module: wuforecast. 0|mm | No helper found for module: mmm-weatherchart. 0|mm | Initializing new module helper ... 0|mm | No helper found for module: MMM-forecast-io. 0|mm | No helper found for module: MMM-meteoblueCurrent. 0|mm | Initializing new module helper ... 0|mm | No helper found for module: netatmo. 0|mm | No helper found for module: airquality. 0|mm | Initializing new module helper ...
-
Same Problem! Any Solution?
-
no, no help from the developer.
-
@lolobyte can you start your mirror with
npm start dev
and check for errors there -
Hi,
the problem is this:
{
“error_message”: “MB_REQUEST::DISPATCH: This datafeed is not authorized for your api key”,
“info”: “Need help? Please contact info@meteoblue.com and provide this information”,
“servertime”: 1496747976
}I wrote meteo blue and here is the answer:
Your URL query is an outdated JSON feed, which is no longer offered and supported by us. For non-commercial purposes we offer the Data package basic-day.
I talked to the developer from MMM-meteoblueCurrent…answer:
he will update this soon! Maybe next week!
-
@ace0024 said in MMM-meteoblueCurrent: Loading weather....???:
Hi,
the problem is this:
{
“error_message”: “MB_REQUEST::DISPATCH: This datafeed is not authorized for your api key”,
“info”: “Need help? Please contact info@meteoblue.com and provide this information”,
“servertime”: 1496747976
}I wrote meteo blue and here is the answer:
Your URL query is an outdated JSON feed, which is no longer offered and supported by us. For non-commercial purposes we offer the Data package basic-day.
I talked to the developer from MMM-meteoblueCurrent…answer:
he will update this soon! Maybe next week!
Is still no updated right?