4.0.5.13 - Fix Problems with weather-instances-number !="0" #876

This commit is contained in:
Armilar
2023-05-02 21:25:32 +02:00
committed by GitHub
parent 90436e23ba
commit bcc63a4437

View File

@@ -6581,8 +6581,6 @@ function HandleScreensaverUpdate(): void {
} else if (weatherScreensaverTempMinMax == 'MinMax') {
tempMinMaxString = Math.round(TempMin) + '° ' + Math.round(TempMax) + '°';
}
console.log('hier');
if (weatherAdapterInstance == 'accuweather.' + weatherAdapterInstanceNumber + '.' && i == 6) {