I think it's not a bug, I have found in belchertown.py
_______________________________________________________________________
if (
len(data["current"][0]["response"]) > 0
and self.generator.skin_dict["Extras"]
*["forecast_aeris_use_metar"]*
* == "0"*
):
# Non-metar responses do not contain these values. Set them
to empty.
current_obs_summary = ""
*current_obs_icon = ""*
visibility = "N/A"
visibility_unit = ""
elif (
len(data["current"][0]["response"]) > 0
and
self.generator.skin_dict["Extras"]["forecast_aeris_use_metar"]
== "1"
):
current_obs_summary = aeris_coded_weather(
data["current"][0]["response"]["ob"]["weatherPrimaryCoded"]
)
current_obs_icon = (
aeris_icon(data["current"][0]["response"]["ob"]["icon"]) + ".png"
)
_______________________________________________________________________
If aeris_use_metar =0 then no icon displayed, right, but my question is:
What does mean "metar" and why we cannot display an icon without metar?
It is for a best understanding of this information
many thanks
Le mardi 26 janvier 2021 à 00:39:16 UTC+1, vince a écrit :
> We would have to see your entire [[Belchertown]] stanza without
> usernames/passwords/keys to debug this.
>
> On Monday, January 25, 2021 at 2:30:05 PM UTC-8 [email protected]
> wrote:
>
>> Hi
>> Just a question:
>> Why the weather condition image is not displayed
>> when forecast_aeris_use_metar = 0 ?
>> (I use Belchertown skin)
>>
>> Many thanks
>>
>> [image: missing.jpg]
>>
>
--
You received this message because you are subscribed to the Google Groups
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/weewx-user/8c3c8a38-868c-436a-9d44-793ace24e78en%40googlegroups.com.