Search found 8 matches
- Fri May 18, 2018 9:06 am
- Forum: Technologies & Internet
- Topic: Wunderground API Changes?
- Replies: 3
- Views: 21125
Wunderground API Changes?
It looks like the Wunderground Free API is going away - even for those of us who GIVE them data (PWS owners) https://apicommunity.wunderground.com/weatherapi/topics/weather-underground-api-changes May just write something to pull my data directly from the Meteo or WeeWx databases then and turn off s...
- Mon Apr 16, 2018 6:43 pm
- Forum: Problems
- Topic: Chasing down HTTPS errors
- Replies: 1
- Views: 3729
Chasing down HTTPS errors
So, I was chasing down a few HTTPS warnings / errors on my site in Chrome this afternoon. All of the issues were related to two blocks (that I use atleast) Figured I'd post this if anyone else was working on similar :) Nasa Image of the Day : This calls the nasa RSS file via HTTPS, but NASA in their...
- Mon Apr 16, 2018 5:40 pm
- Forum: Problems
- Topic: Stickers - Interactive works - others dont
- Replies: 3
- Views: 5268
Re: Stickers - Interactive works - others dont
Yeah ... but if you have the proper path to the fonts does it break others? If not, would it be feasible to fix in next release? Otherwise I'll just keep some notes that I need to edit in future updates as it is not pathing properly The main difference I see between the interactive and non-interacti...
- Mon Apr 16, 2018 10:17 am
- Forum: Problems
- Topic: Stickers - Interactive works - others dont
- Replies: 3
- Views: 5268
Stickers - Interactive works - others dont
I am running the current version of Meteotemplate and Stickers plugin, and interactive banners work perfectly, but the 'static' stickers are not showing any text, just icons Here are some of the examples from the sticker plugin config/info page https://nepaweather.com/plugins/stickers/sticker800_170...
- Fri Mar 23, 2018 8:50 am
- Forum: General
- Topic: https warning
- Replies: 29
- Views: 54018
Re: https warning
In your config do you have https://www.linyweather.net/ set as your PageURL?
If not then you are trying to load nonHTTPS resources in the HTTPS page which wont work
make sure that in config.php you have
$pageURL = 'https://www,linyweather.net';
not
$pageURL = 'http://www,linyweather.net';
If not then you are trying to load nonHTTPS resources in the HTTPS page which wont work
make sure that in config.php you have
$pageURL = 'https://www,linyweather.net';
not
$pageURL = 'http://www,linyweather.net';
- Fri Mar 23, 2018 12:46 am
- Forum: General
- Topic: https warning
- Replies: 29
- Views: 54018
Re: weeWX
Yep doing basically the same - Davis Pro 2 -> weeWx on pi3 -> meteotemplate and its working great- recently moved from an Apple MacMini running weatherCat (which is great but the mac finally died). I'm also going to be creating some rsync jobs to move some of the graphs from my local Pi to Meteotemp...
- Thu Mar 22, 2018 5:38 pm
- Forum: General
- Topic: https warning
- Replies: 29
- Views: 54018
Re: https warning
Also adding HTTPS is quite straight forward now with CertBot (and FREE)
https://certbot.eff.org/
I've been using this as my Certificate Authority via cronjobs for about a year now. The certs auto-renew every 3mos and there is no cost at all!
I am a firm believer in HTTPS on everything
https://certbot.eff.org/
I've been using this as my Certificate Authority via cronjobs for about a year now. The certs auto-renew every 3mos and there is no cost at all!
I am a firm believer in HTTPS on everything