Create Missing

70 views
Skip to first unread message

John Jacklin

unread,
Mar 16, 2025, 7:14:46 AM3/16/25
to weewx-user
I have WeeWX 5.1 running happily on a Mac using the PIP install method.

I want to use calc-missing but can't figure out the exact syntax !

gjr80

unread,
Mar 16, 2025, 9:30:06 PM3/16/25
to weewx-user
You need to activate the virtual environment first with something like:

source ~/weewx-venv/bin/activate

then run weectl database calc-missing with something like:

weectl database calc-missing

adding whatever calc-missing command line options you require. You might want to use the --dry-run command line option until you have the correct/intended settings.

If you have anything other than a default install you may need to start adding paths to config files etc.

Gary

Graham Eddy

unread,
Mar 16, 2025, 11:41:48 PM3/16/25
to WeeWX User
my weewx user automatically activates the virtual environment, so when i login/sudo to weewx to do interactive weewx stuff, it is all there.
add to end of ~weewx/.bashrc (or .profile or similar)

[ -f "$HOME/venv/bin/activate" ] && source "$HOME/venv/bin/activate"

⊣GE⊢

--
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 weewx-user+...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/weewx-user/2e1d902c-6098-487a-ada9-d55cdcb70aa6n%40googlegroups.com.

John Jacklin

unread,
Mar 17, 2025, 9:27:12 AM3/17/25
to weewx-user
Many thanks - I will give it a go!
Reply all
Reply to author
Forward
0 new messages