*ok ... I'm sorry, I had not noticed. But, another thing, it would be 
interesting to be able to configure the texts to be displayed in the 
weather forecast, the "Partly cloud" texts ... in this part of the code.*






condition_text = ""
if daily_data["icon"] == "clear-day":
condition_text = "Despejado"
elif daily_data["icon"] == "clear-night":
condition_text = "Despejado"
elif daily_data["icon"] == "rain":
condition_text = "Lluvioso"
elif daily_data["icon"] == "snow":
condition_text = "Nevado"
elif daily_data["icon"] == "sleet":
condition_text = "Aguanieve"
elif daily_data["icon"] == "wind":
condition_text = "Ventoso"
elif daily_data["icon"] == "fog":
condition_text = "Niebla"
elif daily_data["icon"] == "cloudy":
condition_text = "Nublado"
elif daily_data["icon"] == "partly-cloudy-day":
condition_text = "Nubes aisladas"
elif daily_data["icon"] == "partly-cloudy-night":
# https://darksky.net/dev/docs/faq - So you can just treat 
partly-cloudy-night as an alias for clear-day.
condition_text = "Despejado"
elif daily_data["icon"] == "hail":
condition_text = "Granizo"
elif daily_data["icon"] == "thunderstorm":
condition_text = "Tormenta"
elif daily_data["icon"] == "tornado":
condition_text = "Tornado"

*Greetings and thanks.*



El viernes, 21 de septiembre de 2018, 20:09:39 (UTC+2), Pat escribió:
>
> You can. Check the General Options 
> <https://github.com/poblabs/weewx-belchertown#general-options> on the 
> README. You want to configure radar_html
>
> On Friday, September 21, 2018 at 1:17:54 PM UTC-4, Juan Antonio Mosquera 
> wrote:
>
> As a suggestion it would be interesting to be able to configure the URL of 
> windy in weewx.conf.
>
> Greetings.
>
> El martes, 21 de agosto de 2018, 20:45:13 (UTC+2), Pat escribió:
>
> The Belchertown skin for weewx is now available. This skin is modeled 
> after https://belchertownweather.com 
>
> The skin features
>
>    - Real time streaming updates on the front page without needing to 
>    reload the site (weewx-mqtt extension required)
>    - Forecast data updated every hour without needing to reload (a free 
>    DarkSky API key required)
>    - Information on your closest Earthquake updated automatically every 3 
>    hours
>    - Weather station observation graphs which update without needing to 
>    reload
>    - Weather records for the current year, and for all time
>    - A mobile and iPad ready display. You could use an iPad as a "2nd 
>    console". 
>    
> There are dozens of options to configure within the skin. Please view the 
> readme on GitHub <https://github.com/poblabs/weewx-belchertown> for a 
> detailed explanation. 
>
> The GitHub page: 
>
> ...

-- 
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].
For more options, visit https://groups.google.com/d/optout.

Reply via email to