breezy-weather/HELP.md
2025-09-01 20:33:10 +02:00

11 KiB
Raw Permalink Blame History

Help / Frequently Asked Questions


Locations

App shows “Current location” instead of the address

First of all, address lookup is absolutely not required to get an accurate forecast, since its based on your longitude and latitude, not on your address, which is a totally different process.

If its still an important matter to you, you can select an address lookup source in the location settings.

How can I change sources for a location?

Just swipe from right to left on location list, or tap the pencil icon on top right.


Troubleshooting errors

“Invalid or incomplete data received from server” / “Location search failed” / “Weather data refresh failed” / “Weather data refresh for a secondary weather source failed”

The source may be temporarily unavailable, please retry a few hours later. If the problem persists, please open an issue on GitHub.

“Request timed out”

The source may be temporarily unavailable, please retry later or check your network. If the problem persists and you use a custom DNS, VPN or have a firewall, please check them as well.

“Required API key missing” / “API requests limit reached” / “API access unauthorized” / “Update not yet available”

For most sources, we only have a limited number of calls allowed for free for all users of our app. If too many users use the same source, the only way to be able to continue using it is to check instructions on the source website to have your own API key. This may be troublesome, but if you have your own API key, the rate-limit will only apply to you (one user vs all users of Breezy Weather).

Regarding the “API access unauthorized”, this error may appear when you subscribed to the wrong product, or youre trying to use features of the API that your subscription doesnt allow.

“Weather source failed to find a matching location”

This error happens when app was able to find your longitude and latitude, but unfortunately, the weather source did not find any location close to this longitude and latitude. Unfortunately, the only workaround is to try with a different source or add your location manually.

“Failed to parse weather data”

This error should be reported as soon as possible to GitHub, mentioning the source and the location on which it is happening (or for privacy reasons, a nearby location that has the same issue).

“Incompatible forecast source times”

This error means that the hourly times of forecast data and your air quality or pollen data dont match. This can happen in the following case: You live in India, with a timezone of UTC+05:30. The forecast source you selected reports hourly forecast on the :00 time, while your air quality or pollen source reports on the :30 time (or the other way around).

“Source no longer available”

This error may happen when a source is no longer provided by Breezy Weather. In that case, you will need to add a new location with another source, and delete this location. It can also happen when you switch from the standard flavor of Breezy Weather to freenet one which has less sources supported.

“Secure connection failed”

This can mean many things.

If this only happens with one source and not others:

  1. If you are using an Android version lower than Android 14, it is possible the server is using a Certificate Authority that was not trusted by the old Android version back then. On Android 14 and later, an updated trust store should be available to Google Play users. Note that we have our own bundled trust store in the app, where we can add missing Certificate Authorities.
  2. If you have a low Android version, the server may be communicating with a more modern protocol or cipher suites than is supported by your device
  3. The certificate may be expired. In that case, all users are affected, and the source will probably fix it very soon as this means no one can use the source (in any project, not just Breezy Weather)

If this is happening will all sources, and presumably with other apps, in the worst case, you may be a victim of a man-in-middle attack.

If in doubt, start a discussion to ask for help.


Weather updates

Background updates are not working

If the app is installed in a work or private profile, turning off that profile will disable background updates, so if you are in that case and want background updates, make sure to not turn off the profile or move the app to the main profile.

Certain manufacturers implement non-standard Android behaviors, which prevents the app from working properly.

The first thing to try is to whitelist Breezy Weather from battery optimization. From the app, go to Settings > Background updates and tap on “Disable battery optimization” (dont worry, our background update job is optimized to be very battery-friendly, and you can change “Refresh rate” to “Never” at any time!).

If it still doesnt work, you can find ways to circumvent aggressive manufacturer behaviors on the Dont kill my app! website.

I used Geometric Weather before, and the “persistent notification” method worked fine for me, can you bring it back?

If you dont already have a widget, you can try adding one (you dont need to have it on your main page). On some devices, this may help mimic the old “persistent notification” by avoiding app being killed for no reason, although the widget does not run anything like the old method, it just renders once and updates only on background updates or force refresh from the app.

