Read the statement by Michael Teeuw here.
Darksky weather module not loading
-
-
@mykle1 I did follow what the readme said but still it isn’t loading
-
@Kaviish
It looks that there is a comma to much.Try
longitude: 72.8777
instead of
longitude: 72.8777,
AxLED
-
@axled still not working. Opened console this is wat i got.
-
Looking at that error message it appears your latitude is 149.076. That will break the module. Clear the latitude line of your config entry and re=enter.
-
What does that mean the latitude on my config file is 19.0760
-
@kaviish said in Darksky weather module not loading:
What does that mean the latitude on my config file is 19.0760
Not according to the console error message you posted.
-
here is mine lat and long . you need the ’ at the start and at the end of the number .it works great
‘43.xxxx’,
‘-88.xxxx’ -
@buzzman said in Darksky weather module not loading:
you need the ’ at the start and at the end of the number
No sir, you do not need the quotes, nor are they called for in the readme. However, it does work with the quotes but that is not his issue at this point.
-
@mykle1 so should I delete the module and download it again?