Plugin nebyl testován na 3 nejnovějších verzích WordPressu. Nemusí už být tedy podporován a u novějších verzí WordPressu může mít problémy s kompatibilitou a může být nestabilní.

WX Weather Widget

Popis

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.

Snímky obrazovky

  • 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

Instalace

  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

Nejčastější dotazy

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.

Recenze

Pro tento plugin nejsou žádné recenze.

Autoři

WX Weather Widget je otevřený software. Následující lidé přispěli k vývoji tohoto pluginu.

Spolupracovníci

Přehled změn

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)