Otherwise, this “persistent notification” method was based on a foreground service which was running every minute to check if there was something to do.

It is not battery-friendly at all. The worker method that we use just tells Android "we need something to run a task every 1 h 30, but if you are too busy to run it at that moment, you have a 10 minute margin to run it", so its much more efficient as Android takes care of running all jobs from all apps by itself at the moment it feels the most appropriate, instead of each app having their own foreground service.

If your manufacturer thinks its a good idea to not run scheduled workers but has no problem letting foreground services drain battery, then the problem is the manufacturer, not Breezy Weather, not you.

So we will not bring back/implement “persistent notification” for these reasons:

  • it implies writing huge duplicate code (that was known to have duplicate run issues in Geometric Weather, btw) and maintaining it
  • it is not battery-friendly

But more generally, we recommend that you follow steps from “Background updates are not working” section to find a workaround.

Can you make weather refresh less than every 30 minutes / every time I open the app / every time I tap on widget / every time I unlock my phone / every second?

Short answer: no.

Long answer: Breezy Weather should honor the “refresh rate” setting from Settings > Background updates. If it does not, have a look at troubleshooting above. If for any reason the background update failed, it will refresh if weather was updated more than “refresh rate time” ago.

If you still want shorter refreshes:

  • models are refreshed at best once an hour. Although there might be some little exceptions for some particular data, its mostly useless to refresh at intervals less than 30 minutes. Additionally, some providers send header instructions to not contact server again before X (datetime) so you would be served the same cached data anyway.
  • we ask for fair usage of API and resources. This app and these API are provided for free and shared by all users of Breezy Weather. Due to noticed abuse, we even had to implement additional caching methods to prevent these abuses and ensure API can still be used by everyone.
  • you can still force refresh from main screen by “swiping to refresh”.

Launcher

Why is the app not called “Breezy Weather” on my launcher?

The app name is “Breezy Weather”, however in the launcher we use the translated word for “weather”.

The rationale behind this is to offer a better user experience:

  • You dont have to recall what was the app name to find it in the list. You just have to remind you want to access the weather.
  • It better adapts to other languages, as we use the translated word for “weather” and you dont have to recall a non-native word (Breezy).

This choice is aligned with Breezy Weather principles to make it easy to use as a new user. Many other apps make the same decision.

For users with advanced needs not happy with this choice, we recommend using a launcher that allows customisation of app names.


Design

I hate the new Material 3 Expressive design update

As always when there is a major design change, there are early adopters who fully embrace the changes, and more conservative users, with the majority of users being in-between.

If youve been using the new design only for a few days, we encourage to give yourself a few more weeks.

Here is why:

Research

Material 3 Expressive is the most studied design system by Google, with 46 studies involving more than 18,000 participants.

Top research takeaways include:

  1. Expressive designs are preferred by people of all ages, with a strong preference from users in the 18-34 age group.
  2. Expressive designs consistently score higher on user attributes like playfulness, energy, creativity, and friendliness, which give a positive perception of the app by users.
  3. Users are more likely to switch to products that use M3 Expressive components and techniques.
  4. Expressive designs are easier to use, with participants spotting key UI elements up to four times faster in expressive screens, among users with varying abilities.

Learn more about the Expressive research

Each new design made by Google is more studied, and always gradually adopted by apps (we almost never see the old Holo design in apps anymore).

With clear design toolkit guidelines, Material 3 Expressive provides a consistent developer and user experience across the Android system and the other apps also adopting it.

Alternative design options

Regarding the ability to make an option to switch between the new and old design, its not possible, because there were significant technical changes during the migration to get rid of most of the technical debt, which allows for easier maintenance of the app.

Maintaining more than 1 design has a high maintenance cost. We do provide some abilities to customize this design for flexibility, but for more significant changes, we provide the ability to make 3rd party designs, either by yourself or by commissioning someone. If you concretize it, we would be happy if you could share it in the Show & Tell section!