Windy Community
    • Unread
    • Categories
    • Groups
    • Go to windy.com
    • Register
    • Login
    1. Home
    2. nesro
    Offline
    • Profile
    • Following 5
    • Followers 14
    • Topics 5
    • Posts 105
    • Groups 4

    nesro

    @nesro

    Windy Staff

    I like 🐕 dogs! Especially 🍫 Labradors that 😴 sleep all day. test456 www.windy.com test2

    71
    Reputation
    128
    Profile views
    105
    Posts
    14
    Followers
    5
    Following
    Joined
    Last Online
    Website www.windy.com
    Location was Úvaly, now Modřany

    nesro Unfollow Follow
    New Members Windy Staff Global Moderator Administrator

    Best posts made by nesro

    • Regarding the recent forum spam

      Hi all,
      there have been more spam posts that gets through in the last few days. To prevent the spam being posted, we have enabled the post queue for new users.

      Thank you to of our moderators, especially @idefix37 for dealing with the issue as well.

      posted in General Discussion
      nesroN
      nesro
    • RE: Radar map speed indicator suggestion

      @Erik-Oomen rabbits might be faster than goats in general, but this particular goat is very fast https://www.windy.com/img/promos/ivo-goat.jpg

      posted in Your Feedback and Suggestions
      nesroN
      nesro
    • RE: Écart considérable entre prévision par 3 h ou par 1 h

      Hi all,
      this bug has been fixed.

      Tomas

      posted in Bug Reports
      nesroN
      nesro
    • RE: Windy.com introduces soaring forecast

      @mariusz-pozniak thanks for suggestion. it will be fixed with the next update

      posted in Announcements
      nesroN
      nesro
    • RE: Temperature under town labels are inconsistent at long term

      hi @idefix37 , this should be improved in the after the next one version

      posted in Bug Reports
      nesroN
      nesro
    • RE: Windy Map + LeafletJS OpenStreetMaps Same Page Error

      Hi @mdodesign,
      I tried your examples and there are multiple styles colliding with Windy.

      I can think of three different solutions.

      First is to add a CSS reset to the parent element of the #windy div. Styles for the wrapper are:

      .windy-wrapper * {
      all: revert;
      }

      Screenshot 2022-04-25 at 13.25.45.png

      result

      Second solution comes from the documentation as @Frederic_turmel pointed out. Just move the link including leaflet.css in the head tag after loading of Windy script. It still didn't work perfectly, I needed to fix some z-indexes and progress bar that was affected from different css file:

      Screenshot 2022-04-25 at 14.11.33.png

      There are these styles:

      #windy #bottom *,
      #windy #logo-wrapper *,
      #windy #plugins *,
      #windy #plugins,
      #windy #mobile-ovr-select,
      #windy #embed-zoom,
      #windy #windy-app-promo * {
      z-index: 1000;
      }
      #windy #bottom #progress-bar {
      background-color: transparent;
      text-align: left;
      }

      Last option is to use an iframe. Then you will have Windy absolutely separated from the other code.

      I hope that any of the solution will work good for you! Let me know if you have any further questions.

      Tomas

      posted in Windy API v4
      nesroN
      nesro
    • RE: ACCESS hover-over shows 13km should be 12km

      Hi @auweatherwatcher ,
      thanks for reporting this issue! We will get this fixed in the next update.

      Tomas

      posted in Bug Reports
      nesroN
      nesro
    • RE: API beta test

      Hi @saaneuvos ,

      • 1 hour animation step for ICON models is a feature available only for premium users logged in on Windy.com and it's not available in our Map Forecast API.

      • I checked your site and you are missing satellite in the favOverlays array. If you put it there, you should see the satellite option in the menu.

      Screenshot 2022-08-25 at 9.54.18.png

      posted in Windy API v4
      nesroN
      nesro
    • RE: Lightning strike problem

      Hi @tank-Uttam , can you please specify the location you are talking about?

      posted in Bug Reports
      nesroN
      nesro
    • RE: CORS error when using windy api

      Hi @b-rochut @Thiago-Gabriel

      we know about the issue. It should be fixed soon.

      posted in Windy API v4
      nesroN
      nesro

    Latest posts made by nesro

    • RE: Export Favorites for Premium

      Hi @tdspence2021

      if you open the "chrome dev tools", go to Application -> IndexedDB -> windy -> userFavs. Then you can copy it from there.

      posted in Your Feedback and Suggestions
      nesroN
      nesro
    • RE: Being logged off every few days

      @Boggie-0 I just doublecheck that this cookie is returning a valid "logged in response". If you are logged out, there must be something else wrong. Please let me know if it's working for you or not.

      posted in Windy Account
      nesroN
      nesro
    • RE: Being logged off every few days

      Hi @Boggie-0

      I redacted your message as the value of the session cookie should be kept secret.

      I can see that this session should be working on our side. Is is working for you or are you logged out while having this cookie set?

      posted in Windy Account
      nesroN
      nesro
    • RE: Logging in - frequency and use of PW manager

      Hi @gordonf

      I've found and fixed an issue that could be causing this behaviour. Please let me know whether the problem persist.

      Thank you again for pointing out this issue!

      posted in Windy Account
      nesroN
      nesro
    • RE: Being logged off every few days

      Hi @tomacat and @Boggie-0

      I've found and fixed an issue that could be causing this behaviour. Please let me know whether the problem persist.

      Tomas

      posted in Windy Account
      nesroN
      nesro
    • RE: Being logged off every few days

      Hi @Boggie-0

      thank you for the valuable feedback. I will try to look more into the issue.

      If you have the account_sid cookie but you are not logged in, can you please send us the value of the cookie to support@windy.com ?

      Also, if you observe more steps to reproduce this issue, it will be much appreciated.

      Tomas

      posted in Windy Account
      nesroN
      nesro
    • RE: Logging in - frequency and use of PW manager

      @gordonf

      Great! Now please check this, when you will get logged out unintentionally.

      posted in Windy Account
      nesroN
      nesro
    • RE: Logging in - frequency and use of PW manager

      @gordonf
      To see the cookie value in Safari, you need to show develop menu:

      Go to Safari ▸ Settings (or Preferences) → Advanced tab.
      At the bottom, check ✅ “Show Develop menu in menu bar.”

      Then click Develop -> Web Inspector -> Storage -> Cookies

      You should be able to see the cookie when you are logged in. And the question is: if you get logged out, is the cookie still there or not. If it is, you can send us the cookie value to support@windy.com and I will take a closer look

      posted in Windy Account
      nesroN
      nesro
    • RE: Logging in - frequency and use of PW manager

      Hi @gordonf
      thank you for your feedback. I assume you use Windy.com on the desktop and not talking about the Windy.com mobile app.

      Regarding the session persistency: the login session should be persistent as long as you have the _account_sid cookie. Can you please check that if you get logged out, whether this cookie is set or not? Can you please tell me which browser/os you use and whether you have some privacy extensions enabled? This could help me identify whether there is issue on our side we could fix/improve.

      We’ll take a look at our login form to understand why Keeper behaves differently as it works with some other password managers.

      posted in Windy Account
      nesroN
      nesro
    • RE: Help - Subscription not activating on my iPhone

      Hi @Slav-Gnatetski

      If you login with Google on both web and mobile, you should login to the same user where the premium is activated.

      I can see that you are writing here from an account tied to a Google login. Emails in our database are unique. So if you login into the mobile app, got to your avatar -> my profile and check what is the email there.

      posted in Your Feedback and Suggestions
      nesroN
      nesro