UI Widget: Weather

Hi Rainer,
me again, sorry!!!
Now I used your ItemSet and your Original-Widget. The only Difference is in the Thing-Description, as mine use another UID.
Onecall-Thing:

UID: openweathermap:onecall:api:local
label: One Call API weather and forecast
thingTypeUID: openweathermap:onecall
configuration:
  location: xxxx,yyyy
  forecastHours: 13
  forecastDays: 6
  forecastMinutes: 0
bridgeUID: openweathermap:weather-api:api

OWM-Thing:

UID: openweathermap:weather-and-forecast:api:local
label: Lokales Wetter und Wettervorhersage
thingTypeUID: openweathermap:weather-and-forecast
configuration:
  forecastDays: 0
  location: xxxx,yyyy
  forecastHours: 24
bridgeUID: openweathermap:weather-api:api

Bridge:

UID: openweathermap:weather-api:api
label: OpenWeatherMap Konto
thingTypeUID: openweathermap:weather-api
configuration:
  apikey: my key
  refreshInterval: 60
  language: de

Widget-Settings:
grafik
grafik

Widget-Result:
grafik

As you see all looks amazing include the correct location, but still the same boring warnings:

2021-02-02 17:03:03.642 [WARN ] [e.internal.SseItemStatesEventBuilder] - Attempting to send a state update of an item which doesn't exist: ForecastTomorrow_Iconid
2021-02-02 17:03:03.654 [WARN ] [e.internal.SseItemStatesEventBuilder] - Attempting to send a state update of an item which doesn't exist: OneCallAPIweatherandforecast_ForecastDay1_Iconid
2021-02-02 17:03:03.659 [WARN ] [e.internal.SseItemStatesEventBuilder] - Attempting to send a state update of an item which doesn't exist: ForecastDay2_Iconid
2021-02-02 17:03:03.670 [WARN ] [e.internal.SseItemStatesEventBuilder] - Attempting to send a state update of an item which doesn't exist: ForecastDay3_Iconid
2021-02-02 17:03:03.680 [WARN ] [e.internal.SseItemStatesEventBuilder] - Attempting to send a state update of an item which doesn't exist: ForecastDay4_Iconid
2021-02-02 17:03:03.690 [WARN ] [e.internal.SseItemStatesEventBuilder] - Attempting to send a state update of an item which doesn't exist: ForecastDay5_Iconid

Here once again the item-scheme and the YAML-Code:
weatherPopupRG.txt (29.5 KB) oncallRG.items.txt (44.1 KB)

Is it possible that the code was changed ? I used it from here

Cheers,
Peter