RE: [weewx-user] Re: Trouble installing Belchertown skin:

2023-08-06 Thread n8aay1
I did try what you suggest below- and MQTT did operate- however it would 
not/could not connect to my Web Site- due to the CGNat.

Thank you, Andy- 

/Eric   

 

From: weewx-user@googlegroups.com  On Behalf Of 
Andy
Sent: Wednesday, August 2, 2023 8:44 AM
To: weewx-user 
Subject: Re: [weewx-user] Re: Trouble installing Belchertown skin:

 

If your clients are local, why not just run the MQTT broker on the same machine 
as WEEWX? Not hard to do.


Andy

On Wednesday, July 19, 2023 at 8:41:01 AM UTC-7 n8a...@gmail.com 
  wrote:

Very good- Thank you.  

May I also ask:   Do you think I can get the MQTT feature to work for me IF I 
HAVE CARRIER GRADE NAT?  My ISP, Starlink, uses CGN- I do not have a ‘public’ 
IP address.  I have heard that CLOUDFLARE offers a workaround.  Just looking 
for recommendation(s).  

 

 

From: weewx...@googlegroups.com   
mailto:weewx...@googlegroups.com> > On Behalf Of 
paul...@gmail.com  
Sent: Wednesday, July 19, 2023 10:11 AM
To: weewx-user mailto:weewx...@googlegroups.com> >
Subject: [weewx-user] Re: Trouble installing Belchertown skin:

 

Hi Eric

 

See this link for the solution. You need a dot not a hyphen (dash) before 
1.3.1.tar.gz

 

https://github.com/poblabs/weewx-belchertown/discussions/885

 

On Wednesday, 19 July 2023 at 14:35:49 UTC+1 vince wrote:

Guessing you were in a different directory when you ran the wget command, which 
is a common error people make.

 

Find where it downloaded to and fully specify the pathname to the .tar.gz file 
you downloaded ala:

wee_extension --install /some/path/here/weewx-belchertown-release.1.3.1.tar.gz

 

On Wednesday, July 19, 2023 at 5:41:57 AM UTC-7 Eric Gammeter wrote:

I want to try the Belchertown skin.  I am running the Github install 
instructions for the Skin. I download the tar file: 

$ wget 
https://github.com/poblabs/weewx-belchertown/releases/download/weewx-belchertown-1.3.1/weewx-belchertown-release.1.3.1.tar.gz

 

Response:

2023-07-19 07:42:56 (1.48 MB/s) - ‘weewx-belchertown-release.1.3.1.tar.gz’ 
saved [1770173/1770173]

 

 

But when I issue: 

$ sudo wee_extension --install weewx-belchertown-release-1.3.1.tar.gz

I get: 

 

Request to install 'weewx-belchertown-release-1.3.1.tar.gz'
Traceback (most recent call last):
  File "/usr/share/weewx/wee_extension", line 92, in 
main()
  File "/usr/share/weewx/wee_extension", line 84, in main
ext.install_extension(options.install)
  File "/usr/share/weewx/weecfg/extension.py", line 139, in install_extension
raise InstallError("Extension '%s' not found." % extension_path)
weecfg.extension.InstallError: Extension 
'weewx-belchertown-release-1.3.1.tar.gz' not found.

 

My goal:  To have fun and learn a little about python, weewx and the weather.

 

 

 

 

 

 

 

 

WEEWX 4.10.2

Install method:  Debian package

Platform:  RaspberryPi 3

 

-- 
You received this message because you are subscribed to a topic in the Google 
Groups "weewx-user" group.
To unsubscribe from this topic, visit 
https://groups.google.com/d/topic/weewx-user/CFOJimUnBp4/unsubscribe.
To unsubscribe from this group and all its topics, send an email to 
weewx-user+...@googlegroups.com  .
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/07352e3c-9bdb-43e2-a157-5b1f7300ec4cn%40googlegroups.com
 

 .

-- 
You received this message because you are subscribed to a topic in the Google 
Groups "weewx-user" group.
To unsubscribe from this topic, visit 
https://groups.google.com/d/topic/weewx-user/CFOJimUnBp4/unsubscribe.
To unsubscribe from this group and all its topics, send an email to 
weewx-user+unsubscr...@googlegroups.com 
 .
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/d6ed7a6e-1e8e-4d19-aff9-f78e799e8672n%40googlegroups.com
 

 .

-- 
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+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/010001d9c86b%24a47a13a0%24ed6e3ae0%24%40GMAIL.COM.


RE: [weewx-user] Re: Trouble installing Belchertown skin:

2023-07-19 Thread n8aay1
Very good- Thank you.  

May I also ask:   Do you think I can get the MQTT feature to work for me IF I 
HAVE CARRIER GRADE NAT?  My ISP, Starlink, uses CGN- I do not have a ‘public’ 
IP address.  I have heard that CLOUDFLARE offers a workaround.  Just looking 
for recommendation(s).  

 

 

From: weewx-user@googlegroups.com  On Behalf Of 
paul...@gmail.com
Sent: Wednesday, July 19, 2023 10:11 AM
To: weewx-user 
Subject: [weewx-user] Re: Trouble installing Belchertown skin:

 

Hi Eric

 

See this link for the solution. You need a dot not a hyphen (dash) before 
1.3.1.tar.gz

 

https://github.com/poblabs/weewx-belchertown/discussions/885

 

On Wednesday, 19 July 2023 at 14:35:49 UTC+1 vince wrote:

Guessing you were in a different directory when you ran the wget command, which 
is a common error people make.

 

Find where it downloaded to and fully specify the pathname to the .tar.gz file 
you downloaded ala:

wee_extension --install /some/path/here/weewx-belchertown-release.1.3.1.tar.gz

 

