Also can someone point me to sample about.inc and records.inc file. The ones in github seems to be missing.
On Sat, 8 Sep 2018 at 15:21, Praveen Chandrasekaran <[email protected]> wrote: > That seems to be my time only. Can you send me a snippet of changes you > did to support metric? > > On Sat, 8 Sep 2018 at 15:16, Colin Larsen <[email protected]> wrote: > >> There is something else a little funky going on there as the time base >> along the bottom of the charts appears to be my local time, not yours >> >> On Sat, 8 Sep 2018, 21:24 Praveen Chandrasekaran, <[email protected]> >> wrote: >> >>> I having an issue with metric. I added the following in weewx.conf: >>> >>> [StdReport] >>> [[Belchertown]] >>> skin = Belchertown >>> HTML_ROOT = /var/www/html/weewx/belchertown >>> [[[Units]]] >>> [[[[Groups]]]] >>> group_altitude = meter >>> group_degree_day = degree_C_day >>> group_pressure = mbar >>> group_rain = mm >>> group_rainrate = mm_per_hour >>> group_speed = km_per_hour >>> group_speed2 = km_per_hour2 >>> group_temperature = degree_C >>> >>> >>> However the json is still having values in farenheit and inches and the >>> highcharts labels alone are modified to C and mm. The data and labels dont >>> match now. >>> >>> My page: >>> >>> http://bedi.co.in:15000/pc-aws/weather/belchertown/ >>> >>> Do I need to change something else to metric for highcharts? >>> >>> On Wednesday, 22 August 2018 00:15:13 UTC+5:30, Pat wrote: >>>> >>>> The Belchertown skin for weewx is now available. This skin is modeled >>>> after https://belchertownweather.com >>>> >>>> The skin features >>>> >>>> - Real time streaming updates on the front page without needing to >>>> reload the site (weewx-mqtt extension required) >>>> - Forecast data updated every hour without needing to reload (a >>>> free DarkSky API key required) >>>> - Information on your closest Earthquake updated automatically >>>> every 3 hours >>>> - Weather station observation graphs which update without needing >>>> to reload >>>> - Weather records for the current year, and for all time >>>> - A mobile and iPad ready display. You could use an iPad as a "2nd >>>> console". >>>> >>>> There are dozens of options to configure within the skin. Please view >>>> the readme on GitHub <https://github.com/poblabs/weewx-belchertown> for >>>> a detailed explanation. >>>> >>>> The GitHub page: https://github.com/poblabs/weewx-belchertown >>>> >>>> Direct download of v0.1: >>>> https://github.com/poblabs/weewx-belchertown/archive/weewx-belchertown-0.1.tar.gz >>>> >>>> Quick install: >>>> >>>> wget https:// >>>> github.com/poblabs/weewx-belchertown/archive/weewx-belchertown-0.1.tar.gz >>>> >>>> sudo wee_extension --install weewx-belchertown-0.1.tar.gz >>>> >>>> Configure weewx.conf with your options >>>> >>>> Restart weewx >>>> >>>> Out of the box, it is a very basic theme. Make sure to check out the readme >>>> for all options available >>>> <https://github.com/poblabs/weewx-belchertown>! >>>> >>>> >>>> This is my first skin, and I've done all I could to test it out in >>>> various environments to iron out any initial bugs. If you do find something >>>> that's a little off, or room for improvement, please let me know! >>>> >>>> -- >>> 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. >>> >> -- >> You received this message because you are subscribed to a topic in the >> Google Groups "weewx-user" group. >> To unsubscribe from this topic, visit >> https://groups.google.com/d/topic/weewx-user/GSrKZEiPqsc/unsubscribe. >> To unsubscribe from this group and all its topics, send an email to >> [email protected]. >> 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.
