OpenVoiceOS / skill-ovos-weather

OpenVoiceOS official Weather Skill, providing weather conditions and forecasts.
Apache License 2.0
1 stars 4 forks source link

make qmls condition responsive #49

Open emphasize opened 1 year ago

emphasize commented 1 year ago

As i'm reimagine the qml representations, i thought about responsive representation.

To give an example: Single day (actually all of the qmls) presents a static report. Instead of the temperature (like in current weather) the chance of precipitation (cop) is shown prominently. I thought about making this depending on condition. If the condition is not "clear sky" cop is shown, otherwise the uv-index.

Like this we can react to the local climate and therefor what is generally most informative to users at first glance.