On Wednesday, July 19, 2023 at 5:41:57 AM UTC-7 Eric Gammeter wrote:

I want to try the Belchertown skin.  I am running the Github install 
instructions for the Skin. I download the tar file: 

$ wget 
https://github.com/poblabs/weewx-belchertown/releases/download/weewx-belchertown-1.3.1/weewx-belchertown-release.1.3.1.tar.gz

 

Response:

2023-07-19 07:42:56 (1.48 MB/s) - ‘weewx-belchertown-release.1.3.1.tar.gz’ 
saved [1770173/1770173]

 

 

But when I issue: 

$ sudo wee_extension --install weewx-belchertown-release-1.3.1.tar.gz

I get: 

 

Request to install 'weewx-belchertown-release-1.3.1.tar.gz'
Traceback (most recent call last):
  File "/usr/share/weewx/wee_extension", line 92, in 
main()
  File "/usr/share/weewx/wee_extension", line 84, in main
ext.install_extension(options.install)
  File "/usr/share/weewx/weecfg/extension.py", line 139, in install_extension
raise InstallError("Extension '%s' not found." % extension_path)
weecfg.extension.InstallError: Extension 
'weewx-belchertown-release-1.3.1.tar.gz' not found.

 

My goal:  To have fun and learn a little about python, weewx and the weather.

 

 

 

 

 

 

 

 

WEEWX 4.10.2

Install method:  Debian package

Platform:  RaspberryPi 3

 

-- 
You received this message because you are subscribed to a topic in the Google 
Groups "weewx-user" group.
To unsubscribe from this topic, visit 
https://groups.google.com/d/topic/weewx-user/CFOJimUnBp4/unsubscribe.
To unsubscribe from this group and all its topics, send an email to 
weewx-user+unsubscr...@googlegroups.com 
 .
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/07352e3c-9bdb-43e2-a157-5b1f7300ec4cn%40googlegroups.com
 

 .

-- 
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+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/1b2d01d9ba57%24680242c0%243806c840%24%40GMAIL.COM.


RE: [weewx-user] Re: problem with INDEX.HTML file version

2022-08-26 Thread n8aay1
RESOLVED.  I went ahead and reimaged my Rpi and reinstalled WEEWX.  Everything 
to my knowledge working fine now!  Thanks for your input! 

/Eric G. 

 

From: weewx-user@googlegroups.com  On Behalf Of 
Doug Jenkins
Sent: Tuesday, August 23, 2022 8:18 AM
To: weewx-user@googlegroups.com
Subject: Re: [weewx-user] Re: problem with INDEX.HTML file version

 

We need to see the ftp section of the weewx.conf file in order to help

 

On Tue, Aug 23, 2022, 8:11 AM Eric Gammeter mailto:n8a...@gmail.com> > wrote:

Okay-  Looking on my web site target directory (/weather/4.8) there are not any 
.css or .js files present, only .png and .html files.  What steps will I need 
to re-populate them?  I guess I am reliant upon WEEWX to ftp whatever files it 
needs to operate.  

On Monday, August 22, 2022 at 5:00:21 PM UTC-4 do...@dougjenkins.com 
  wrote:

Can you confirm on the target of the website that seasons.css file is there? 
Matt responded earlier that if you use the developer tools in your browser, you 
will see that the seasons.css file is missing on your apache web server 
directory.

 

Since you are FTP'ing the files, verify that you are grabbing all the files 
from the source directory. It should include .js, .css, and .png, and .html 
files.

DDJ

 

On Mon, Aug 22, 2022 at 3:34 PM Eric Gammeter  wrote:

I have WEEWX running on the Rpi3; also on that Rpi is Apache web server.  From 
there, all I know of is the WEEWX ftp process to upload files to my web site.  
I access my web site file manager and see all (37?) files there.  So- the only 
mirroring I know of is WEEWX ftp'ing up to the web site.   I installed WEEWX 
using the DEB package. 

On Monday, August 22, 2022 at 11:16:27 AM UTC-4 matthew wall wrote:

the seasons.js and seasons.css files are not on your public-facing web server.  
so whatever mechanism you use to mirror your pi to n8aay.net  
 is not copying all of the files.

 

use the 'developer tools' option in your web browser to diagnose this kind of 
problem.  that will provide lots of information about which files are loaded, 
which css attributes are applied (or not), javascript errors, etc.

 

On Monday, August 22, 2022 at 9:58:25 AM UTC-4 n8a...@gmail.com wrote:

Just to reiterate my situation:  When I view my local Rpi ip address: 
192.168.1.38/weewx  ) I see the full graphic-laden 
screen.  That is good!  When I view my internet source (https://www.n8aay.net) 
I see only the text-only version. 

 

 

-- 

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 on the web visit 
https://groups.google.com/d/msgid/weewx-user/c8a13bf2-af31-486e-8382-1cc0e0b922a3n%40googlegroups.com
 

 .

-- 
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+unsubscr...@googlegroups.com 
 .
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/00b4efbf-4d61-426e-96a4-3ef6e48769b8n%40googlegroups.com
 

 .

-- 
You received this message because you are subscribed to a topic in the Google 
Groups "weewx-user" group.
To unsubscribe from this topic, visit 
https://groups.google.com/d/topic/weewx-user/rAkfO7sy6wI/unsubscribe.
To unsubscribe from this group and all its topics, send an email to 
weewx-user+unsubscr...@googlegroups.com 
 .
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/CACC0i0yNgPbskuP8T0%3DZNFTr0NJFtf%3DCqy2fToFJVKB6NwbSwQ%40mail.gmail.com
 

 .

-- 
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+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/013f01d8b99b%24cced1ab0%2466c75010%24%40gmail.com.