You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running the current PyQtPiClock from the master repo with the Config-Example-Berlin
Probably related to issue #185
Traceback (most recent call last):
File "PyQtPiClock.py", line 1050, in wxfinished_tm2
s += '%.0f' % tempf2tempc(f['values']['temperature']) + u'°C'
NameError: global name 'tempf2tempc' is not defined
Traceback (most recent call last):
File "PyQtPiClock.py", line 1150, in wxfinished_tm3
'%.0f' % tempf2tempc(f['values']['temperatureMin']) + u'°C'
NameError: global name 'tempf2tempc' is not defined
Also seen:
File "PyQtPiClock_newissue.py", line 1152, in wxfinished_tm3
s += Config.LRain + '%.0f' % inches2mm(paccum) + 'mm/hr '
NameError: global name 'inches2mm' is not defined
Added similar functions near line 300, and tested OK, but probbly there are now duplicates.
Running the current PyQtPiClock from the master repo with the Config-Example-Berlin
Probably related to issue #185
Also seen:
Added similar functions near line 300, and tested OK, but probbly there are now duplicates.
Maybe related: The forcast squares on the right side have English text not translated to German.
The text was updated successfully, but these errors were encountered: