Open alexsmith1665 opened 3 years ago
Another data points: Just installed it for the first time, also stuck on "Loading ..". Tried with the provided zip code in the sample, and my own.
Looks like the URL has changed. The code points to https://www.pollen.com/api/forecast/current/pollen/<Zip Code>
but when you visit that site (for any zip code) it returns 405 - HTTP verb used to access this page is not allowed.
The same URL without the /api works: https://www.pollen.com/forecast/current/pollen/<Zip Code>
, but when I put it into the code it still doesn't seem to do anything. I don't know enough about network requests like this to seriously modify the module, but I may do some research over the next few days and attempt to fix it.
This seems to be fixed.
This seems to be fixed.
Doesn't look to me like anything has changed. There was a minor commit to the repo a few weeks after my previous comment, but it still doesn't work (at least not for me.) And I'd assume for the same reason... It appears that the API has changed, and the code would likely need to be completely revamped to make it work.
This seems to be fixed.
Doesn't look to me like anything has changed. There was a minor commit to the repo a few weeks after my previous comment, but it still doesn't work (at least not for me.) And I'd assume for the same reason... It appears that the API has changed, and the code would likely need to be completely revamped to make it work.
When I tried it about three weeks ago it worked for me. But it is only for USA. That's why I uninstalled it after trying it.
I installed it last week and it worked fine for me as well. Unfortunately, I had to uninstall it as I need it up and running for the UK - which this module doesn't support.
My pollen module was working just fine yesterday, but now it is stuck on "Loading..." I have not changed the configuration since first getting it to work.