Re: [weewx-user] Weewx stop to write in database

2022-07-19 Thread Tom Keffer
One other thought: If pipenv acts like python3's "venv", when you run "setup.py install" it will attempt to install some things in its own virtual environment subdirectory, and other things under /home/weewx/bin. In other words, expect things to be in strange places. To avoid, deactivate the

Re: [weewx-user] Weewx stop to write in database

2022-07-19 Thread Tom Keffer
1, It looks like you have two instances of weewx running. Make sure all instances are stopped before trying to restart weewxd: sudo killall weewxd sudo systemctl start weewx 2. While your driver seems to be putting new packets into its internal queue, it's not draining the queue, so the queue

Re: [weewx-user] Noob in WeeWX: where do I adjust overall skin font size and/or add overall custom CSS?

2022-07-19 Thread MrPete
So, in essence sounds like there is no overall standard for basic UI/UX elements? I'll go take a look ;) On Thursday, July 14, 2022 at 4:53:51 PM UTC-6 peterq...@gmail.com wrote: > Look in the skin directory that you're using. If you're using the Seasons > skin, there is a seasons.css file

Re: [weewx-user] Weewx stop to write in database

2022-07-19 Thread ant duro
I have stop weewx and set debug = 1 in conf file and I have start weewx. This is my syslog: Jul 19 17:18:17 raspberrypi systemd[1]: Stopping LSB: weewx weather system... Jul 19 17:18:17 raspberrypi weewx[25109] INFO __main__: Received signal TERM (15). Jul 19 17:18:18 raspberrypi /weewxd:

Re: [weewx-user] Macos installation

2022-07-19 Thread Tom Keffer
Lots of missing information here. First, how did you install? Did you run setup.py? What did you use for setup.cfg? What is in /Users/Shared/weewx? Give us the results of ls -l /Users/Shared/weewx ls -l /Users/Shared/weewx/bin -tk On Tue, Jul 19, 2022 at 7:03 AM Dan Jones wrote: > Hi > > I

Re: [weewx-user] Macos installation

2022-07-19 Thread Tom Keffer
For some reason, you're missing all your executables (not just weewxd). I am not familiar with pipenv (I use pyenv). I find it curious that the pipenv version of Python went looking for weewxd in '/Users/mbp/gitRepo/weewx/./bin/weewxd', which, presumably, is in a git repository. Where did it get

[weewx-user] Weewx stop to write in database

2022-07-19 Thread ant duro
I have been using weewx on my raspberry since February 2022. Since 1 month, suddenly weewx stopped saving data in sqlite database. I can't find out what the problem is. I have enable the debug mode but I haven't error on syslog. Has anyone had this problem before? Thanks -- You received this

Re: [weewx-user] Weewx stop to write in database

2022-07-19 Thread Tom Keffer
There is almost always a clue in the log. Please stop weewxd, set debug=1, restart weewxd, then let it run through at least the first reporting cycle. Post the log from startup through the reporting cycle. -tk On Tue, Jul 19, 2022 at 8:24 AM ant duro wrote: > I have been using weewx on my

[weewx-user] Macos installation

2022-07-19 Thread Dan Jones
Hi I am trying to install Weewx on my mac I am using pipenv, and the python_version = "3.9" I have followed the instructions, and when I get to: cd /Users/Shared/weewx sudo python3 ./bin/weewxd weewx.conf I get the following error

Re: [weewx-user] Macos installation

2022-07-19 Thread Dan Jones
Yep, sorry , mea culpa was run following these instructions: https://www.weewx.com/docs/macos.htm and using 'pipenv run python setup.py install' setup.cfg is : [install] home = /Users/Shared/weewx prefix = exec-prefix = install_lib = %(home)s/bin install_scripts = %(home)s/bin [egg_info]