aaronbieber / sunshine.el

An Emacs package for displaying the forecast from OpenWeatherMap.
87 stars 15 forks source link

Does not work with Spacemacs #18

Closed MrMic closed 3 years ago

MrMic commented 4 years ago

Hi,

I got my appid key and put also sunshine-location ... But each time I try, it asks me a Username and password!!!! And from New York (Can see that in the query), which is not my indicated location. It shouldn't be like that. Why it is not read from my spacemacs config file?

Thanks for the help and fix it. Rgds,

aaronbieber commented 4 years ago

See #12 for a long discussion of the challenges in this package currently. I based this work on OpenWeatherMap's API, which has changed, and multi-day forecasts are no longer free.

Ideally it could be pivoted over to a different free service, but I don't have the time now to implement such a change. If you'd like to take a crack at it, the project is open to pull requests.