[weewx-user] Can I format an arbitrary number with a unit label in a report?

2023-12-01 Thread michael.k...@gmx.at
I have a report that reports the rain sum for the last 365 days: $span(day_delta=365).rain.sum I want to label this value like so: 365 days: 997mm Is there a way to format the number 365 with $units.labels.day? Something like: $format(365, $units.labels.day) => 365 days $format(1, $units.label

Re: [weewx-user] Not loading NOAA reports

2023-12-01 Thread Bruce Baumann
Well, thank you. I 'assumed' that the NOAA files would display on my browser. But I can easily go the location mentioned earlier. Else wise, I am pleased with the program and will now add other weather uploads.Again, thank you! R/Bruce On Friday, December 1, 2023 at 5:57:40 PM UTC-8 Tom Keffer

Re: [weewx-user] Not loading NOAA reports

2023-12-01 Thread Tom Keffer
Have you tried browsing /var/www/html? Note: browsing to the drop down list on the index page will NOT show the NOAA files on most browsers because of CORS policies. You have to either install a webserver, or browse directly to the target file. For example, go to the NOAA subdirectory, then click

Re: [weewx-user] Not loading NOAA reports

2023-12-01 Thread Bruce Baumann
A bit more of the file I missed. Dec 01 17:00:00 localhost python3[13379]: weewx[13379] INFO weewx.restx: Wunderground-RF: Published record 2023-12-01 17:00:00 PST (1701478800) Dec 01 17:00:02 localhost python3[13379]: weewx[13379] INFO weewx.restx: Wunderground-RF: Published record 2023-12-01 1

Re: [weewx-user] Not loading NOAA reports

2023-12-01 Thread Bruce Baumann
Thank you for the fast reply! I will try to be timelier in mine. I found the NOAA files in /var/www/html/weewx/NOAA. No idea how to link that to my weather discplay (Firefox) yet. Many thanks for advice and your patience as I re-enter the world of Linux. R/Bruce Dec 01 16:49:04 localhost system

Re: [weewx-user] cheetah with historical data

2023-12-01 Thread Tom Keffer
If you're serious, start a branch off of V5, then work on the file weewx/tags.py. Look at function TimeBinder.month(). Add an appropriate argument. Perhaps structure it as a 2-way tuple (year, month). Use your experience from writing a historical data template to decide what would be convenient and

Re: [weewx-user] cheetah with historical data

2023-12-01 Thread jschoonh
Too bad, but thanks for your answer. Then I have a challenge, which is also fun Op vrijdag 1 december 2023 om 22:39:25 UTC+1 schreef Tom Keffer: > Sorry, there is no way to do that. But, it would be a good addition. > > On Fri, Dec 1, 2023 at 9:19 AM jschoonh wrote: > >> a question about the ch

Re: [weewx-user] Not loading NOAA reports

2023-12-01 Thread Tom Keffer
Humor us --- show the log. It will tell us what install method you used, and where the HTML files are going. An error may not be obvious to you, but there are always useful clues! On Fri, Dec 1, 2023 at 9:25 AM Bruce Baumann wrote: > I am a newish user of weewx. Not fluent in Linux anymore. > L

Re: [weewx-user] cheetah with historical data

2023-12-01 Thread Tom Keffer
Sorry, there is no way to do that. But, it would be a good addition. On Fri, Dec 1, 2023 at 9:19 AM jschoonh wrote: > a question about the cheetah generator > currently I display historical data per month in a thermometer form. > To get the data i use i line in the the cheetah generator (as an

[weewx-user] Re: National Geographic IN122

2023-12-01 Thread Δημήτρης Βήχος
you can try cumulus software. runs in windows and linux also. package must to have cd to install the analyzer. if havent try with cumulus software Στις Παρασκευή 1 Δεκεμβρίου 2023 στις 1:31:43 μ.μ. UTC+2, ο χρήστης Tomás έγραψε: > Thanks! Oh that is a pity.. and do you know the soft advertised

[weewx-user] Not loading NOAA reports

2023-12-01 Thread Bruce Baumann
I am a newish user of weewx. Not fluent in Linux anymore. Loaded Debian 12, I installed on a Dell with an I7 chip set. Loading NOAA/NOAA-2023-11.txt Wireless Vantage Vue via USB. I cannot see the NOAA reports in my local index.html page (Seasons skin 4.10.2). I do not see reports generated in

[weewx-user] cheetah with historical data

2023-12-01 Thread jschoonh
a question about the cheetah generator currently I display historical data per month in a thermometer form. To get the data i use i line in the the cheetah generator (as an example) “$month($months_ago=11).outTemp.max.format(add_label=False,” but is it possible to give an absolute date for exa

[weewx-user] Re: Exporting live data

2023-12-01 Thread michael.k...@gmx.at
There are many way to do this. The best way? Depends on your exact use case and equipment. In general, you have to find a way to transport the desired data from the device weewx is running, to the display. Basically, what you will have to do is to configure a report for the max wind speed and t

[weewx-user] Exporting live data

2023-12-01 Thread Oskar Stenberg
Hello, We have a large diode screen showing live wind data in my boat club, and this equipment is now nearing 30 years of age, and we are looking to replace it. Therefore, I turn this question to the skilled readers of this user group. Is there any way to connect WeeWx to a LED diode screen (

[weewx-user] Re: National Geographic IN122

2023-12-01 Thread Tomás
Thanks! Oh that is a pity.. and do you know the soft advertised in the package? "PC weather analyzer software" Or where can I find it? Thanks, Tomás.- On Tuesday, 28 November 2023 at 06:55:34 UTC-3 Δημήτρης Βήχος wrote: > i didnt now this weather station. maybe its older than 265 NE , and ha

Re: [weewx-user] Unable to Connect to WU

2023-12-01 Thread Nigel Bowen
Thanks Jimi, That is the solution. No API and the password is the station ID Who would have thought Thanks On Friday, December 1, 2023 at 8:33:42 PM UTC+11 Jimi Lawson wrote: > I don't use tha API, I just use my WU station ID and key in weewx.conf. > Note the password isn't your WU acco

Re: [weewx-user] Unable to Connect to WU

2023-12-01 Thread Jimi Lawson
I don't use tha API, I just use my WU station ID and key in weewx.conf. Note the password isn't your WU account password its the key next to your station ID on the My Devices page. Jimi On Friday, 1 December 2023 at 08:57:44 UTC Nate Bargmann wrote: > I don't have any solution except to say the

Re: [weewx-user] Unable to Connect to WU

2023-12-01 Thread Nate Bargmann
I don't have any solution except to say the WU has a lot of issues and trying to get help from them almost seems futile. When they changed their systems last summer and required a change of password, I dutifully followed the instructions only to be met with an error message that my request could n