Windy Community
    • Unread
    • Categories
    • Groups
    • Go to windy.com
    • Register
    • Login
    1. Home
    2. powellbound
    3. Posts
    P
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 8
    • Posts 20
    • Groups 2

    Posts

    Recent Best Controversial
    • Paid Version vs Free

      What are the differences in the paid version?

      posted in Windy API v4
      P
      powellbound
    • RE: Is there a way to...

      OK, I can do that. What is the div or span CSS entry for the slider so I can override it?

      If I get the paid version, what are some of the extras that come with that version?

      posted in Windy API v4
      P
      powellbound
    • Is there a way to...

      Limit the number of days displayed on the time slider at the bottom. It looks like it defaults to about 8 days but I would like to only show a 2 or 3. Is that possible?

      TIA

      posted in Windy API v4
      P
      powellbound
    • How about FeelsLike temp layer?

      I think that would be a nice to have...

      posted in Your Feedback and Suggestions
      P
      powellbound
    • RE: Serious bug in Leaflet 1.4 CSS styles!!!

      So what is the code for the link we need to replace and what should be used in the of our html??

      posted in Windy API v4
      P
      powellbound
    • Getting local time from store.get('path') ?

      Is there a function to get the local time, or any specific time (eg EST or GMT) from the path variable?

      TIA!

      posted in Windy API v4
      P
      powellbound
    • RE: Feature request

      No worries, you have been a huge help. I was just unsure about the Leaflet version to use. I am looking forward to api 19!

      Thanks again!!

      posted in Windy API v4
      P
      powellbound
    • RE: Feature request

      Ahhh. I am using leaflet 0.7.7, should I be using 1.4??

      posted in Windy API v4
      P
      powellbound
    • RE: Feature request

      That worked and got me way ahead of where I thought I'd be. Thanks so much!!

      Question though, I am having trouble with other Leaflet methods and the console is telling me the requested method does not exist but I am clearly following the code per the Leaflet docs. Is there something limiting my access to certain things because I am not using the paid API? As I get further along, I will be getting the paid version.

      The specific code I am struggling with is:

      let mnw = map.getNorthWest();

      In fact, most of the map locations not map.getCenter() are not working.

      Thanks again.

      posted in Windy API v4
      P
      powellbound
    • RE: Feature request

      @rittels So, those are in Windy plugins, not the page API, right?

      I have never written a plugin. Do I need visual studio or ??

      posted in Windy API v4
      P
      powellbound
    • RE: Feature request

      An even better method would be one where I could get back data based on the overlay I pass in:

      Something like: overlay.getData(lat, lon, 'wind') or overlay.getData(lat, lon, 'temp') then it would not matter what overlay I was on...

      posted in Windy API v4
      P
      powellbound
    • Feature request

      The app I am working on has multiple markers on the page and I would love to be able to get the layer data after moving the time slider for those markers based on the LatLon of the markers. I have tried on redrawFinished to move the picker around to the spots to get the layer data but it is just not gonna work.

      A great to have (for me) would be an overlay.getData(lat, lon) method that would return the info that I could run anytime but especially on redrawFinished...

      Thanks for the great (make that GREAT) product you all are creating!!

      posted in Windy API v4
      P
      powellbound
    • RE: Zoom in to favorites by default

      You can also do it here:

      const options = 
          { 
      
              // Required: API key
              key: '$windykey',
      
              // Put additional console output
              verbose: true,
      
              // Optional: Initial state of the map
              lat: $lat,
              lon: $lon,
              zoom: $zoom,
              
      	
          }
      
      posted in Your Feedback and Suggestions
      P
      powellbound
    • RE: Windy brings ship and buoy observations, and also personal weather stations API

      @WXcycles One can hope... :)

      posted in Announcements
      P
      powellbound
    • RE: Windy brings ship and buoy observations, and also personal weather stations API

      Very cool! But what I am waiting for is to see all those markers update as one moves the time slider...

      posted in Announcements
      P
      powellbound
    • RE: Am I the only one?

      Thanks for the reply @marekd. I completely understand your priorities (what developer really wants to write documentation ;) ) and I am slowly slugging through things and figuring things out.

      I am pretty sure some solid docs would end up with more people using and building on Windy.com and that can only be a good thing for you guys. I am happy to help if you want...

      posted in Windy API v4
      P
      powellbound
    • Am I the only one?

      I will apologize up front because I am probably just looking right past it but do the API docs need some improvement or ??

      What are all the methods and values for anything? OK, I see that store.get('availLevels') will get me the levels but what are the valid values for say overlay or lang? So, is it store.set('graticule') = true ?? , overlays.temp.setMetric('F') ??

      How about what is the event to trap when you move the datetime slider?

      The console gives some good information but I think I should not have find some basics there.

      posted in Windy API v4
      P
      powellbound
    • RE: Setting level on open

      Got it! Set it in the options: const options = { level: 'whatever' }.

      Now, how do I get the lat and lon of a marker when I click on it?

      posted in Windy API v4
      P
      powellbound
    • Setting level on open

      How does one set the broadcast level on opening the page?

      TIA

      posted in Windy API v4
      P
      powellbound
    • Total Newbie here...

      I love what you all did with the lat long distance thing (https://www.windy.com/distance/41.22,-94.76;47.19,-98.60?44.279,-96.680,7) and am looking for pointers on how to accomplish something similar.

      I have a page under development where I can easily get one or more markers on the Windy map and want to have a translucent window with information for the markers (my info and windy and temp data) that changes when I move the time slider at the bottom.

      Any help / direction on where to get help on this would be huge to me and I would be very appreciative.

      Thanks so much!!

      posted in Windy API v4
      P
      powellbound