naofireblade / homebridge-weather-plus

A comprehensive weather plugin for homebridge.
MIT License
311 stars 61 forks source link

Error reading station #248

Open white8398 opened 1 year ago

white8398 commented 1 year ago

WeatherUnderground: [homebridge-weather-plus] Error retrieving weather report and forecast

Error message: type error: cannot read properties of undefined (reading 'notify')

Any idea how to resolve this issue? I have entered my station id and api key

white8398 commented 1 year ago

{ "units": "us", "interval": 5, "stations": [ { "nameNow": "Home_outside", "service": "weatherunderground", "key": "removed", "stationId": "KINWALDR6", "language": "en", "compatibility": "both", "conditionCategory": "detailed", "now": true, "extraHumidity": false, "hidden": [ "Cloud Cover", "Humidity", "Solar Radiation", "Temperature Apparent" ], "tresholdAirPressure": 1200, "tresholdWindSpeed": 15 },

mikkyo9 commented 1 year ago

I get the same issue.

yvbl7544 commented 1 year ago

I have exactly the same issue. Any ideas how to solve it?

dacarson commented 4 months ago

Dup of #238

dacarson commented 3 months ago

Can you please try 3.3.4-beta.1 and verify that it works.