Search results for: “openweather”

  • PRO: Openweather Forecast – search location, show weather

    Challenge: Show current and forecast weather data via https://api.openweathermap.org/data/2.5/onecall?lat={{lat}}&lon={{lon}}&exclude={part}&appid=….for a searchable location. Solution:Use the above API for the weather at a location defined by lat and lon. Also use the openweather-geocoding API to transform a locationname into lat & lon. In Action: See how this is done with a JCI-Shortcode: With this JCI-template:

  • PRO: Openweather Forecast – weather at a location

    See how this is done: this page gets lat & lon as input, e. g. from /pro-openweather-forecast-serach-location-show-weather/ JCI-Template: urlparam4twig: lat#lon#suURL: twig-template:

  • Free: API openweathermap.org

    The API of openweathermap.org gives Feeds like https://samples.openweathermap.org/ and inside that JSON like https://samples.openweathermap.org/data/2.5/weather?q=London&appid=.. See how the free JSON Content Importer Plugin can use with the static JSON-Feed https://api.json-content-importer.com/extra/api/openweather.json: Shortcode: In Action: