<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Asking about integrated windy maps to my react]]></title><description><![CDATA[<p dir="auto">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 ?</p>
]]></description><link>https://community.windy.com/topic/28707/asking-about-integrated-windy-maps-to-my-react</link><generator>RSS for Node</generator><lastBuildDate>Fri, 11 Sep 2026 01:12:36 GMT</lastBuildDate><atom:link href="https://community.windy.com/topic/28707.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 25 Sep 2023 07:26:32 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Asking about integrated windy maps to my react on Fri, 13 Sep 2024 09:21:28 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/yue-nisha" aria-label="Profile: Yue-Nisha">@<bdi>Yue-Nisha</bdi></a>  Could me please let me know how you integrated maps into react app. I am trying to integrate getting error script is not getting loaded. Failed to load Windy API script with error ERR_BLOCKED_BY_ORB</p>
]]></description><link>https://community.windy.com/post/199639</link><guid isPermaLink="true">https://community.windy.com/post/199639</guid><dc:creator><![CDATA[devipinnamaneni]]></dc:creator><pubDate>Fri, 13 Sep 2024 09:21:28 GMT</pubDate></item><item><title><![CDATA[Reply to Asking about integrated windy maps to my react on Tue, 26 Sep 2023 13:24:07 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/yue-nisha" aria-label="Profile: Yue-Nisha">@<bdi>Yue-Nisha</bdi></a> Hi, you probably have some own styles, which probably overwrite something from ours. I would recommend checking these on your end.</p>
]]></description><link>https://community.windy.com/post/162075</link><guid isPermaLink="true">https://community.windy.com/post/162075</guid><dc:creator><![CDATA[Suty]]></dc:creator><pubDate>Tue, 26 Sep 2023 13:24:07 GMT</pubDate></item><item><title><![CDATA[Reply to Asking about integrated windy maps to my react on Mon, 25 Sep 2023 09:01:53 GMT]]></title><description><![CDATA[<p dir="auto">Thank you, now it works but I got a new problem !<br />
<img src="/assets/uploads/files/1695632342328-e046e870-98cc-4911-8440-ea886de889af-image.png" alt="e046e870-98cc-4911-8440-ea886de889af-image.png" class=" img-fluid img-markdown" /> as you can see the play button is only display half of it, why ?</p>
<p dir="auto">Here the code where I use it:</p>
<pre><code>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 =&gt; {

        const { map } = windyAPI;
    });

    return &lt;div&gt;;
}
```&lt;/div&gt;</code></pre>
]]></description><link>https://community.windy.com/post/161896</link><guid isPermaLink="true">https://community.windy.com/post/161896</guid><dc:creator><![CDATA[Yue Nisha]]></dc:creator><pubDate>Mon, 25 Sep 2023 09:01:53 GMT</pubDate></item><item><title><![CDATA[Reply to Asking about integrated windy maps to my react on Mon, 25 Sep 2023 07:51:58 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/yue-nisha" aria-label="Profile: Yue-Nisha">@<bdi>Yue-Nisha</bdi></a> Hi, you can add the <code>,localhost</code> into this column and it should work there as well.</p>
]]></description><link>https://community.windy.com/post/161878</link><guid isPermaLink="true">https://community.windy.com/post/161878</guid><dc:creator><![CDATA[Suty]]></dc:creator><pubDate>Mon, 25 Sep 2023 07:51:58 GMT</pubDate></item></channel></rss>