Looking at the debug logs, something was up with your forecast settings. Could be the Aeris setting on 1.1 which doesn't support it.
raise Warning( "Error downloading forecast data. Check the URL in your configuration and try again. You are trying to use URL: %s, and the error is: %s" % ( forecast_url, error ) ) Warning: Error downloading forecast data. Check the URL in your configuration and try again. You are trying to use URL: https://api.darksky.net/forecast//30.651880,-81.438522?units=auto&lang=en, and the error is: HTTP Error 400: Bad Request On Friday, September 11, 2020 at 3:58:20 PM UTC-4 [email protected] wrote: > Getting ready to install now. I assume that since I uninstalled and > cleared up the previous Belchertown tracks that It is a new install. > > On Sep 11, 2020, at 3:56 PM, Pat <[email protected]> wrote: > > Ah, I missed that! Is 1.2 working for you? > > On Friday, September 11, 2020 at 3:55:58 PM UTC-4 [email protected] wrote: > >> They were attached to my first message - No worries on with 1.2 >> >> On Sep 11, 2020, at 3:54 PM, Pat <[email protected]> wrote: >> >> Tough to say without debug logs >> <https://github.com/weewx/weewx/wiki/Help!-Posting-to-weewx-user> >> >> On Friday, September 11, 2020 at 3:53:46 PM UTC-4 [email protected] wrote: >> >>> Could that have been the issue? >>> >>> On Sep 11, 2020, at 2:47 PM, Pat <[email protected]> wrote: >>> >>> Aeris does not work in version 1.1. >>> >>> Good news; version 1.2 has been released >>> <https://github.com/poblabs/weewx-belchertown/releases/tag/weewx-belchertown-1.2> >>> >>> which Aeris works in. I suggest you upgrade. >>> >>> On Friday, September 11, 2020 at 6:09:18 AM UTC-4 [email protected] >>> wrote: >>> >>>> I was having trouble with Belchertown. Some of it can be attributed >>>> that I didn't read all of the documentation more than once and I think I >>>> may have mixed versions. So I uninstalled Belchertown using sudo >>>> weewx_extension --uninstall Belchertown. I reviewed my weewx.conf and the >>>> Belchertown skin and they appeared to be normal. >>>> >>>> I proceeded to install Belchertown following the instructions on the >>>> README.md for Aeris Weather replacement. I downloaded the file and ran >>>> sudo wee_extension --weewx-belchertown-1.1.tar.gz. Edited weewx.conf >>>> and >>>> here's the current Belchertown section: >>>> >>>> [[Belchertown]] >>>> 242 skin = Belchertown >>>> 243 HTML_ROOT = /var/www/html/weewx/belchertown >>>> 244 # enable = true >>>> 245 >>>> 246 [[[Extras]]] >>>> 247 belchertown_root = http://localhost/weewx/belchertown >>>> 248 #logo_image = >>>> 249 site_title = "Amelia Island" >>>> 250 foot_copyright_text = "BelchertownWeather.com >>>> <http://belchertownweather.com/>" >>>> 251 forecast_enabled = 1 >>>> 252 forecast_provider = "aeris" >>>> 253 forecast_api_id = 123456789 >>>> 254 forecast_api_secret = 987654321 >>>> 255 forecast_lang = en >>>> 256 forecast_units = us >>>> 257 forecast_stale = 3540 >>>> 258 forecast_alert_enabled = 0 >>>> 259 #twitter_enabled = 1 >>>> 260 >>>> I've attached the debug results of my weewx.conf file. I'm not a python >>>> expert. The first errors are http related in request.py Lines 569 and 649 >>>> >>>> Then it gets weird. It's a darksky forecast error in belchertown.py >>>> Line 597. Finally permission denied /belchertown/favicon.ico and >>>> /json/homepage.json. >>>> >>>> My HTML_ROOT at /var/www/html/Belchertown has the Belchertown report >>>> from Sep 7 which I believe was ran under this installation as I total >>>> wiped >>>> out HTML_ROOT before the new install per Pat's suggestion. >>>> >>>> I'm having fun, learning new things, but at a loss here. Any insight >>>> is appreciated. >>>> >>>> Mike >>>> >>> >>> -- >>> 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 [email protected]. >>> >>> To view this discussion on the web visit >>> https://groups.google.com/d/msgid/weewx-user/acd4ac6e-4ac5-494a-bd3b-06f0a9d8826en%40googlegroups.com >>> >>> <https://groups.google.com/d/msgid/weewx-user/acd4ac6e-4ac5-494a-bd3b-06f0a9d8826en%40googlegroups.com?utm_medium=email&utm_source=footer> >>> . >>> >>> >>> >> -- >> 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 [email protected]. >> >> To view this discussion on the web visit >> https://groups.google.com/d/msgid/weewx-user/15372e05-fbc5-47d7-854f-4fb5c5480365n%40googlegroups.com >> >> <https://groups.google.com/d/msgid/weewx-user/15372e05-fbc5-47d7-854f-4fb5c5480365n%40googlegroups.com?utm_medium=email&utm_source=footer> >> . >> >> >> > -- > 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 [email protected]. > > To view this discussion on the web visit > https://groups.google.com/d/msgid/weewx-user/d07f0cc6-0d85-4631-9067-10a2ec967cb8n%40googlegroups.com > > <https://groups.google.com/d/msgid/weewx-user/d07f0cc6-0d85-4631-9067-10a2ec967cb8n%40googlegroups.com?utm_medium=email&utm_source=footer> > . > > > -- 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/4a60780f-cf26-43a1-98a6-bebc27a964edn%40googlegroups.com.
