vincep5 / MMM-Pollen

MagicMirror module to get the pollen.com forecast for your zipcode
11 stars 2 forks source link

Stuck on loading #4

Open alexsmith1665 opened 3 years ago

alexsmith1665 commented 3 years ago

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.

ebonak commented 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.

Fifteen15Studios commented 2 years ago

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.

lxne commented 2 years ago

This seems to be fixed.

Fifteen15Studios commented 2 years ago

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.

lxne commented 2 years ago

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.

r4zi3lrrr commented 4 months ago

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.