Skip to content

Instantly share code, notes, and snippets.

@lalithabacies
Created September 7, 2017 07:17
Show Gist options
  • Select an option

  • Save lalithabacies/c8f973dc6754384d6cade282b64a8cb1 to your computer and use it in GitHub Desktop.

Select an option

Save lalithabacies/c8f973dc6754384d6cade282b64a8cb1 to your computer and use it in GitHub Desktop.
Open weather API key
BIT.LY link zu dieser Seite:
https://bit.ly/weather-api
API Key:
bd5e378503939ddaee76f12ad7a97608
API Doku:
http://openweathermap.org/current
How to use an API key:
http://openweathermap.org/appid#use
@yatao-zhuozhuo

Copy link
Copy Markdown

works as of 27 03 2025
Thank you ! Help me a lot

@Nightray-HA

Copy link
Copy Markdown

@srinivas-191

srinivas-191 commented Mar 29, 2025 via email

Copy link
Copy Markdown

@yashchavdakonsultera

Copy link
Copy Markdown

account has been blocked

@WasItfrog5

Copy link
Copy Markdown

i can confirm that on 27th april the key still works
url:https://api.openweathermap.org/data/2.5/weather?q=London&appid=bd5e378503939ddaee76f12ad7a97608&units=metric

{
  "coord": {
    "lon": -0.1257,
    "lat": 51.5085
  },
  "weather": [
    {
      "id": 721,
      "main": "Haze",
      "description": "haze",
      "icon": "50d"
    }
  ],
  "base": "stations",
  "main": {
    "temp": 8.26,
    "feels_like": 8.26,
    "temp_min": 7.53,
    "temp_max": 8.89,
    "pressure": 1026,
    "humidity": 95,
    "sea_level": 1026,
    "grnd_level": 1021
  },
  "visibility": 2900,
  "wind": {
    "speed": 0,
    "deg": 0
  },
  "clouds": {
    "all": 100
  },
  "dt": 1745735677,
  "sys": {
    "type": 1,
    "id": 1414,
    "country": "GB",
    "sunrise": 1745728782,
    "sunset": 1745781377
  },
  "timezone": 3600,
  "id": 2643743,
  "name": "London",
  "cod": 200
}

@jonkolp

jonkolp commented May 5, 2025

Copy link
Copy Markdown

works as of 05 05 2025
Thank You

@YogaSakti

Copy link
Copy Markdown

Work, Thank You

@VkedaxVIP

VkedaxVIP commented May 14, 2025

Copy link
Copy Markdown

Можу підтвердити, що 27 квітня ключ все ще працює. URL-адреса: https://api.openweathermap.org/data/2.5/weather?q=London&appid=bd5e378503939ddaee76f12ad7a97608&units=metric

{
  "coord": {
    "lon": -0.1257,
    "lat": 51.5085
  },
  "weather": [
    {
      "id": 721,
      "main": "Haze",
      "description": "haze",
      "icon": "50d"
    }
  ],
  "base": "stations",
  "main": {
    "temp": 8.26,
    "feels_like": 8.26,
    "temp_min": 7.53,
    "temp_max": 8.89,
    "pressure": 1026,
    "humidity": 95,
    "sea_level": 1026,
    "grnd_level": 1021
  },
  "visibility": 2900,
  "wind": {
    "speed": 0,
    "deg": 0
  },
  "clouds": {
    "all": 100
  },
  "dt": 1745735677,
  "sys": {
    "type": 1,
    "id": 1414,
    "country": "GB",
    "sunrise": 1745728782,
    "sunset": 1745781377
  },
  "timezone": 3600,
  "id": 2643743,
  "name": "London",
  "cod": 200
}

Снимок экрана 2025-05-14 114035
Снимок экрана 2025-05-14 114250
Снимок экрана 2025-05-14 114341
this code can be written in a simple notepad and saved in an html file, replacing the icon with any .ico
if something doesn't work, you can create your own icon from any photo on the internet directly from .png to .ico
Thank you all for your attention))
There is also an option to replace the weather city with your own instead of "London" and specify your API-Key.

@VkedaxVIP

Copy link
Copy Markdown

Можу підтвердити, що 27 квітня ключ все ще працює. URL-адреса: https://api.openweathermap.org/data/2.5/weather?q=London&appid=bd5e378503939ddaee76f12ad7a97608&units=metric

