Viewing 1 replies (of 1 total)
  • Plugin Author tuxlog

    (@tuxlog)

    hi 444,

    it is not part of the plugin but you can use the data interface and create your own presentation of the weather data

    $erg=wp_forecast_data("A","en_US"); // stores all the data in $erg
    print_r($erg); // displays all the availabel values

    You can use a php exec widget and enter your own code there.

Viewing 1 replies (of 1 total)
  • The topic ‘Display both Celsius and Fahrenheit’ is closed to new replies.