Este plugin no se ha probado con las últimas 3 versiones mayores de WordPress. Puede que ya no tenga soporte ni lo mantenga nadie, o puede que tenga problemas de compatibilidad cuando se usa con las versiones más recientes de WordPress.

WX Weather Widget

Descripción

WX Weather displays data from a Personal Weather Station, retrieved from the website Weather Underground.

to use this for your own Weather Station, you need to submit your data to Weather Underground, and you know your Weather Station code. to find out more about how to do this, visit Weather Underground’s Personal Weather Station Page.

data is cached locally in your WordPress install, so it only makes one request to Weather Underground every five minutes.

Capturas

  • add the WX Weather Widget to your sidebar
  • enter a title, and your Weather Station code. choose your unit preference.
  • how the Widget looks in the sidebar - presentation can be altered using the CSS of your theme

Instalación

  1. upload the contents of the archive to your /wp-content/plugins/ directory
  2. activate the plugin
  3. go to Appearance, Widgets and Add the WX Weather Widget to your dynamic sidebar
  4. Edit the Widget on the right to add a title, and specify your Weather Station code

FAQ

theme compatibility

i have seen a few reports of this plugin throwing errors when certain themes are used. please try a different theme before reporting a problem – if the problem clears up, let me know what theme it was causing an error with and i will try to investigate the conflict. please also note that this plugin requires PHP 5 – if you’re using PHP4, the functions used to parse the return data from Wunderground don’t exist.

Reseñas

No hay valoraciones para este plugin.

Colaboradores y desarrolladores

«WX Weather Widget» es un software de código abierto. Las siguientes personas han colaborado con este plugin.

Colaboradores

Traduce «WX Weather Widget» a tu idioma.

¿Interesado en el desarrollo?

Revisa el código , echa un vistazo al repositorio SVN o suscríbete al registro de desarrollo por RSS.

Registro de cambios

0.91

  • fixed a bug introduced in 0.9 that output the full F+C temp string after the C string (sorry!)
  • corrected some formatting to be in line with the wordpress php coding standards: https://make.wordpress.org/core/handbook/coding-standards/php/
  • changed some of my string concats to be more readable

0.9

  • updating some of the URLs for wunderground
  • starting work on abstracting out the choice to display alternate units or not

0.8

  • accidentally checked in some debug code – fixed

0.7

  • changes at wunderground meant this plugin displayed XML errors when api.wunderground is overloaded; updated to check not only the HTTP status code, but examine the payload itself for valid XML before processing (otherwise it continues to use your cached data)

0.6

  • added the ability to choose Metric or English unit preference
  • fixed the display of rainfall data (if it’s raining)
  • updated readme and plugin info page to reflect PHP5 requirement

0.5

  • added a message to report the use of cached data if timeout has not expired

0.4

  • suppression of php errors when using WP «snoopy» function to retrieve data
  • addition of title/mouseover error|success reporting (hover over update time to see status)