Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Display alerts #24

Closed
orontee opened this issue Sep 7, 2023 · 1 comment
Closed

Display alerts #24

orontee opened this issue Sep 7, 2023 · 1 comment
Labels
feature screenshots Issue implies screenshots update ui
Milestone

Comments

@orontee
Copy link
Owner

orontee commented Sep 7, 2023

An icon in the current weather box. Clicking on this icon pop up a dialog with current alerts.

Not clear whether OpenWeather alerts are translated...

Here is an extract of the content of a call to Onecall API with alerts:

{
  "alerts": [
    {
      "sender_name": "Italian Air Force National Meteorological Service",
      "event": "Yellow Thunderstorm Warning",
      "start": 1691218800,
      "end": 1691445540,
      "description": "Moderate intensity weather phenomena expected - coasts\n (DISCLAIMER: \"Information provided on METEOALARM for Italy regard only the intensity and recurrence of the phenomena, further details can be found at www.meteoam.it. METEOALARM information do not provide the assessment of impact on the territory and they do not represent the Official Alerts messages that are issued by the National Civil Protection Service https://www.protezionecivile.gov.it\")",
      "tags": [
        "Thunderstorm"
      ]
    },
    {
      "sender_name": "Italian Air Force National Meteorological Service",
      "event": "Yellow Wind Warning",
      "start": 1691301600,
      "end": 1691409540,
      "description": "Moderate intensity weather phenomena expected\n (DISCLAIMER: \"Information provided on METEOALARM for Italy regard only the intensity and recurrence of the phenomena, further details can be found at www.meteoam.it. METEOALARM information do not provide the assessment of impact on the territory and they do not represent the Official Alerts messages that are issued by the National Civil Protection Service https://www.protezionecivile.gov.it\")",
      "tags": [
        "Wind"
      ]
    }
  ]
}
@orontee orontee added feature ui screenshots Issue implies screenshots update labels Sep 7, 2023
orontee added a commit that referenced this issue Sep 12, 2023
@orontee
Copy link
Owner Author

orontee commented Sep 12, 2023

alerts

@orontee orontee closed this as completed Sep 12, 2023
orontee added a commit that referenced this issue Sep 12, 2023
@orontee orontee added this to the Next release milestone Sep 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature screenshots Issue implies screenshots update ui
Projects
None yet
Development

No branches or pull requests

1 participant