>> 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/AB74E45E-5F74-4164-8A88-ED6F34DFE0A4%40johnkline.com.
