Title: One8 Weather Data Fields
Author: Vincent Maiello
Published: <strong>Èbìbí  29, 2026</strong>
Last modified: Èbìbí  29, 2026

---

Ṣàwárí àwọn plugin

![](https://ps.w.org/one8-weather-data-fields/assets/banner-772x250.png?rev=3553802)

![](https://ps.w.org/one8-weather-data-fields/assets/icon-256x256.png?rev=3553802)

# One8 Weather Data Fields

 Láti ọwọ́ [Vincent Maiello](https://profiles.wordpress.org/one8mediagroup/)

[Ṣe ìgbàsílẹ̀](https://downloads.wordpress.org/plugin/one8-weather-data-fields.1.0.3.zip)

 * [Àwọn àlàyé](https://yor.wordpress.org/plugins/one8-weather-data-fields/#description)
 * [Àwọn àgbéyẹ̀wò](https://yor.wordpress.org/plugins/one8-weather-data-fields/#reviews)
 *  [Ìgbéwọlẹ̀](https://yor.wordpress.org/plugins/one8-weather-data-fields/#installation)
 * [Ìdàgbàsókè](https://yor.wordpress.org/plugins/one8-weather-data-fields/#developers)

 [Ìrànlọ́wọ́](https://wordpress.org/support/plugin/one8-weather-data-fields/)

## Àpèjúwe

One8 Weather Data Fields is a lightweight utility plugin that fetches current observation
data directly from NOAAÌtumọ̀ Yorùbá: ’s weather.gov API for your configured location.
No personal data is sent to NOAA. Requests include a standard User-Agent identifying
the plugin.

The free/core plugin displays current observation fields such as temperature, humidity,
wind, pressure, visibility, station details, and current condition icons. It provides
the data through Elementor widgets and the `[weather_field]` shortcode so you can
style and integrate it in your own layout.

Forecasts, radar maps, alerts, marine data, tides, lunar data, and climate data 
are not included in the free/core plugin.

### Features

 * Fetch and cache current weather observations from NOAA/weather.gov
 * Drag-and-drop Elementor widget for current observation fields
 * Use a simple shortcode, e.g.: `[weather_field key="obs_temp"]`
 * WP-Cron-driven caching, with an admin option to force refresh
 * Developer hooks and filters to modify API URLs, cache TTL, and output format

### Usage

### 1. Configure Your Location

After installing and activating One8 Weather Data Fields:

 * Go to **Settings -> One8 Weather Data Fields**
 * Enter your **Latitude and Longitude** (e.g. `40.6413`, `-73.7781` for JFK)
 * _(Optional)_ Use the ZIP code lookup on the **Coordinates Lookup** tab to auto-
   fill your coordinates
 * Click **Save Changes**
 * _(Optional)_ Click **Refresh Weather Data Now** on the **Manual Refresh** tab
   to force a fresh fetch from NOAA

### 2. Using the Elementor Widget

If you use Elementor:

 * Open any page in the Elementor editor
 * Look for the **One8 Weather Data Fields** category
 * Drag the **Weather Field** widget onto your page
 * Select your desired **Field Key**
 * Use ElementorÌtumọ̀ Yorùbá: ’s styling options (typography, color, padding, etc.)
 * You can use **multiple Weather Field widgets on the same page**
 * Each widget includes ElementorÌtumọ̀ Yorùbá: ’s own **Before** and **After** 
   text options

### 3. Using Shortcodes

Use the `[weather_field]` shortcode in any post, page, or widget.

**Examples:**
 Ìtumọ̀ Yorùbá: – Current temperature: `[weather_field key="obs_temp"]`
Ìtumọ̀ Yorùbá: – Current wind gust with fallback: `[weather_field key="obs_wind_gust"
fallback="No gust reported"]` Ìtumọ̀ Yorùbá: – Current wind (speed + direction):`[
weather_field key="obs_wind_combined"]` Ìtumọ̀ Yorùbá: – Station code: `[weather_field
key="obs_station_code"]` Ìtumọ̀ Yorùbá: – Current icon as an image: `[weather_field
key="obs_icon" type="icon" class="my-weather-icon"]`

By default the shortcode uses the station selected by the plugin for your configured
coordinates (or your optional station override in Settings).

Supported optional shortcode attributes are `before`, `after`, `fallback`, `type`,
and `class`.

### Available Shortcode Fields (Current Observations)

Use the `[weather_field]` shortcode with any of the following `key="..."` values:

 * `obs_temp` Ìtumọ̀ Yorùbá: – Observed temperature at the reporting station
 * `obs_dewpoint` Ìtumọ̀ Yorùbá: – Dew point temperature
 * `obs_humidity` Ìtumọ̀ Yorùbá: – Relative humidity (percent)
 * `obs_wind_dir` Ìtumọ̀ Yorùbá: – Wind direction (e.g., “NW”)
 * `obs_wind_speed` Ìtumọ̀ Yorùbá: – Sustained wind speed
 * `obs_wind_gust` Ìtumọ̀ Yorùbá: – Peak wind gusts (if reported)
 * `obs_wind_combined` Ìtumọ̀ Yorùbá: – Combined wind direction and speed
 * `obs_pressure` Ìtumọ̀ Yorùbá: – Atmospheric pressure
 * `obs_visibility` Ìtumọ̀ Yorùbá: – Horizontal visibility
 * `obs_wind_chill` Ìtumọ̀ Yorùbá: – Wind chill temperature (if reported by NOAA/
   weather.gov)
 * `obs_heat_index` Ìtumọ̀ Yorùbá: – Heat index value (if reported by NOAA/weather.
   gov)
 * `obs_desc` Ìtumọ̀ Yorùbá: – Textual description (e.g., “Partly Cloudy”)
 * `obs_time` Ìtumọ̀ Yorùbá: – Timestamp of the last observation
 * `obs_icon` Ìtumọ̀ Yorùbá: – URL to the icon representing current conditions
 * `obs_station_code` Ìtumọ̀ Yorùbá: – Official station code (e.g., “KJFK”)
 * `station_name` Ìtumọ̀ Yorùbá: – Full name of the reporting station
 * `station_elev` Ìtumọ̀ Yorùbá: – Elevation of the reporting station

### Privacy

This plugin fetches public weather observation data from the National Weather Service(
NOAA) at `api.weather.gov` to display observations for your configured location.**
No personal data is sent to NOAA.** Requests include a standard User-Agent identifying
the plugin.

 * NOAA Privacy: https://www.weather.gov/privacy
 * NOAA API Docs: https://www.weather.gov/documentation/services-web-api

### Acknowledgements

Built on the NOAA Weather.gov API
 Inspired by the “Minimal Weather” shortcode concept

### License

This plugin is licensed under the GPLv2 or later.

## Àwọn àwòrán ìbòjú

 * [[
 * **Settings Page** Ìtumọ̀ Yorùbá: – Enter your coordinates and select station
 * [[
 * **Shortcode Example** Ìtumọ̀ Yorùbá: – Display current observations on a page
 * [[
 * **Elementor Widget** Ìtumọ̀ Yorùbá: – Drag and customize a “Weather Field” widget
   into your layout
 * [[
 * [[
 * [[
 * [[
 * [[
 * [[

## Ìgbéwọlẹ̀

 1. Upload the `one8-weather-data-fields` folder to `/wp-content/plugins/`
 2. Activate the plugin through the **Plugins** screen in WordPress
 3. Go to **Settings -> One8 Weather Data Fields** and enter your **Latitude** and **
    Longitude**. The plugin includes a Lat/Lon Lookup function.
 4. Use the `[weather_field]` shortcode or the “Weather Field” Elementor widget in 
    your pages

## FAQ

### Do I need an API key?

No. NOAAÌtumọ̀ Yorùbá: ’s weather.gov API is publicly accessible without authentication.

### Does the free/core plugin include forecasts, radar maps, alerts, marine data, tides, lunar data, or climate data?

No. The free/core plugin displays current NOAA/weather.gov observation data through
Elementor widgets and shortcodes.

### How do I clear the cache?

Go to **Settings -> One8 Weather Data Fields -> Manual Refresh**, then click **Refresh
Weather Data Now**.
 You can also click **Save** on the **Settings** tab to refresh
automatically.

### Can I change the output format?

**Yes.**
 With Elementor, use its styling controls (typography, spacing, borders,
etc.), and the widgetÌtumọ̀ Yorùbá: ’s **Before** / **After** text options. With
shortcodes, you can wrap output in your own HTML or combine multiple shortcodes 
to build a sentence.

## Àwọn àgbéyẹ̀wò

Kò sí àwọn àgbéyẹ̀wò fún plugin yìí.

## Àwọn Olùkópa & Olùgbéejáde

“One8 Weather Data Fields” jẹ́ ètò ìṣàmúlò orísun ṣíṣí sílẹ̀. Àwọn ènìyàn wọ̀nyí
ti ṣe ìkópa sí plugin yìí.

Àwọn Olùkópa

 *   [ Vincent Maiello ](https://profiles.wordpress.org/one8mediagroup/)

[Túmọ̀ “One8 Weather Data Fields” sí èdè rẹ.](https://translate.wordpress.org/projects/wp-plugins/one8-weather-data-fields)

### Ṣe o nífẹ̀ẹ́ sí ìdàgbàsókè?

[Ṣàwárí koodu](https://plugins.trac.wordpress.org/browser/one8-weather-data-fields/),
ṣàyẹ̀wò [ibi ìpamọ́ SVN](https://plugins.svn.wordpress.org/one8-weather-data-fields/),
tàbí ṣe àgbékalẹ̀ sí [àkọsílẹ̀ ìdàgbàsókè](https://plugins.trac.wordpress.org/log/one8-weather-data-fields/)
nípasẹ̀ [RSS](https://plugins.trac.wordpress.org/log/one8-weather-data-fields/?limit=100&mode=stop_on_copy&format=rss).

## Àkọsílẹ̀ àwọn àyípadà

#### 1.0.0

 * Initial release: current NOAA/weather.gov observations via shortcode and Elementor
   widget

## Àkójọpọ̀ Meta

 *  Ẹ̀yà **1.0.3**
 *  Ìgbàgbọ́hùn tó kẹ́yìn **ọjọ́ 6 sẹ́yìn**
 *  Àwọn ìgbéwọlẹ̀ tó ṣiṣẹ́ **Tó kéré sí 10**
 *  Ẹ̀yà WordPress ** 6.0 tàbí ju bẹ́ẹ̀ lọ **
 *  Dánwò dé **7.0**
 *  Ẹ̀yà PHP ** 7.4 tàbí ju bẹ́ẹ̀ lọ **
 *  Èdè
 * [English (US)](https://wordpress.org/plugins/one8-weather-data-fields/)
 * Àwọn àmì
 * [elementor](https://yor.wordpress.org/plugins/tags/elementor/)[noaa](https://yor.wordpress.org/plugins/tags/noaa/)
   [NWS](https://yor.wordpress.org/plugins/tags/nws/)[weather](https://yor.wordpress.org/plugins/tags/weather/)
 *  [Ìwòye Tó Péye](https://yor.wordpress.org/plugins/one8-weather-data-fields/advanced/)

## Àwọn ìbò

Kò sí ìwádìí tí a tíì fi ránṣẹ́.

[Your review](https://wordpress.org/support/plugin/one8-weather-data-fields/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/one8-weather-data-fields/reviews/)

## Àwọn Olùkópa

 *   [ Vincent Maiello ](https://profiles.wordpress.org/one8mediagroup/)

## Ìrànlọ́wọ́

Nǹkan wà tí o fẹ́ sọ? Ṣé o nílò ìrànlọ́wọ́?

 [Wo àpéjọ ìrànlọ́wọ́](https://wordpress.org/support/plugin/one8-weather-data-fields/)