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

This commit is contained in:
Armilar
2023-05-02 21:26:41 +02:00
committed by GitHub
parent bcc63a4437
commit ecd46e536f

View File

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