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

  2. get api key:

    https://openweathermap.org/price

    image-20241111201139364

  3. Here you can see the services you subscribe to

    image-20241111201258022

  4. This is where you get the API KEY for the first important data

    image-20241111201336022

  5. Then the ID of your own city needs to be queried here, download the json file

    https://bulk.openweathermap.org/sample/

    image-20241111202221608

  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

  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