Windy Community
    • Unread
    • Categories
    • Groups
    • Go to windy.com
    • Register
    • Login
    1. Home
    2. Yue Nisha
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 2
    • Best 0
    • Controversial 0
    • Groups 0

    Yue Nisha

    @Yue Nisha

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

    Yue Nisha Unfollow Follow

    Latest posts made by Yue Nisha

    • RE: Asking about integrated windy maps to my react

      Thank you, now it works but I got a new problem !
      e046e870-98cc-4911-8440-ea886de889af-image.png as you can see the play button is only display half of it, why ?

      Here the code where I use it:

      import React from 'react';
      
      export default function CurrentWeather(){
          const options = {
              key: 'M7pQnMBwZaBGVpdBNtqLe6R2DlxTAcmC', // REPLACE WITH YOUR KEY !!!
              lat: 50.4,
              lon: 14.3,
              zoom: 1,
          };
          // eslint-disable-next-line no-undef
          windyInit(options, windyAPI => {
      
              const { map } = windyAPI;
          });
      
          return <div>;
      }
      ```</div>
      posted in Windy API v4
      Yue NishaY
      Yue Nisha
    • Asking about integrated windy maps to my react

      I've one issue with injecting windy to my project, it require project identification, but my project is under development and using localhost instead a domain, so how can I get authorized ?

      posted in Windy API v4
      Yue NishaY
      Yue Nisha