WebcamViewer plugin
-
Hi
I have been using WebcamViewer plugin on openembedde linux distros for many years
Like with Youtube users hade to create their own api key and add to the python code.This does not work since windy took over webcams.travels api service
Are you planning any changes to this or this service dead now?class WebcamTravelerAPI:
APIKEY="e1019c6811f593a7cca1cf4f536da4c7"
URL_HOST = "api.webcams.travel"
URL_FORMAT = "rest" -
@seagen Hello, the documentation for our current API can be find at api.windy.com.
-
@korina I have read the ducumentation but as you can see in my code example when using api.webcams.travel what is the correct use for this now, and can it be used with windy? When you create your free api key a host url has to be used. If this cant be resolved with dns lookup as i understand the api key will be blocked?
-
@seagen Hello, there is no WebcamsTravel API anymore. Test webcams keys can be generated at api.windy.com.
-
@korina said in WebcamViewer plugin:
@seagen Hello, there is no WebcamsTravel API anymore. Test webcams keys can be generated at api.windy.com.
I have tested the api.key generator but i cant make it work
Where can i get the webcam.xml file for avalible cams?class WindyAPI:
APIKEY="here I put the new api key"
URL_HOST = "api.windy.com"
URL_FORMAT = "rest" -
@seagen Hello, everything is stated at api.windy.com.