{
  "coord": {
    "lon": -0.1257,
    "lat": 51.5085
  },
  "weather": [
    {
      "id": 721,
      "main": "Haze",
      "description": "haze",
      "icon": "50d"
    }
  ],
  "base": "stations",
  "main": {
    "temp": 8.26,
    "feels_like": 8.26,
    "temp_min": 7.53,
    "temp_max": 8.89,
    "pressure": 1026,
    "humidity": 95,
    "sea_level": 1026,
    "grnd_level": 1021
  },
  "visibility": 2900,
  "wind": {
    "speed": 0,
    "deg": 0
  },
  "clouds": {
    "all": 100
  },
  "dt": 1745735677,
  "sys": {
    "type": 1,
    "id": 1414,
    "country": "GB",
    "sunrise": 1745728782,
    "sunset": 1745781377
  },
  "timezone": 3600,
  "id": 2643743,
  "name": "London",
  "cod": 200
}

Снимок экрана 2025-05-14 114035 Снимок экрана 2025-05-14 114250 Снимок экрана 2025-05-14 114341 this code can be written in a simple notepad and saved in an html file, replacing the icon with any .ico if something doesn't work, you can create your own icon from any photo on the internet directly from .png to .ico Thank you all for your attention)) There is also an option to replace the weather city with your own instead of "London" and specify your API-Key.

Снимок экрана 2025-05-14 141901
Снимок экрана 2025-05-14 141747
Added more accuracy and shows how to replace HPA with mercury column.

@taigasign

Copy link
Copy Markdown

thank you

@VkedaxVIP

Copy link
Copy Markdown

thank you

image
here is my final work.
I did a city search, added exact city coordinates, dark and light design, added a city search, which can be activated by pressing the "Enter" button or the next button on the phone keyboard, a 3-day weather forecast and expected day/night temperature, added the probability of precipitation so that it wouldn't be boring, added 3 popular radio stations that immediately play the air without transitions.
nothing superfluous))

@VkedaxVIP

VkedaxVIP commented May 22, 2025

Copy link
Copy Markdown

here is the code, all you need to replace are the traps for your channels and connections to you 7screen, if you need them of course.
Screen 11 noted that I closed the code, these are almost identical screenshots from screen 10, just for those who don't understand how it works.
1
2
3
4
5
6
7
8
9
10
11

@razzivofficial

Copy link
Copy Markdown

It still works! Amazing who is paying for this 😂

@menamiit

menamiit commented Jul 3, 2025

Copy link
Copy Markdown

Thanks You!

@VadimCanPlay

Copy link
Copy Markdown

this is absolute insanity
8 years and it still works?
lolll
also @namismyname what app is that? ty

@SaeedX302

Copy link
Copy Markdown

⚠️ OpenWeatherMap API Error

Now this API is not working.

{
  "cod": 429,
  "message": "Your account is temporary blocked due to exceeding of requests limitation of your subscription type. Please choose the proper subscription https://openweathermap.org/price"
}

@anoniemerd

Copy link
Copy Markdown
afbeelding

@binyaminadler

Copy link
Copy Markdown

{"cod":429, "message": "Your account is temporary blocked due to exceeding of requests limitation of your subscription type. Please choose the proper subscription https://openweathermap.org/price"}

@olegmazepov2013-coder

Copy link
Copy Markdown

key is blocked

@varunreddy62

Copy link
Copy Markdown

api key not working key is blcked

@shubhamsharma18

shubhamsharma18 commented Dec 2, 2025

Copy link
Copy Markdown

yes thankss its 100% working

@Shiggs921

Copy link
Copy Markdown

Not working currently

@nophu

nophu commented Feb 2, 2026

Copy link
Copy Markdown

Thanks, still works properly.

@153Harsh

Copy link
Copy Markdown

Not working currently

@MaxHarker

Copy link
Copy Markdown

Still working, 3/16/2026. Thank you! :)

@bimko

bimko commented Mar 17, 2026

Copy link
Copy Markdown

Подтверждаю, работает, спасибо! Взял для стороннего циферблата garmin, оригинальная погода врет:(

@suhailhusainshaan

Copy link
Copy Markdown

As of 19-04-2026
Key stopped working temporarily:
{
"cod": 429,
"message": "Your account is temporary blocked due to exceeding of requests limitation of your subscription type. Please choose the proper subscription https://openweathermap.org/price"
}

@Airbus-A330-bruh

Copy link
Copy Markdown

i can confirm it works as of now
thank you very much

@MrByte

MrByte commented Jun 5, 2026

Copy link
Copy Markdown

working 6/5/2026

@Airbus-A330-bruh

Copy link
Copy Markdown

working 6/5/2026

yea
ppl keep hogging it tho its always out

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment