I would suggest printing out both your and Peter’s example weewx.conf files, holding them side-by-side, and seeing the layout difference. The leading spaces (indents) and block ordering are critical in Python, so you will probably be best off editing his file and putting your sensor_map info into the exact spot where his is located. Put it onto your WeeWX box, and try starting WeeWX again.
After that, it should be as easy as opening a web browser on your WeeWX server and viewing the WeeWX skin files that are built after 5 minutes…
no no no I wont copy blindly, understood that. I notes that you are using metrics too, so it is helpful. IP and Port should be mine and also as you guys mentioned “sensor_map”. Also name of the place, Lat, Lng and how high positioned my station.
I took my youtube off line as i dont have the bandwidth to run teams/zoom work meetings while also streaming. I run it locally now though, so i can still view it on my local network…
Yes I was following the bechertown install by GitHub and got stuck with wee_extension. I just can not install it because as picture stats it can no t be found
The screen capture you posted appears to be indicating it’s not finding the wee_extension command. It’s probably not in your path. Since it looks like you CD’d into the weewx/bin directory, the wee_extension command ought to be right there. Do an ls and see if it’s there. If it is just use ./ when executing the wee_extension command, or just give the full path when executing. Also, unless you downloaded the belchertown extension into your bin directory, you need to provide the full path to wherever you downloaded it.