NWS Weather 2.0.0-beta2 provides a daily weather forecast block utilizing the National Weather Service's API at https://api.weather.gov/.
Updated for Drupal 10 and 11 compatibility.
Removed all dependency on the legacy SOAP client.
Switched to the official National Weather Service REST/JSON API at (https://api.weather.gov/).
Added weather symbols.
This is the first beta release of the NWS Weather 2.0.0-beta1
NWS Weather 2.0.0-beta1 provides a daily weather forecast block utilizing the National Weather Service's REST/JSON API interface at https://api.weather.gov/.
2.x Development Branch.
- Update the module for full compatibility with Drupal 10 and 11
- Remove the dependency on the legacy SOAP client
- Refactor the module to use the modern REST/JSON API at api.weather.gov
This is the initial port of nws_weather from 7.x-1.x to 8.x-1.x
All of the configuration, which had been a combination of variables and a
database table have been converted to the new Drupal 8 config system. Therefore
you should be able to take advantage of the deployment capabilities of Config.
Fixed a bug caused by changes to the NWS Soap function. A new parameter 'units' is now required by the soap function. Because this module was originally written to expect 'e'nglish units I have hardcoded 'e'nglish as the units. This module still offers the admin user an english or metric display option. Previous versions of this module are not likely to function.
Fixed a bug caused by changes to the NWS Soap function. A new parameter 'units' is now required by the soap function. Because this module was originally written to expect 'e'nglish units I have hardcoded 'e'nglish as the units. This module still offers the admin user an english or metric display option. Previous versions of this module are not likely to function.
Fixed a bug caused by changes to the NWS Soap function. A new parameter 'units' is now required by the soap function. Because this module was originally written to expect 'e'nglish units I have hardcoded 'e'nglish as the units. This module still offers the admin user an english or metric display option. Previous versions of this module are not likely to function.
-Corrected permissions implimentation issue.
-Changed behavior to include 'data not available' message when improper lat/lon, no connection, etc.
-Fixed 'undefined result' bug.