Weather
Weather data can be fetched from QWeather for free :
Sign up for a QWeather account.
API Host can be found in the Setting page of Developer Console.
In the Project page → click Create Project → fill in “Project Name” then Save → click Add Credential → select API KEY and fill in Credential name → click Save → copy the API KEY string.
Go back to the settings web page, pasted the KEY
type in the city you’re at, the click 🔍search and select your location, click “Save” button.
Now you shall see weather data appear in the “Weather” interface on device.
To disable the weather service, just clear the location input field.
Note
The number of weather data requests for each device is ((60 / update_interval + 5) * 24) per day, it’s far less than the free subscription limit .
Warning
Keep the API KEY private to yourself!