WP Manifestindependent plugin directory
manifest / utilities / country-weather-time

Country Weather & Time

**Country Weather Time** is a lightweight WordPress plugin that displays the current weather and local time for countries around the world. Easily provide users with useful location-based information in a simple and user-friendly interface.

by Isuru Perera · github.com/isuruilp/country-weather-time

3stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/isuruilp/country-weather-time/archive/refs/heads/main.zip

Readme

=== Country Weather & Time === Contributors: weblankan Tags: weather, local time, clock, shortcode Requires at least: 6.0 Tested up to: 6.6 Requires PHP: 7.4 Stable tag: 1.2.0 License: GPLv2 or later

Displays a weather icon, local time, date, temperature and weather condition for one configured location.

== Installation ==

  1. Upload and activate the plugin.
  2. Go to Settings > Weather & Time.
  3. Add your OpenWeather API key.
  4. Configure one country, city, latitude, longitude and IANA timezone.
  5. Insert [country_weather_time] on a page or post.

== Shortcode ==

[country_weather_time]

Use a 24-hour clock:

[country_weather_time time_format="24"]

Read the full README on GitHub →