Examples

Standard Today Block with Background

jQuery(document).ready(function () {
   jQuery("#example1").weatherForecast({
      city: "New York",
      region: "New York",
      country: "US",
      count: 1,
      theme: {
         backgroundColor: "#007cf3",
         color: "#fff",
         forceImageWhite: true,
         border: "none",
      },
      appID: "your-app-id-here",
   });
});

Standard Forecast Block with 5 Days Using Specific Location

Standard Forecast Block with 7 Days using Location Services and Metric Units

Standard Horizontal Forecast with 3 Days Using Specific Location, Customized Language / Days

Last updated