Your iframe map looks better now. I think adding the lat/lon to the URL helped making it focused onto that region.
> Just a minor thing that the wind speed is mph below each forecast icon This should be resolved now. I didn't realize that DarkSky tells you what units they use when you specify "auto", so this should be done now > Can this be changed to 1 decimal place I found a bug with my barometer generator. For some reason it was using the humidity string format for the number of decimals to round. Which was 3. No idea why humidity, but I changed it so it'll use the barometer's string value which is 1 for metric and 3 for imperial it looks like. In any event, the generator is resolved, but I think there's a 2nd "problem". The JavaScript file that displays barometer is using a y-axis resolution of 0.01. Sounds like you want 0.1 for y-axis resolution? I just pushed a commit which fixes <https://github.com/poblabs/weewx-belchertown/commit/0e9e3801b06384036589f49ca374daae2acfedbc> the issues above, but let me know on the JavaScript y-axis before I create another release. I might need to think about that one if a resolution of 0.1 is what you're looking for (how to flip flop between imperial and metric barometer units?).... Maybe you're all set now with the generator fix and the y-axis isn't a problem anymore? On Thursday, August 23, 2018 at 5:43:25 AM UTC-4, Colin Larsen wrote: > > And just one last thing before it is sleep time here in NZ .... on the > charts, particularly the baro but I guess that solar will do it too, there > is a gap once numbers are over 999, so 1000 becomes 1 000 etc and then > there are 3 decimal places after > i.e. 1 023.345. > Can this be changed to 1 decimal place and get rid of the gap so 1 023.345 > becomes simply 1023.3 ? > > Cheers and thanks > Colin > > On Thu, Aug 23, 2018 at 5:18 PM Colin Larsen <[email protected] > <javascript:>> wrote: > >> Whoops - wrong link >> >> I accidentally picked up the 12 hour forecast, have used this one. Let me >> know what it looks like from your locations. My suspicion is that there is >> still a location override going on. >> >> <iframe width="650" height="360" src=" >> https://embed.windy.com/embed2.html?lat=-41.079&lon=170.552&zoom=5&level=surface&overlay=clouds&menu=&message=&marker=&calendar=now&pressure=true&type=map&location=coordinates&detail=&detailLat=47.267&detailLon=11.400&metricWind=km%2Fh&metricTemp=%C2%B0C&radarRange=-1" >> >> frameborder="0"></iframe> >> >> On Thu, Aug 23, 2018 at 5:09 PM Colin Larsen <[email protected] >> <javascript:>> wrote: >> >>> I used the Windy embed widget and now have this in radar_html space >>> >>> <iframe width="650" height="360" src=" >>> https://embed.windy.com/embed2.html?lat=-41.179&lon=172.441&zoom=5&level=surface&overlay=clouds&menu=&message=&marker=&calendar=12&pressure=&type=map&location=coordinates&detail=&detailLat=47.267&detailLon=11.400&metricWind=km%2Fh&metricTemp=%C2%B0C&radarRange=-1" >>> >>> frameborder="0"></iframe> >>> >>> >>> >>> On Thu, Aug 23, 2018 at 5:01 PM Colin Larsen <[email protected] >>> <javascript:>> wrote: >>> >>>> Thanks for the info Susan. >>>> >>>> Good news - Darksky has updated properly!!!! Just a minor thing that >>>> the wind speed is mph below each forecast icon >>>> >>>> Progress, nearly there, great work Pat, I'm loving this skin :) >>>> >>>> On Thu, Aug 23, 2018 at 2:50 PM <[email protected] <javascript:>> wrote: >>>> >>>>> I just tried the Colin's site and the map is centred on my lat/long >>>>> (Melbourne, Australia). >>>>> >>>>> Looking at the web page source, I can see it passing the Wellington >>>>> lat/long to windy.com so it must be picking my location up from >>>>> somewhere else. >>>>> >>>>> Susan >>>>> >>>>> -- >>>>> You received this message because you are subscribed to the Google >>>>> Groups "weewx-user" group. >>>>> To unsubscribe from this group and stop receiving emails from it, send >>>>> an email to [email protected] <javascript:>. >>>>> For more options, visit https://groups.google.com/d/optout. >>>>> >>>> -- You received this message because you are subscribed to the Google Groups "weewx-user" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
