This work on my Venu (simulator and real watch)
var sunrise = Weather.getSunrise(myLocation, now);
But gives
Error: Symbol Not Found Error
Details: Could not find symbol 'getSunrise'
On a simulated Fenix 7.
Anybody know why? I did restart the simulator and I do check for 'Toybox has :Weather' beforehand but the Fenix 7 with its API at 4.0 should contain it anyway and I'm using ConnectIQ 4.1.2
Thanks