Your JavaScript has an error. Nothing is updated after it hits that error. Since the 10m and day high wind is only updated in the JavaScript, they are blank.
Please send the LoopData section of WeeWX.conf and the index.html.tmpl and realtime_updater.inc files. > On Jul 3, 2020, at 3:56 AM, Geni 0815 <[email protected]> wrote: > > > Extension Name Version Description > weatherboard 1.1 WeatherBoard skin. > Belchertown 1.2b6 A clean modern skin with real time streaming > updates and interactive charts. Modeled after BelchertownWeather.com > loopdata 1.3.4 Loop statistics for real time reporting. > > > Am Freitag, 3. Juli 2020 12:55:00 UTC+2 schrieb Geni 0815: >> >> No errors in the syslog >> appTemp works in loop-data.txt and in the display of weatherboard >> all wind displays are not displayed correctly and there is no refresh >> In the loop-date.txt there is always "FMT_SUM_rain": "0.1 mm", but the >> display is 0.6mm >> >> Am Freitag, 3. Juli 2020 08:32:56 UTC+2 schrieb John Kline: >>> >>> OK, I’ve pushed new versions of loopdata and weatherboard to user >>> FMT_SUM_rain rather than FMT_rain_day_total. >>> >>> You asked if appTemp could be displayed. Yes, it can be included in >>> loop-data.txt by adding appTemp (or FMT_appTemp) to the Include section of >>> LoopData in weewx.conf. >>> >>> Perhaps you are asking if I can add it to WeatherBoard. I see you’ve >>> copied it to translate the index. Just change FMT_dewPoint to FMT_appTemp >>> in index.html and realtime_updater.txt. Someday, I hope to allow for a >>> great deal of customization in the browser for the WeatherBoard skin; but I >>> don’t see that happening anytime soon. >>> >>>>> On Jul 2, 2020, at 10:59 PM, John Kline <[email protected]> wrote: >>>>> >>>> >>>> One more place to change. >>>> Change the LoopData>Include section in weewx.conf. That should include >>>> FMT_SUM_rain rather than FMT_day_rain_total. >>>> >>>> In addition to changing WeatherBoard, I’ll change the doc in LoopData as >>>> day_rain_total is likely to be a source of confusion for many. >>>> >>>> >>>> >>>>>> On Jul 2, 2020, at 10:51 PM, John Kline <[email protected]> wrote: >>>>>> >>>>> >>>>> >>>>> >>>>>>> On Jul 2, 2020, at 10:28 PM, Geni 0815 <[email protected]> wrote: >>>>>>> >>>>>> >>>>>> Errors are no longer logged >>>>> That’s good. >>>>> >>>>>> The translation doesn't work anymore: >>>>>> [[Rename]] >>>>>> kph = kmh >>>>> The README says: >>>>> Rename : Used to specify which fields to include and which names should >>>>> be used as keys (i.e., what these fields should be renamed. If neither >>>>> Rename nor fields is specified, all fields are included. >>>>> Perhaps I need to explain it better. Rename is used to change the name >>>>> of the keys in the json (loop-data.txt) file. It would be used if you >>>>> have existing JavaScript expecting a different key for an observation. >>>>> >>>>> The good news is that all formatting, conversion, labels, etc. is >>>>> controlled by the skin you have targeted. Just change the unit_label for >>>>> in the skin and the loop-data.txt file will automagically reflect your >>>>> change. >>>>> >>>>>> Rain amount is not in the loop-data.txt >>>>> WeatherBoard is using day_rain_total, which is in the loop packet for my >>>>> weather station, but not yours. It’s likely you have a rain observation >>>>> in the loop packet — simply called rain. SUM_rain would yield the same >>>>> thing as day_rain_total. So, to fix this issue, edit WeatherBoard’s >>>>> index.html.tmpl and realtime_updater.inc files and change >>>>> FMT_day_rain_total to FMT_SUM_rain and you should be good to go. I will >>>>> update WeatherBoard with this change shortly. >>>>> >>>>> Cheers, >>>>> John >>>>> >>>>>> >>>>>> Currently live here: https://affolter.familyds.net/wetter/weatherboard/ >>>>>> >>>>>> Is it possible to get the appTemp displayed? >>>>>> >>>>>> Am Donnerstag, 2. Juli 2020 20:33:09 UTC+2 schrieb John Kline: >>>>>>> >>>>>>> > > -- > 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]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/weewx-user/230623f3-cd31-41f1-a7bd-b7238d5fd822o%40googlegroups.com. -- 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]. To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/DEFAFFBA-4B64-4865-89AC-0EB5A307D92E%40johnkline.com.
