JaouherK / streamDeck-weatherPlugin

Popular Stream Deck plugin for Weather reporting
https://jaouherk.github.io/streamDeck-weatherPlugin/
GNU General Public License v3.0
49 stars 16 forks source link

Bug report #161

Open allysprik opened 1 year ago

allysprik commented 1 year ago

0 degrees celsius results in NaN, when I switch to Fahrenheit it does say 32 properly.

Minecreator200 commented 12 months ago

This is caused by main.js lines 109, 114, 121 and 126. jsonElement ? x : y needs to be replaced with jsonElement != undefined ? x : y.