# How to configure the English version of weather app 1. The weather app used by the English version of this website uses the API provided by OpenWeather. First, you need to create an account with OpenWeather. Then log in [https://home.openweathermap.org/users/sign_in](https://home.openweathermap.org/users/sign_in) 2. get api key: [https://openweathermap.org/price](https://openweathermap.org/price) ![image-20241111201139364](media/image-20241111201139364.png) 3. Here you can see the services you subscribe to ![image-20241111201258022](media/image-20241111201258022.png) 4. This is where you get the API KEY for the first important data ![image-20241111201336022](media/image-20241111201336022.png) 5. Then the ID of your own city needs to be queried here, download the json file [https://bulk.openweathermap.org/sample/](https://bulk.openweathermap.org/sample/) ![image-20241111202221608](media/image-20241111202221608.png) 6. Open the json file, you can retrieve the city you need, here in New York as an example, here to get the second important data, ID is 5128638 ![image-20241111202435835](media/image-20241111202435835.png) 7. The above two data, then web Settings, fill in API_KEY and CITY_ID, save and restart. Enter the weather app, you can see the weather updates