이 플러그인은 최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다. 워드프레스의 좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 있을 수 있습니다.

EasyWeather widget

설명

Simple and lightweight widget for displaying weather data and forecast from Weather Underground (www.wunderground.com).

Plugin saves a local copy of data for faster and more optimal running.
You need a Wunderground API key, which you can get here http://www.wunderground.com/weather/api/.

Features:

  • simple and lightweight
  • multilanguage (currently supported: english, german, italian, slovene)
  • easy for translating
  • metric and imperial units
  • user can define own refreshing interval in minutes
  • no need for own weather icons, plugin automatically download them from Wunderground
  • 스크린샷

    • screenshot-1.png
    • screenshot-2.png
    • screenshot-3.png
    • screenshot-4.png
    • screenshot-5.png

    설치

    1. Upload folder easyweather-widget to the /wp-content/plugins/ directory or install using WordPress’ built-in ‘Add New Plugin installer’
    2. Activate the plugin through the ‘Plugins’ menu in WordPress
    3. Place widget anywhere at sidebar in your templates
    4. Edit settings
    5. Save changes

    FAQ

    How can I translate EasyWeather widget?

    Just edit weather-language.php in easyweather-widget folder. You must add new array, edit languange settings and translate their values:
    $weather_language[‘en’] = array(
    “description” => “English”,
    “refreshed” => “Refreshed at”,
    “error” => “No cities match your search query.”,
    “Monday” => “Mon”,
    “Tuesday” => “Tue”,
    “Wednesday” => “Wed”,
    “Thursday” => “Thu”,
    “Friday” => “Fri”,
    “Saturday” => “Sat”,
    “Sunday” => “Sun”
    );

    You can send me translation in your language to myselfko@gmail.com.

    Can I use my own weather icons?

    Yes, you can upload your icons in .gif format to the folder easyweather-widget/icons, but their names must be:

    DAYTIME
    chanceflurries.gif
    chancerain.gif
    chancesleet.gif
    chancesnow.gif
    chancetstorms.gif
    clear.gif
    cloudy.gif
    flurries.gif
    fog.gif
    hazy.gif
    mostlycloudy.gif
    mostlysunny.gif
    partlycloudy.gif
    partlysunny.gif
    rain.gif
    sleet.gif
    snow.gif
    sunny.gif
    tstorms.gif
    unknown.gif

    NIGHTIME
    nt_chanceflurries.gif
    nt_chancerain.gif
    nt_chancesleet.gif
    nt_chancesnow.gif
    nt_chancetstorms.gif
    nt_clear.gif
    nt_cloudy.gif
    nt_flurries.gif
    nt_fog.gif
    nt_hazy.gif
    nt_mostlycloudy.gif
    nt_mostlysunny.gif
    nt_partlycloudy.gif
    nt_partlysunny.gif
    nt_rain.gif
    nt_sleet.gif
    nt_snow.gif
    nt_sunny.gif
    nt_tstorms.gif
    nt_unknown.gif

    You can find some of my iconsets at https://dl.dropbox.com/u/1351805/EasyWeather/index.html

    후기

    이 플러그인에 대한 평가가 없습니다.

    기여자 & 개발자

    “EasyWeather widget”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

    기여자

    자국어로 “EasyWeather widget”(을)를 번역하세요.

    개발에 관심이 있으십니까?

    코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

    변경이력

    1.0

    Initial stable release

  • add language support
  • add setting for manually defining refresh interval