Navigation

    Windy Community

    • Register
    • Login
    • Search
    • Unread
    • Categories
    • Groups
    • Go to windy.com
    1. Home
    2. seagen
    S
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 3
    • Best 0
    • Groups 0

    seagen

    @seagen

    0
    Reputation
    2
    Profile views
    3
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    seagen Unfollow Follow

    Latest posts made by seagen

    • RE: WebcamViewer plugin

      @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"

      posted in Webcams API
      S
      seagen
    • RE: WebcamViewer plugin

      @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?

      posted in Webcams API
      S
      seagen
    • 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"

      posted in Webcams API
      S
      seagen