[weewx-user] Installing a new template

2024-05-29 Thread Marco Citossi
I would like to install a new template. For example this one https://github.com/brewster76/fuzzy-archer/blob/master/INSTALL Anyway I've installed weewx (now working) in Oracle Linux 8.9 using Redhat instructions but I don't find utilities like wee_extension. http://weewx.com/docs/5.0/quickstarts/

[weewx-user] Re: Installing a new template

2024-05-29 Thread 'michael.k...@gmx.at' via weewx-user
Hi Marco, for fuzzy-archer, simply follow the instructions on your default "about.html" ("Custom pages") or consider checking the wiki: https://github.com/brewster76/fuzzy-archer/wiki/Customization#custom-pages For WeeWX 5 the utility works like this: weectl extension install http://github.com

Re: [weewx-user] Installing a new template

2024-05-29 Thread Tom Keffer
Marco, Michael's post is spot on, but you should read the *Upgrade Guide *. It explains what happened to wee_extension. On Wed, May 29, 2024 at 12:50 AM Marco Citossi wrote: > I would like to install a new template. > For example this one > https://githu

Re: [weewx-user] FTP Not working

2024-05-29 Thread Rich Strle
The FTP process works perfectly. My issues were all self inflicted. Thanks for your help. On Saturday, May 25, 2024 at 11:07:33 AM UTC-5 vince wrote: > Your original post with the weewx.conf file had your FTP section > containing an odd user value... > > skin = Ftp enable = true user = your_u..

Re: [weewx-user] Installing a new template

2024-05-29 Thread 'michael.k...@gmx.at' via weewx-user
I don't think it is really spot on, because I just realized that Marco means "skin" when he is writing "template". I understood "template" in the way a cheetah template (a *.html.tmpl) is meant. Anyway, the result of utilizing weectl extension install will most likely be satisfying for Marco's

Re: [weewx-user] Installing a new template

2024-05-29 Thread Marco Citossi
Yes sorry I think I’ve have used misunderstanding words. Anyway in my public html folder I’ve some messy files and I want to clean. How to rebuild pages in the main folder from scratch? Thanks. Il giorno mercoledì 29 maggio 2024 alle 16:47:33 UTC+2 michael.k...@gmx.at ha scritto: I don't t

Re: [weewx-user] Installing a new template

2024-05-29 Thread Tom Keffer
If you delete everything, weewx will regenerate them. On Wed, May 29, 2024 at 8:12 AM Marco Citossi wrote: > Yes sorry I think I’ve have used misunderstanding words. Anyway in my > public html folder I’ve some messy files and I want to clean. How to > rebuild pages in the main folder from scrat

Re: [weewx-user] Installing a new template

2024-05-29 Thread vince
You might want to also stop and restart weewx so any .css files or anything else that is set in the skins to copy_once are put into place. On Wednesday, May 29, 2024 at 8:50:22 AM UTC-7 Tom Keffer wrote: > If you delete everything, weewx will regenerate them. > > On Wed, May 29, 2024 at 8:12 AM

[weewx-user] Re: user "weewx" not being created

2024-05-29 Thread bgra...@umw.edu
Thanks Vince and Tom. I’m still curious. Is group « weewx » necessary to be present? It wasn’t created with the pip install. Also, I already have Apache2 installed. Can I simlink to that or is it better to have nginx? Thanks and much appreciated for all the work you have put into weewx! Cheers,

[weewx-user] Re: user "weewx" not being created

2024-05-29 Thread vince
As I said, V5 pip runs as whatever unprivileged user you ran pip as, so no there is no required username. I installed as ‘pi’ so it runs as ‘pi’. Any webserver works as long as the unprivileged user weewx runs as can write to the output directory you configured things to write to…and as long as

IRe: [weewx-user] High CPU on 5.10

2024-05-29 Thread Mark Jenks
I ran this, and did the recalc-missing, and it seems to be running better. Except there is only one record in those tables. Not sure why that would cause that issue. weectl database add-column appTemp weectl database add-column cloudbase weectl database add-column visibility weectl database a

Re: IRe: [weewx-user] High CPU on 5.10

2024-05-29 Thread 'Ian Millard' via weewx-user
Should the last command be: -weectl database calc-missing Sent from my iPad.On 30 May 2024, at 03:28, Mark Jenks wrote: I ran this, and did the recalc-missing, and it seems to be running better.   Except there is only one record in those tables.Not sure why that would cause that issue.weectl data

[weewx-user] Re: user "weewx" not being created

2024-05-29 Thread 'michael.k...@gmx.at' via weewx-user
With apache2 you can symlink /var/www/weewx -> /home/bg/weewx-data/public_html/ and browse your site on http://ip-of-the-pi/weewx, but you most likely have to change permissions to the home of the user "bg" first with sudo chmod a+rx /home/bg vince schrieb am Mittwoch, 29. Mai 2024 um 22:50:10

[weewx-user] Re: user "weewx" not being created

2024-05-29 Thread 'michael.k...@gmx.at' via weewx-user
With apache2 you can symlink /var/www/html/weewx -> /home/bg/weewx-data/public_html/ and browse your site on http://ip-of-the-pi/weewx, but you most likely have to change permissions to the home of the user "bg" first with sudo chmod a+rx /home/bg vince schrieb am Mittwoch, 29. Mai 2024 um 22:5