Search found 5 matches

by lobito
Wed Apr 05, 2023 8:39 am
Forum: General
Topic: Dark Sky finally switched off...
Replies: 6
Views: 21668

Re: Dark Sky finally switched off...

@FSC830
Note for the openweathermap call on your pages, is a potentially paid subscription necessary.
I will try this free API-Call in few hours if my subscription activated:

Code: Select all

https://api.openweathermap.org/data/2.5/forecast?lat={lat}&lon={lon}&appid={API key}
by lobito
Wed Jul 25, 2018 7:20 am
Forum: Ideas
Topic: 18.0
Replies: 61
Views: 175966

Re: 18.0

No, GDPR does not mean you have to "always" inform about the situation. It stands for "general data protection regulation" and is intended for pages/users which store personal data. Others dont have to worry about it. It's not so easy how you think about. Personal data are alrea...
by lobito
Thu May 10, 2018 1:15 pm
Forum: General
Topic: Google Maps
Replies: 15
Views: 21389

Re: Google Maps

@Jachym take a prepaid CC from benzinka ;)
by lobito
Wed May 09, 2018 9:18 am
Forum: General
Topic: Google Maps
Replies: 15
Views: 21389

Re: Google Maps

One short Note about the fear to provide pay information to google. If you operate an website based on php you must monitoring it. PHP is potentially insecure all times. And with an monitoring solution you will see the hitrate and you can trigger an alarm on any threshold value..... so that you neve...
by lobito
Wed May 09, 2018 9:00 am
Forum: Problems
Topic: Differences between Current Block and Actual Data
Replies: 1
Views: 2796

Differences between Current Block and Actual Data

Hi, on my installation ( http://www.limbach-meteo.eu ) are some differences between Current Block and actual data from Weather Station. It's look like 1 or more hour delay for current. But the update interval is 60 sec. Datasource is weewx and Davis VP2, send Data over meteotemplate plugin every 60 ...