[weewx-user] Re: Belchertown skin - working great, except Darksky Forecasts

2020-09-10 Thread Tom Cichowicz
Pat; I figured it out... I was able to get into my hosting provider's webserver control panel. (I've never used it before) stumbled around for awhile - haven't done any web development in over 20years needless to say things have changed. I found that there wasn't any MIME type defined

[weewx-user] Re: Belchertown skin - working great, except Darksky Forecasts

2020-09-09 Thread Tom Cichowicz
It must be locked down at the server level, as I’m not doing nothing different- I assume if I worked with my hosting tech support, they could release the restrictions on those files? I just hate even thinking about those calls... and I’m retired! I’m leaning toward, either setting up on

[weewx-user] Re: Belchertown skin - working great, except Darksky Forecasts

2020-09-09 Thread Pat
Yep, that link looks good. You should be able to view the json files without restriction - just browse to them. For example, this is returning a 404: http://www.mpython.com/weather/belchertown/json/weewx_data.json But on my site, you can browse to it without a problem.

[weewx-user] Re: Belchertown skin - working great, except Darksky Forecasts

2020-09-09 Thread Tom Cichowicz
Pat; I can't seem to figure it out, seems like a relative/absolute path issue? Those kinda problems get my head spinning - like trying to think about double negatives! However, I poked a hole in my router temporarily - allowing my rpi/weewx exposing my server to the world @ ,

[weewx-user] Re: Belchertown skin - working great, except Darksky Forecasts

2020-09-09 Thread Pat
If the files are there, then maybe your web host could be blocking access to those files? On Wednesday, September 9, 2020 at 3:07:13 PM UTC-4 tcich...@gmail.com wrote: > Pat; > >I moved the remote webserver - path directly off the root so the > URL is now... >

[weewx-user] Re: Belchertown skin - working great, except Darksky Forecasts

2020-09-09 Thread Tom Cichowicz
Pat; I moved the remote webserver - path directly off the root so the URL is now... the problem still exists - after rebuilding the file/folders.. ??? On Wednesday, September 9, 2020 at 1:02:19 PM UTC-4 Pat wrote: > Start by fixing

[weewx-user] Re: Belchertown skin - working great, except Darksky Forecasts

2020-09-09 Thread Tom Cichowicz
Pat; ok, I'll see if I can figure out why this is happening. I've configured the weewx FTP settings: [[FTP]] # FTP'ing the results to a webserver is treated as just another report, # albeit one with an unusual report generator! skin = Ftp # If you

[weewx-user] Re: Belchertown skin - working great, except Darksky Forecasts

2020-09-09 Thread Pat
Start by fixing your JSON file missing errors - that might solve all of your issues. On Wednesday, September 9, 2020 at 12:58:23 PM UTC-4 tcich...@gmail.com wrote: > sorry here's a link to my public webpage... > Link to page > > I'll have to

[weewx-user] Re: Belchertown skin - working great, except Darksky Forecasts

2020-09-09 Thread Pat
Your website is returning a 404 NOT FOUND error for the forecast, weewx data files and graph json files. They are supposed to be uploaded to the JSON folder. You'll need to fix that. On Wednesday, September 9, 2020 at 12:58:23 PM UTC-4 tcich...@gmail.com wrote: > sorry here's a link to my

[weewx-user] Re: Belchertown skin - working great, except Darksky Forecasts

2020-09-09 Thread Pat
Try to debug the skin using these methods: https://github.com/poblabs/weewx-belchertown/tree/development#how-to-use-debug - You may find the error? The undefined units could be because you may be running your site within a subfolder of a subfolder? Like mysite.com/weather/weewx/belchertown

[weewx-user] Re: Belchertown skin - working great, except Darksky Forecasts

2020-09-09 Thread Tom Cichowicz
sorry here's a link to my public webpage... Link to page I'll have to turn debug back on and grab a tail --- may be a bit for that. On Wednesday, September 9, 2020 at 12:56:16 PM UTC-4 Tom Cichowicz wrote: > OK, thanks ... > > I changed

[weewx-user] Re: Belchertown skin - working great, except Darksky Forecasts

2020-09-09 Thread Tom Cichowicz
OK, thanks ... I changed my Secret id and API to my Aeris account values... I am getting forecast ONLY on my internal local webserver (weewx pi ) that is running as well. However public server host by Go Daddy - not displaying forecast, or graphs. ?? Plus the rounding of ALL values not

[weewx-user] Re: Belchertown skin - working great, except Darksky Forecasts

2020-09-08 Thread Pat
Need a little more information than this. A link to your website? Debug logs? Skin version 1.2 will be released tomorrow if all goes to plan, and I advise you to switch to Aeris weather since DarkSky will be stopping their API usage at some point. On Sunday, September 6, 2020 at 12:14:48 PM