U.S. National Weather Service
This module provides a daily weather forecast by integrating with the National Weather Service's API. It allows you to configure and display weather forecasts in blocks on your site.
NWS weather provides a daily weather forecast utilizing the National Weather Service's REST/JSON API interface at https://api.weather.gov/.
Installation
Install as you would normally install a contributed Drupal module. For further information, see Installing Drupal Modules.
Configuration
Configure weather block at /admin/config/weather/nws_weather These options should be self-explanatory. Use /admin/structure/block to enable and place the 'Multi Day Forecast' block.
Page Cache
The 'Multi Day Forecast' block disables drupal internal page cache for anonymous users on pages where it appears due to issue #2352009.
Development Release
Development version: 2.x-dev