Re: New plugin [pimatic-wunderground]
Hey again,
… have been blocked by some other tasks for a while but now came back to my PI
After doing open updates yesterday evening (pimatic, pim-homeduino, pim-mob-front, pim-surise), beside some dozens of ‘node errors’, my test PI now runs on the latested status - except node (still on 4.6.2).
I now tried to get also the wunderground plugin running, but currently without success
I configured it exactly as described by @SaxnPaule , incl. getting an API key from wunderground (still put in there a dummy-device), but every start/recreation of the device ends with:
info [pimatic-wunderground]: Reloading weather data…
warn [pimatic-wunderground]: [SyntaxError: Unexpected token]
In the frontend the device shows: “Error on parsing server response.”
Can someone help on this?
Here my current config:
Plugin:
{
"plugin": "wunderground",
"active": true,
"debug": true
}
Device:
{
"apiKey": "myAPIkey",
"country": "Germany",
"city": "Kürten",
"id": "wetter-station",
"name": "Wetter Station",
"class": "WundergroundDevice",
"days": "1"
}