今日の天気
{{ weatherAreaName }}の天気
- 今日・明日の天気
-
- {{ dateFormat(todayWeatherData.date)[0] }}
-
-
- {{ todayWeatherData.wDescription }}
- {{ todayWeatherData.maxTemp || " - " }}/{{ todayWeatherData.minTemp || " - " }}
- 最高/最低気温
- {{ todayProb(todayWeatherData.probPrecip) }}%
- 降水確率
-
- {{ dateFormat(weeklyWeatherData[0].date)[0] }}
-
-
- {{ weeklyWeatherData[0].wDescription }}
- {{ weeklyWeatherData[0].max }}/{{ weeklyWeatherData[0].min }}
- 最高/最低気温
- {{ weeklyWeatherData[0].prob }}%
- 降水確率
-
今日の天気閲覧ボーナスポイント
今日の天気を閲覧した方だけにボーナスポイントをプレゼント!
- 週間の天気
-
{{ dateFormat(weeklyWeatherData[n].date)[0] }} 天気 -
- {{ weeklyWeatherData[n].wDescription }}
気温 {{ weeklyWeatherData[n].max }}/{{ weeklyWeatherData[n].min }} 降水確率 {{ weeklyWeatherData[n].prob }}% -