• 04-05-2024, 09:26:35
    #1
    Üyeliği durduruldu
    Merhabalar temamda şöyle bir uyarı alıyorum;

    Tema seçenekleri sayfası> Entegrasyonlar'da Hava Durumu API Anahtarını ayarlamanız gerekir.

    Bu anahtarı nereden bulabilirim ?
  • 04-05-2024, 09:43:33
    #2
    Openweather den alabilirsiniz
  • 04-05-2024, 09:59:54
    #3
    Üyeliği durduruldu
    Faikyilmaz adlı üyeden alıntı: mesajı görüntüle
    Openweather den alabilirsiniz
    Site yabancı hocam beceremedim
  • 04-05-2024, 10:01:08
    #4
    <?php
    $apiKey = 'YOUR_API_KEY';
    $city = 'YOUR_CITY';
    
    $url = "http://api.openweathermap.org/data/2.5/weather?q=$city&appid=$apiKey";
    
    $response = file_get_contents($url);
    $data = json_decode($response);
    
    $temperature = $data->main->temp;
    $weatherDescription = $data->weather[0]->description;
    
    echo "Temperature: " . $temperature . " K<br>";
    echo "Weather Description: " . $weatherDescription;
    ?>
  • 04-05-2024, 10:03:35
    #5
    Üyeliği durduruldu
    fyazilim adlı üyeden alıntı: mesajı görüntüle
    <?php
    $apiKey = 'YOUR_API_KEY';
    $city = 'YOUR_CITY';
    
    $url = "http://api.openweathermap.org/data/2.5/weather?q=$city&appid=$apiKey";
    
    $response = file_get_contents($url);
    $data = json_decode($response);
    
    $temperature = $data->main->temp;
    $weatherDescription = $data->weather[0]->description;
    
    echo "Temperature: " . $temperature . " K<br>";
    echo "Weather Description: " . $weatherDescription;
    ?>


    buraya yapıştıracağım birşey olması lazım galiba birkaç şey denedim ama olmadı.
  • 04-05-2024, 10:43:06
    #6
    chechen46 adlı üyeden alıntı: mesajı görüntüle

    buraya yapıştıracağım birşey olması lazım galiba birkaç şey denedim ama olmadı.
    Siteye girin kayıt olun şu adrese gidin:

    https://home.openweathermap.org/api_keys
  • 04-05-2024, 18:33:40
    #7
    Üyeliği durduruldu
    DeSh adlı üyeden alıntı: mesajı görüntüle
    Siteye girin kayıt olun şu adrese gidin:

    https://home.openweathermap.org/api_keys
    üstad oraya girdim üyelik oluşturdum ama sanırım site türkçe değil tam anlamadım nereye ne tıklayacağımı