# Wetter

Sie können Live-Wetterdaten für die meisten Orte auf der Erde abrufen:

```
weather in sydney                      | 19 °C (mostly cloudy)
temperature in batumi                  | 9 °C
feels like in tokyo                    | 14 °C
```

Zeilen mit Wetterabfragen werden automatisch im Laufe des Tages aktualisiert.

{% hint style="info" %}
Wetterabfragen funktionieren für alle in Soulver integrierten Orte, einschließlich Flughafen-Codes.

Sie können auch zusätzliche Orte in den Einstellungen von Soulver hinzufügen (Settings > Calculator > Additional Places).
{% endhint %}

### Unterstützte Wettermetriken

| Name                 | Aliase                    |
| -------------------- | ------------------------- |
| weather conditions   | weather                   |
| temperature          | temp                      |
| apparent temperature | feels like, apparent temp |
| high temperature     | high temp, high           |
| low temperature      | low temp, low             |

## Erweiterte Wettermetriken

Wir bieten ein optionales Abonnement ($26/Jahr) an, das Ihnen Zugriff auf die folgenden 12 zusätzlichen Wettermetriken gibt:

| Metrikname         | Aliase              |
| ------------------ | ------------------- |
| rainfall           | rain, precipitation |
| chance of rain     |                     |
| snowfall           | snow                |
| humidity           |                     |
| cloud cover        |                     |
| visibility         |                     |
| wind speed         |                     |
| wind direction     | wind                |
| dew point          |                     |
| UV index           |                     |
| pressure           |                     |
| pressure direction |                     |

Und die folgenden 6 astrologischen Metriken:

| Metrikname | Aliase |
| ---------- | ------ |
| sunrise    |        |
| sunset     |        |
| moonrise   |        |
| moonset    |        |
| moon phase | moon   |

{% hint style="success" %}
Das Abonnement "Knowledge Assistant, Live Stocks & Advanced Weather" ist im [**Mac App Store**](https://apps.apple.com/us/app/soulver-3/id1508732804?ls=1) erhältlich und ist für unsere [**Setapp**](https://soulver.app/setapp) Benutzer kostenlos\*\*.\*\*

Durch das Anbieten dieser kostspieligen Datenleistungen als optionales Abonnement nur für die Benutzer, die sie benötigen, können wir Soulver weiterhin als Einzelkauf anbieten.
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://documentation.soulver.app/de/documentation/live-data/weather.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
