Sure! Below is a simple Arduino script that uses the `Open-Meteo.com` API to get the current weather in Berlin, Germany. Before you start, make sure you have an internet connection on your Arduino. If you are using an ESP8266 or ESP32, they have built-in Wi-Fi capabilities.
### Required Libraries
You'll need the following libraries:
1. **ESP8266WiFi.h** or **WiFi.h** for ESP32
2. **HTTPClient.h** for making HTTP requests
3. Depending on the