qconrad / intellistar-emulator

A web application that displays weather information in the same visual presentation as the cable headend unit Intellistar.
https://qconrad.github.io/intellistar-emulator/
MIT License
89 stars 66 forks source link

Start not working #58

Open Heryurec opened 1 month ago

Heryurec commented 1 month ago

Whenever I press start, nothing happens. What do I do?

tjhorner commented 3 weeks ago

It seems that weather.com has started enforcing stricter CORS settings, so the browser refuses to load data from it.

fdezwonders commented 2 weeks ago

@tjhorner No, it's just that the API key that qconrad uses for their emulator is not working. @Heryurec What you can do is to try using a different fork or forking the repo and changing the API key in "config.js".

Heryurec commented 2 weeks ago

How do I get an API if I don't have a weather station at my home?

Heryurec commented 2 weeks ago

How do I also get the music working

fdezwonders commented 2 weeks ago

@Heryurec As I explained: try changing The Weather Channel API key, or, if you don't have one, try using a different fork, such as this one.

(P.S: If you need to ask another question after you already commented your first question, just edit the first question's comment. And please check other issues before creating a new one, someone already asked this in #53.)