--
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 visit https://groups.google.com/d/msgid/weewx-user/d7c74d1b-01a9-4f39-b789-0e034bcffba1n%40googlegroups.com.
I think what would be helpful first is to
post the portion of your weewx.conf file where this weewx
posting is described (possible password can be replaced by xxxx)
-
best the complete [StdReport] section (stanza) as it show in
your weewx.conf.
And we'll take it from there.
As far as I am aware the postings to the
Meteotemplate API are http requests.
To view this discussion visit https://groups.google.com/d/msgid/weewx-user/d6ae90bd-9d30-4b88-a540-84aa638ff938n%40googlegroups.com.
in addition - an excerpt from your syslog covering one reporting cycle will also be needed - two+ pairs of eyes can often see more than one pair.
An commonly known reason for that behaviour
(worked before, no changes made at your end) that your provider
enforced https.
So changes to your .htaccess file on your hosting server need to
be applied for the http calls still to be accepted
you'd find this file for MT in your ../template subdirectory
its content should look something like
<IfModule mod_headers.c>
Header set Access-Control-Allow-Origin "*"
</IfModule>
Usually this file is protected and might only be changed by your
hosting provider