In the log I see:
Code: Select all
LUA: MoonPhase - Update not allowed: Difference is xxx seconds
There is a file called 'phase.tmp' with contents.
The URl does give me the right data from Wunderground, so the API key and such are OK I think:
Code: Select all
{
"response": {
"version":"0.1",
"termsofService":"http://www.wunderground.com/weather/api/d/terms.html",
"features": {
"astronomy": 1
}
, "results": [
{
"name": "Hoorn",
"city": "Hoorn",
"state": "FR",
"country": "NL",
"country_iso3166":"NL",
"country_name":"Netherlands",
"zmw": "00000.5.06251",
"l": "/q/zmw:00000.5.06251"
}
,
{
"name": "Hoorn",
"city": "Hoorn",
"state": "GE",
"country": "NL",
"country_iso3166":"NL",
"country_name":"Netherlands",
"zmw": "00000.55.06278",
"l": "/q/zmw:00000.55.06278"
}
,
{
"name": "Hoorn",
"city": "Hoorn",
"state": "GR",
"country": "NL",
"country_iso3166":"NL",
"country_name":"Netherlands",
"zmw": "00000.182.06286",
"l": "/q/zmw:00000.182.06286"
}
,
{
"name": "Hoorn",
"city": "Hoorn",
"state": "NH",
"country": "NL",
"country_iso3166":"NL",
"country_name":"Netherlands",
"zmw": "00000.1.06244",
"l": "/q/zmw:00000.1.06244"
}
]
}
}
The image in the dashboard isn't displayed, it reads "<img src="img/moon/0?t=1493365024904" style="width:100%;"> so that can't be right.
And also the devices (Utility devices) aren't updated, it reads "Hello world", 0 days, 0 %.
What is the one thing I'm missing here ?