NEW UPDATED VERSION, PLEASE READ INSTRUCTIONS HERE.
UPDATE 2019-08-13 A fix has been applied to address the incorrect day issue. (Thanks to fifipil909). Please download the updated owm.controller.js file, and replace it. Only necessary in existing installations, new copies will have the new version.
Hello,
I have forked my previous Weatherunderground widget to support the OpenWeatherMap binding. This widget can be used with the free API key!
Features:
- Multilangual, it follows the language settings from OpenHAB and OpenWeatherMap binding
- It uses the unit settings from the item configuration making it more flexable
- Customizable, you can set icon colors and sizes in the widget settings
- All settings done in widget, no need to adjust the code
- Make use of the weather-icons iconset which works perfectly with OpenWeatherMap
- NEW: Forecast based on next day 12:00
- NEW: Set custom forecast date format in settings
Screenshot (Dutch language):
Items, dont forget to replace the id with your â Local weather and forecastâ thing id:
// Open Weather Map
Number:Temperature Weather_OWM_Temperature "Temperature [%.1f %unit%]" <temperature> {channel="openweathermap:weather-and-forecast:2fd1295b:local:current#temperature"}
Number:Dimensionless Weather_OWM_Humidity "Humidity [%d %unit%]" {channel="openweathermap:weather-and-forecast:2fd1295b:local:current#humidity"}
Number:Speed Weather_OWM_Wind_Speed "Windspeed [%.1f m/s]" {channel="openweathermap:weather-and-forecast:2fd1295b:local:current#wind-speed"}
String Weather_OWM_Station_Name "Station Name [%s]" {channel="openweathermap:weather-and-forecast:2fd1295b:local:station#name"}
DateTime Weather_OWM_ObservationTime "Observation time [%1$tY-%1$tm-%1$td]" {channel="openweathermap:weather-and-forecast:2fd1295b:local:current#time-stamp"}
String Weather_OWM_Condition "Condition [%s]" {channel="openweathermap:weather-and-forecast:2fd1295b:local:current#condition"}
String Weather_OWM_ConditionId "ConditionId [%s]" {channel="openweathermap:weather-and-forecast:2fd1295b:local:current#condition-id"}
Image Weather_OWM_ConditionIcon "Icon [%s]" {channel="openweathermap:weather-and-forecast:2fd1295b:local:current#icon"}
String Weather_OWM_ConditionIconId "IconId [%s]" {channel="openweathermap:weather-and-forecast:2fd1295b:local:current#icon-id"}
Number:Temperature Weather_OWM_Temp0 "Temperature [%.1f %unit%]" <temperature> {channel="openweathermap:weather-and-forecast:2fd1295b:local:forecastHours03#temperature"}
Number:Temperature Weather_OWM_Temp1 "Temperature [%.1f %unit%]" <temperature> {channel="openweathermap:weather-and-forecast:2fd1295b:local:forecastHours24#temperature"}
Number:Temperature Weather_OWM_Temp2 "Temperature [%.1f %unit%]" <temperature> {channel="openweathermap:weather-and-forecast:2fd1295b:local:forecastHours48#temperature"}
Number:Temperature Weather_OWM_Temp3 "Temperature [%.1f %unit%]" <temperature> {channel="openweathermap:weather-and-forecast:2fd1295b:local:forecastHours72#temperature"}
DateTime Weather_OWM_Forecast_Time0 "Forecast time [%1$td.%1$tm.%1$tY %1$tH:%1$tM]" {channel="openweathermap:weather-and-forecast:2fd1295b:local:forecastHours03#time-stamp"}
DateTime Weather_OWM_Forecast_Time1 "Forecast time [%1$td.%1$tm.%1$tY %1$tH:%1$tM]" {channel="openweathermap:weather-and-forecast:2fd1295b:local:forecastHours24#time-stamp"}
DateTime Weather_OWM_Forecast_Time2 "Forecast time [%1$td.%1$tm.%1$tY %1$tH:%1$tM]" {channel="openweathermap:weather-and-forecast:2fd1295b:local:forecastHours48#time-stamp"}
DateTime Weather_OWM_Forecast_Time3 "Forecast time [%1$td.%1$tm.%1$tY %1$tH:%1$tM]" {channel="openweathermap:weather-and-forecast:2fd1295b:local:forecastHours72#time-stamp"}
String Weather_OWM_Condition0 "Condition [%s]" {channel="openweathermap:weather-and-forecast:2fd1295b:local:forecastHours03#condition"}
String Weather_OWM_Condition1 "Condition [%s]" {channel="openweathermap:weather-and-forecast:2fd1295b:local:forecastHours24#condition"}
String Weather_OWM_Condition2 "Condition [%s]" {channel="openweathermap:weather-and-forecast:2fd1295b:local:forecastHours48#condition"}
String Weather_OWM_Condition3 "Condition [%s]" {channel="openweathermap:weather-and-forecast:2fd1295b:local:forecastHours72#condition"}
String Weather_OWM_ConditionId0 "Icon [%s]" {channel="openweathermap:weather-and-forecast:2fd1295b:local:forecastHours03#condition-id"}
String Weather_OWM_ConditionId1 "Icon [%s]" {channel="openweathermap:weather-and-forecast:2fd1295b:local:forecastHours24#condition-id"}
String Weather_OWM_ConditionId2 "Icon [%s]" {channel="openweathermap:weather-and-forecast:2fd1295b:local:forecastHours48#condition-id"}
String Weather_OWM_ConditionId3 "Icon [%s]" {channel="openweathermap:weather-and-forecast:2fd1295b:local:forecastHours72#condition-id"}
Number:Temperature Weather_OWM_Temp_h3 "Temperature [%.1f %unit%]" <temperature> {channel="openweathermap:weather-and-forecast:2fd1295b:local:forecastHours03#temperature"}
Number:Temperature Weather_OWM_Temp_h6 "Temperature [%.1f %unit%]" <temperature> {channel="openweathermap:weather-and-forecast:2fd1295b:local:forecastHours06#temperature"}
Number:Temperature Weather_OWM_Temp_h9 "Temperature [%.1f %unit%]" <temperature> {channel="openweathermap:weather-and-forecast:2fd1295b:local:forecastHours09#temperature"}
Number:Temperature Weather_OWM_Temp_h12 "Temperature [%.1f %unit%]" <temperature> {channel="openweathermap:weather-and-forecast:2fd1295b:local:forecastHours12#temperature"}
Number:Temperature Weather_OWM_Temp_h15 "Temperature [%.1f %unit%]" <temperature> {channel="openweathermap:weather-and-forecast:2fd1295b:local:forecastHours15#temperature"}
Number:Temperature Weather_OWM_Temp_h18 "Temperature [%.1f %unit%]" <temperature> {channel="openweathermap:weather-and-forecast:2fd1295b:local:forecastHours18#temperature"}
Number:Temperature Weather_OWM_Temp_h21 "Temperature [%.1f %unit%]" <temperature> {channel="openweathermap:weather-and-forecast:2fd1295b:local:forecastHours21#temperature"}
Number:Temperature Weather_OWM_Temp_h24 "Temperature [%.1f %unit%]" <temperature> {channel="openweathermap:weather-and-forecast:2fd1295b:local:forecastHours24#temperature"}
Number:Temperature Weather_OWM_Temp_h27 "Temperature [%.1f %unit%]" <temperature> {channel="openweathermap:weather-and-forecast:2fd1295b:local:forecastHours27#temperature"}
Number:Temperature Weather_OWM_Temp_h30 "Temperature [%.1f %unit%]" <temperature> {channel="openweathermap:weather-and-forecast:2fd1295b:local:forecastHours30#temperature"}
Number:Temperature Weather_OWM_Temp_h33 "Temperature [%.1f %unit%]" <temperature> {channel="openweathermap:weather-and-forecast:2fd1295b:local:forecastHours33#temperature"}
Number:Temperature Weather_OWM_Temp_h36 "Temperature [%.1f %unit%]" <temperature> {channel="openweathermap:weather-and-forecast:2fd1295b:local:forecastHours36#temperature"}
Number:Temperature Weather_OWM_Temp_h39 "Temperature [%.1f %unit%]" <temperature> {channel="openweathermap:weather-and-forecast:2fd1295b:local:forecastHours39#temperature"}
Number:Temperature Weather_OWM_Temp_h42 "Temperature [%.1f %unit%]" <temperature> {channel="openweathermap:weather-and-forecast:2fd1295b:local:forecastHours42#temperature"}
Number:Temperature Weather_OWM_Temp_h45 "Temperature [%.1f %unit%]" <temperature> {channel="openweathermap:weather-and-forecast:2fd1295b:local:forecastHours45#temperature"}
Number:Temperature Weather_OWM_Temp_h48 "Temperature [%.1f %unit%]" <temperature> {channel="openweathermap:weather-and-forecast:2fd1295b:local:forecastHours48#temperature"}
Number:Temperature Weather_OWM_Temp_h51 "Temperature [%.1f %unit%]" <temperature> {channel="openweathermap:weather-and-forecast:2fd1295b:local:forecastHours51#temperature"}
Number:Temperature Weather_OWM_Temp_h54 "Temperature [%.1f %unit%]" <temperature> {channel="openweathermap:weather-and-forecast:2fd1295b:local:forecastHours54#temperature"}
Number:Temperature Weather_OWM_Temp_h57 "Temperature [%.1f %unit%]" <temperature> {channel="openweathermap:weather-and-forecast:2fd1295b:local:forecastHours57#temperature"}
Number:Temperature Weather_OWM_Temp_h60 "Temperature [%.1f %unit%]" <temperature> {channel="openweathermap:weather-and-forecast:2fd1295b:local:forecastHours60#temperature"}
Number:Temperature Weather_OWM_Temp_h63 "Temperature [%.1f %unit%]" <temperature> {channel="openweathermap:weather-and-forecast:2fd1295b:local:forecastHours63#temperature"}
Number:Temperature Weather_OWM_Temp_h66 "Temperature [%.1f %unit%]" <temperature> {channel="openweathermap:weather-and-forecast:2fd1295b:local:forecastHours66#temperature"}
Number:Temperature Weather_OWM_Temp_h69 "Temperature [%.1f %unit%]" <temperature> {channel="openweathermap:weather-and-forecast:2fd1295b:local:forecastHours69#temperature"}
Number:Temperature Weather_OWM_Temp_h72 "Temperature [%.1f %unit%]" <temperature> {channel="openweathermap:weather-and-forecast:2fd1295b:local:forecastHours72#temperature"}
Number:Temperature Weather_OWM_Temp_h75 "Temperature [%.1f %unit%]" <temperature> {channel="openweathermap:weather-and-forecast:2fd1295b:local:forecastHours75#temperature"}
Number:Temperature Weather_OWM_Temp_h78 "Temperature [%.1f %unit%]" <temperature> {channel="openweathermap:weather-and-forecast:2fd1295b:local:forecastHours78#temperature"}
Number:Temperature Weather_OWM_Temp_h81 "Temperature [%.1f %unit%]" <temperature> {channel="openweathermap:weather-and-forecast:2fd1295b:local:forecastHours81#temperature"}
Number:Temperature Weather_OWM_Temp_h84 "Temperature [%.1f %unit%]" <temperature> {channel="openweathermap:weather-and-forecast:2fd1295b:local:forecastHours84#temperature"}
Number:Temperature Weather_OWM_Temp_h87 "Temperature [%.1f %unit%]" <temperature> {channel="openweathermap:weather-and-forecast:2fd1295b:local:forecastHours87#temperature"}
Number:Temperature Weather_OWM_Temp_h90 "Temperature [%.1f %unit%]" <temperature> {channel="openweathermap:weather-and-forecast:2fd1295b:local:forecastHours90#temperature"}
Number:Temperature Weather_OWM_Temp_h93 "Temperature [%.1f %unit%]" <temperature> {channel="openweathermap:weather-and-forecast:2fd1295b:local:forecastHours93#temperature"}
Number:Temperature Weather_OWM_Temp_h96 "Temperature [%.1f %unit%]" <temperature> {channel="openweathermap:weather-and-forecast:2fd1295b:local:forecastHours96#temperature"}
String Weather_OWM_Condition_h3 "Condition [%s]" {channel="openweathermap:weather-and-forecast:2fd1295b:local:forecastHours03#condition"}
String Weather_OWM_Condition_h6 "Condition [%s]" {channel="openweathermap:weather-and-forecast:2fd1295b:local:forecastHours06#condition"}
String Weather_OWM_Condition_h9 "Condition [%s]" {channel="openweathermap:weather-and-forecast:2fd1295b:local:forecastHours09#condition"}
String Weather_OWM_Condition_h12 "Condition [%s]" {channel="openweathermap:weather-and-forecast:2fd1295b:local:forecastHours12#condition"}
String Weather_OWM_Condition_h15 "Condition [%s]" {channel="openweathermap:weather-and-forecast:2fd1295b:local:forecastHours15#condition"}
String Weather_OWM_Condition_h18 "Condition [%s]" {channel="openweathermap:weather-and-forecast:2fd1295b:local:forecastHours18#condition"}
String Weather_OWM_Condition_h21 "Condition [%s]" {channel="openweathermap:weather-and-forecast:2fd1295b:local:forecastHours21#condition"}
String Weather_OWM_Condition_h24 "Condition [%s]" {channel="openweathermap:weather-and-forecast:2fd1295b:local:forecastHours24#condition"}
String Weather_OWM_Condition_h27 "Condition [%s]" {channel="openweathermap:weather-and-forecast:2fd1295b:local:forecastHours27#condition"}
String Weather_OWM_Condition_h30 "Condition [%s]" {channel="openweathermap:weather-and-forecast:2fd1295b:local:forecastHours30#condition"}
String Weather_OWM_Condition_h33 "Condition [%s]" {channel="openweathermap:weather-and-forecast:2fd1295b:local:forecastHours33#condition"}
String Weather_OWM_Condition_h36 "Condition [%s]" {channel="openweathermap:weather-and-forecast:2fd1295b:local:forecastHours36#condition"}
String Weather_OWM_Condition_h39 "Condition [%s]" {channel="openweathermap:weather-and-forecast:2fd1295b:local:forecastHours39#condition"}
String Weather_OWM_Condition_h42 "Condition [%s]" {channel="openweathermap:weather-and-forecast:2fd1295b:local:forecastHours42#condition"}
String Weather_OWM_Condition_h45 "Condition [%s]" {channel="openweathermap:weather-and-forecast:2fd1295b:local:forecastHours45#condition"}
String Weather_OWM_Condition_h48 "Condition [%s]" {channel="openweathermap:weather-and-forecast:2fd1295b:local:forecastHours48#condition"}
String Weather_OWM_Condition_h51 "Condition [%s]" {channel="openweathermap:weather-and-forecast:2fd1295b:local:forecastHours51#condition"}
String Weather_OWM_Condition_h54 "Condition [%s]" {channel="openweathermap:weather-and-forecast:2fd1295b:local:forecastHours54#condition"}
String Weather_OWM_Condition_h57 "Condition [%s]" {channel="openweathermap:weather-and-forecast:2fd1295b:local:forecastHours57#condition"}
String Weather_OWM_Condition_h60 "Condition [%s]" {channel="openweathermap:weather-and-forecast:2fd1295b:local:forecastHours60#condition"}
String Weather_OWM_Condition_h63 "Condition [%s]" {channel="openweathermap:weather-and-forecast:2fd1295b:local:forecastHours63#condition"}
String Weather_OWM_Condition_h66 "Condition [%s]" {channel="openweathermap:weather-and-forecast:2fd1295b:local:forecastHours66#condition"}
String Weather_OWM_Condition_h69 "Condition [%s]" {channel="openweathermap:weather-and-forecast:2fd1295b:local:forecastHours69#condition"}
String Weather_OWM_Condition_h72 "Condition [%s]" {channel="openweathermap:weather-and-forecast:2fd1295b:local:forecastHours72#condition"}
String Weather_OWM_Condition_h75 "Condition [%s]" {channel="openweathermap:weather-and-forecast:2fd1295b:local:forecastHours75#condition"}
String Weather_OWM_Condition_h78 "Condition [%s]" {channel="openweathermap:weather-and-forecast:2fd1295b:local:forecastHours78#condition"}
String Weather_OWM_Condition_h81 "Condition [%s]" {channel="openweathermap:weather-and-forecast:2fd1295b:local:forecastHours81#condition"}
String Weather_OWM_Condition_h84 "Condition [%s]" {channel="openweathermap:weather-and-forecast:2fd1295b:local:forecastHours84#condition"}
String Weather_OWM_Condition_h87 "Condition [%s]" {channel="openweathermap:weather-and-forecast:2fd1295b:local:forecastHours87#condition"}
String Weather_OWM_Condition_h90 "Condition [%s]" {channel="openweathermap:weather-and-forecast:2fd1295b:local:forecastHours90#condition"}
String Weather_OWM_Condition_h93 "Condition [%s]" {channel="openweathermap:weather-and-forecast:2fd1295b:local:forecastHours93#condition"}
String Weather_OWM_Condition_h96 "Condition [%s]" {channel="openweathermap:weather-and-forecast:2fd1295b:local:forecastHours96#condition"}
String Weather_OWM_ConditionId_h3 "Condition [%s]" {channel="openweathermap:weather-and-forecast:2fd1295b:local:forecastHours03#condition-id"}
String Weather_OWM_ConditionId_h6 "Condition [%s]" {channel="openweathermap:weather-and-forecast:2fd1295b:local:forecastHours06#condition-id"}
String Weather_OWM_ConditionId_h9 "Condition [%s]" {channel="openweathermap:weather-and-forecast:2fd1295b:local:forecastHours09#condition-id"}
String Weather_OWM_ConditionId_h12 "Condition [%s]" {channel="openweathermap:weather-and-forecast:2fd1295b:local:forecastHours12#condition-id"}
String Weather_OWM_ConditionId_h15 "Condition [%s]" {channel="openweathermap:weather-and-forecast:2fd1295b:local:forecastHours15#condition-id"}
String Weather_OWM_ConditionId_h18 "Condition [%s]" {channel="openweathermap:weather-and-forecast:2fd1295b:local:forecastHours18#condition-id"}
String Weather_OWM_ConditionId_h21 "Condition [%s]" {channel="openweathermap:weather-and-forecast:2fd1295b:local:forecastHours21#condition-id"}
String Weather_OWM_ConditionId_h24 "Condition [%s]" {channel="openweathermap:weather-and-forecast:2fd1295b:local:forecastHours24#condition-id"}
String Weather_OWM_ConditionId_h27 "Condition [%s]" {channel="openweathermap:weather-and-forecast:2fd1295b:local:forecastHours27#condition-id"}
String Weather_OWM_ConditionId_h30 "Condition [%s]" {channel="openweathermap:weather-and-forecast:2fd1295b:local:forecastHours30#condition-id"}
String Weather_OWM_ConditionId_h33 "Condition [%s]" {channel="openweathermap:weather-and-forecast:2fd1295b:local:forecastHours33#condition-id"}
String Weather_OWM_ConditionId_h36 "Condition [%s]" {channel="openweathermap:weather-and-forecast:2fd1295b:local:forecastHours36#condition-id"}
String Weather_OWM_ConditionId_h39 "Condition [%s]" {channel="openweathermap:weather-and-forecast:2fd1295b:local:forecastHours39#condition-id"}
String Weather_OWM_ConditionId_h42 "Condition [%s]" {channel="openweathermap:weather-and-forecast:2fd1295b:local:forecastHours42#condition-id"}
String Weather_OWM_ConditionId_h45 "Condition [%s]" {channel="openweathermap:weather-and-forecast:2fd1295b:local:forecastHours45#condition-id"}
String Weather_OWM_ConditionId_h48 "Condition [%s]" {channel="openweathermap:weather-and-forecast:2fd1295b:local:forecastHours48#condition-id"}
String Weather_OWM_ConditionId_h51 "Condition [%s]" {channel="openweathermap:weather-and-forecast:2fd1295b:local:forecastHours51#condition-id"}
String Weather_OWM_ConditionId_h54 "Condition [%s]" {channel="openweathermap:weather-and-forecast:2fd1295b:local:forecastHours54#condition-id"}
String Weather_OWM_ConditionId_h57 "Condition [%s]" {channel="openweathermap:weather-and-forecast:2fd1295b:local:forecastHours57#condition-id"}
String Weather_OWM_ConditionId_h60 "Condition [%s]" {channel="openweathermap:weather-and-forecast:2fd1295b:local:forecastHours60#condition-id"}
String Weather_OWM_ConditionId_h63 "Condition [%s]" {channel="openweathermap:weather-and-forecast:2fd1295b:local:forecastHours63#condition-id"}
String Weather_OWM_ConditionId_h66 "Condition [%s]" {channel="openweathermap:weather-and-forecast:2fd1295b:local:forecastHours66#condition-id"}
String Weather_OWM_ConditionId_h69 "Condition [%s]" {channel="openweathermap:weather-and-forecast:2fd1295b:local:forecastHours69#condition-id"}
String Weather_OWM_ConditionId_h72 "Condition [%s]" {channel="openweathermap:weather-and-forecast:2fd1295b:local:forecastHours72#condition-id"}
String Weather_OWM_ConditionId_h75 "Condition [%s]" {channel="openweathermap:weather-and-forecast:2fd1295b:local:forecastHours75#condition-id"}
String Weather_OWM_ConditionId_h78 "Condition [%s]" {channel="openweathermap:weather-and-forecast:2fd1295b:local:forecastHours78#condition-id"}
String Weather_OWM_ConditionId_h81 "Condition [%s]" {channel="openweathermap:weather-and-forecast:2fd1295b:local:forecastHours81#condition-id"}
String Weather_OWM_ConditionId_h84 "Condition [%s]" {channel="openweathermap:weather-and-forecast:2fd1295b:local:forecastHours84#condition-id"}
String Weather_OWM_ConditionId_h87 "Condition [%s]" {channel="openweathermap:weather-and-forecast:2fd1295b:local:forecastHours87#condition-id"}
String Weather_OWM_ConditionId_h90 "Condition [%s]" {channel="openweathermap:weather-and-forecast:2fd1295b:local:forecastHours90#condition-id"}
String Weather_OWM_ConditionId_h93 "Condition [%s]" {channel="openweathermap:weather-and-forecast:2fd1295b:local:forecastHours93#condition-id"}
String Weather_OWM_ConditionId_h96 "Condition [%s]" {channel="openweathermap:weather-and-forecast:2fd1295b:local:forecastHours96#condition-id"}
DateTime Weather_OWM_DateTime_h3 "Forecast time [%1$td.%1$tm.%1$tY %1$tH:%1$tM]" {channel="openweathermap:weather-and-forecast:2fd1295b:local:forecastHours03#time-stamp"}
DateTime Weather_OWM_DateTime_h6 "Forecast time [%1$td.%1$tm.%1$tY %1$tH:%1$tM]" {channel="openweathermap:weather-and-forecast:2fd1295b:local:forecastHours06#time-stamp"}
DateTime Weather_OWM_DateTime_h9 "Forecast time [%1$td.%1$tm.%1$tY %1$tH:%1$tM]" {channel="openweathermap:weather-and-forecast:2fd1295b:local:forecastHours09#time-stamp"}
DateTime Weather_OWM_DateTime_h12 "Forecast time [%1$td.%1$tm.%1$tY %1$tH:%1$tM]" {channel="openweathermap:weather-and-forecast:2fd1295b:local:forecastHours12#time-stamp"}
DateTime Weather_OWM_DateTime_h15 "Forecast time [%1$td.%1$tm.%1$tY %1$tH:%1$tM]" {channel="openweathermap:weather-and-forecast:2fd1295b:local:forecastHours15#time-stamp"}
DateTime Weather_OWM_DateTime_h18 "Forecast time [%1$td.%1$tm.%1$tY %1$tH:%1$tM]" {channel="openweathermap:weather-and-forecast:2fd1295b:local:forecastHours18#time-stamp"}
DateTime Weather_OWM_DateTime_h21 "Forecast time [%1$td.%1$tm.%1$tY %1$tH:%1$tM]" {channel="openweathermap:weather-and-forecast:2fd1295b:local:forecastHours21#time-stamp"}
DateTime Weather_OWM_DateTime_h24 "Forecast time [%1$td.%1$tm.%1$tY %1$tH:%1$tM]" {channel="openweathermap:weather-and-forecast:2fd1295b:local:forecastHours24#time-stamp"}
DateTime Weather_OWM_DateTime_h27 "Forecast time [%1$td.%1$tm.%1$tY %1$tH:%1$tM]" {channel="openweathermap:weather-and-forecast:2fd1295b:local:forecastHours27#time-stamp"}
DateTime Weather_OWM_DateTime_h30 "Forecast time [%1$td.%1$tm.%1$tY %1$tH:%1$tM]" {channel="openweathermap:weather-and-forecast:2fd1295b:local:forecastHours30#time-stamp"}
DateTime Weather_OWM_DateTime_h33 "Forecast time [%1$td.%1$tm.%1$tY %1$tH:%1$tM]" {channel="openweathermap:weather-and-forecast:2fd1295b:local:forecastHours33#time-stamp"}
DateTime Weather_OWM_DateTime_h36 "Forecast time [%1$td.%1$tm.%1$tY %1$tH:%1$tM]" {channel="openweathermap:weather-and-forecast:2fd1295b:local:forecastHours36#time-stamp"}
DateTime Weather_OWM_DateTime_h39 "Forecast time [%1$td.%1$tm.%1$tY %1$tH:%1$tM]" {channel="openweathermap:weather-and-forecast:2fd1295b:local:forecastHours39#time-stamp"}
DateTime Weather_OWM_DateTime_h42 "Forecast time [%1$td.%1$tm.%1$tY %1$tH:%1$tM]" {channel="openweathermap:weather-and-forecast:2fd1295b:local:forecastHours42#time-stamp"}
DateTime Weather_OWM_DateTime_h45 "Forecast time [%1$td.%1$tm.%1$tY %1$tH:%1$tM]" {channel="openweathermap:weather-and-forecast:2fd1295b:local:forecastHours45#time-stamp"}
DateTime Weather_OWM_DateTime_h48 "Forecast time [%1$td.%1$tm.%1$tY %1$tH:%1$tM]" {channel="openweathermap:weather-and-forecast:2fd1295b:local:forecastHours48#time-stamp"}
DateTime Weather_OWM_DateTime_h51 "Forecast time [%1$td.%1$tm.%1$tY %1$tH:%1$tM]" {channel="openweathermap:weather-and-forecast:2fd1295b:local:forecastHours51#time-stamp"}
DateTime Weather_OWM_DateTime_h54 "Forecast time [%1$td.%1$tm.%1$tY %1$tH:%1$tM]" {channel="openweathermap:weather-and-forecast:2fd1295b:local:forecastHours54#time-stamp"}
DateTime Weather_OWM_DateTime_h57 "Forecast time [%1$td.%1$tm.%1$tY %1$tH:%1$tM]" {channel="openweathermap:weather-and-forecast:2fd1295b:local:forecastHours57#time-stamp"}
DateTime Weather_OWM_DateTime_h60 "Forecast time [%1$td.%1$tm.%1$tY %1$tH:%1$tM]" {channel="openweathermap:weather-and-forecast:2fd1295b:local:forecastHours60#time-stamp"}
DateTime Weather_OWM_DateTime_h63 "Forecast time [%1$td.%1$tm.%1$tY %1$tH:%1$tM]" {channel="openweathermap:weather-and-forecast:2fd1295b:local:forecastHours63#time-stamp"}
DateTime Weather_OWM_DateTime_h66 "Forecast time [%1$td.%1$tm.%1$tY %1$tH:%1$tM]" {channel="openweathermap:weather-and-forecast:2fd1295b:local:forecastHours66#time-stamp"}
DateTime Weather_OWM_DateTime_h69 "Forecast time [%1$td.%1$tm.%1$tY %1$tH:%1$tM]" {channel="openweathermap:weather-and-forecast:2fd1295b:local:forecastHours69#time-stamp"}
DateTime Weather_OWM_DateTime_h72 "Forecast time [%1$td.%1$tm.%1$tY %1$tH:%1$tM]" {channel="openweathermap:weather-and-forecast:2fd1295b:local:forecastHours72#time-stamp"}
DateTime Weather_OWM_DateTime_h75 "Forecast time [%1$td.%1$tm.%1$tY %1$tH:%1$tM]" {channel="openweathermap:weather-and-forecast:2fd1295b:local:forecastHours75#time-stamp"}
DateTime Weather_OWM_DateTime_h78 "Forecast time [%1$td.%1$tm.%1$tY %1$tH:%1$tM]" {channel="openweathermap:weather-and-forecast:2fd1295b:local:forecastHours78#time-stamp"}
DateTime Weather_OWM_DateTime_h81 "Forecast time [%1$td.%1$tm.%1$tY %1$tH:%1$tM]" {channel="openweathermap:weather-and-forecast:2fd1295b:local:forecastHours81#time-stamp"}
DateTime Weather_OWM_DateTime_h84 "Forecast time [%1$td.%1$tm.%1$tY %1$tH:%1$tM]" {channel="openweathermap:weather-and-forecast:2fd1295b:local:forecastHours84#time-stamp"}
DateTime Weather_OWM_DateTime_h87 "Forecast time [%1$td.%1$tm.%1$tY %1$tH:%1$tM]" {channel="openweathermap:weather-and-forecast:2fd1295b:local:forecastHours87#time-stamp"}
DateTime Weather_OWM_DateTime_h90 "Forecast time [%1$td.%1$tm.%1$tY %1$tH:%1$tM]" {channel="openweathermap:weather-and-forecast:2fd1295b:local:forecastHours90#time-stamp"}
DateTime Weather_OWM_DateTime_h93 "Forecast time [%1$td.%1$tm.%1$tY %1$tH:%1$tM]" {channel="openweathermap:weather-and-forecast:2fd1295b:local:forecastHours93#time-stamp"}
DateTime Weather_OWM_DateTime_h96 "Forecast time [%1$td.%1$tm.%1$tY %1$tH:%1$tM]" {channel="openweathermap:weather-and-forecast:2fd1295b:local:forecastHours96#time-stamp"}
Instructions to install are on the github page.
All the best,
Bastiaan