How to add Tempest to youtube channel?

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…

1 Like

The best app to edit any of these files would be Notepad++. On Ubuntu you can find it located in the Software Centre.

2 Likes

Great will do so :slight_smile: Thank you
please advice me how do I find out where is mine ?

   mqtt_websockets_host = ???
   mqtt_websockets_port = ???

Thank you, but could not download cos it is 32-bit x86, I’m running 64-bit machine

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.

Thank you for sharing your conf file :star_struck:

If you don’t know if you have one, you probably don’t need those lines. You can get more information here for a specific skin but explain mqtt:

2 Likes

Hi Andy no more your weather video with overlay :frowning:

How do you install using wee_extension? and why I can not use it, why command not found :(? pleasee see picture

Have you run through the how to install at

?

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…

Andy

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 :frowning:

I gues you downloaded the latest belchertown -i e

  1. Download the latest release.
  2. Run the installer as below. Replace x.x with the version number that you’ve downloaded.

sudo wee_extension --install weewx-belchertown-x.x.tar.gz

So have changed the x.x to the version number (?)

If its not working then i would post in the weewx google group, the people are great there and will be able to help you get this part running…

Andy

Dear Andy it is not working :frowning: I did everything as you wrote bus

not working still :frowning:

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.

So the command might look like:

/home/saulute/weewx/bin/wee_extension —install ~/Downloads/weewx-belchertown-release-1.2.tar.gz

Or if you’re already in the weewx/bin directory:

./wee_extension —install ~/Downloads/weewx-belchertown-release-1.2.tar.gz

1 Like