Merky1

Results 9 comments of Merky1

The climacell API is different, in that you have to add fields to the query. You also need to pass the cc api key as a http header. The JSON...

Open weather is sadly unreliable, with data being up to 2 hrs stale, and sequential polls have regressive time stamps. I kept it in my code, but found that I...

Keep in mind that my fork forgoes the python aspect, and is managed by a madman...

If you need an immediate response, my fork is fully operational for the United States. It uses nodejs, so it’s a complete rebuild of the pi, and my forks manager...

@captain The trick is my fork is not “compatible” with the original, and I have consistently failed to document the settings file, so it takes a higher level of thought...

> Any new updates to the instructions for the installation of the new weather API provider? > Thanks! short answer is there are several forks, but Nobel has IRL things...

I use an external perl script on a cron schedule to change the background colors based on temperature. The downside of this is having a large pool of config files...

I have been debating adding openweather forecasts. Currently I use NOAA, and it simplified the process with description and summary being defined. It’s been a low priority for me, since...

Hmmm …. The JS library for suncalc does this https://github.com/mourner/suncalc `SunCalc.getMoonIllumination(/*Date*/ timeAndDate)` Would need hacking (i am not a python guru)