quanto icon indicating copy to clipboard operation
quanto copied to clipboard

[Bug & Advice] Weather Widget Issue

Open stevehsudrawing opened this issue 2 years ago • 1 comments

Currently, neither the code nor the message in the "Format error" information can be displayed due to a bug.

It will be fixed in 1.31.1 version.

The API key used by Quanto is the free plan, which has a significant request limitation for public use, which causes the weather widget to be unavailable temporarily. Although it will resume the next day, it may be blocked again due to too many visits.

Unfortunately, I disabled the public API key and you have to get your own key to enable the weather feature.

stevehsudrawing avatar Aug 13 '23 12:08 stevehsudrawing

I found that OpenWeather has an non-subscription API called "forecast", which is similar to the parameters provided and returned by "onecall", but docs don't write about it, so I'm not sure what the limitations are and whether it can be a second option. After all, subscription requires a credit card and feels quite troublesome. e.g. api.openweathermap.org/data/2.5/forecast?q=shanghai&lang=zh_cn&units=metric&appid=eda61d7315f9ce4eee4ab71a5df0e374

ZGQ-inc avatar Aug 20 '23 05:08 ZGQ-inc