Skip to content

iamelijahko/whatever-the-weather

Repository files navigation

Hot Spell Expelliarmus - Your personal heatwave alert ♨️📱

Author: Elijah Ko

Now that lockdown is continuing to ease, we're excited about the prospect of enjoying, safely, more of the great outdoors this summer. That also means a return to the very British hobby of getting sun tanning 🔆 in the parks 🏞 !

However, even if you can enjoy the weather and manage social distancing, you could be vulnerable to heat exhaustion 🥵 . Particularly the elderly, people with conditions such as diabetes, young children and people working or exercising outdoors. Heat-stroke may set in which requires urgent medical help.

What if ... you can receive a hot spell warning once you step into your favourite local parks?

The project can be broken down into five main sections:

1. Trigger an IFTTT command once you step into the park (IF "Location" THEN "Webhooks")

Video instruction: https://youtu.be/0aIHCevDfS4

IF THIS - "Location" widget

  • Select "You enter an area", this triggers everytime you enter an area you specify. In my case, I have chosen the Roundwood Park.

THEN THAT - "Webhooks" widget

2. IFTTT send a Webhook request (server) to Pythonanywhere.com to auto run the "hot_spell_expelliarmus.py" (client)

Video instruction: https://youtu.be/UDEv0kcy8xI
  • Create a new Web app on pythonanywhere.com (follow the tutorial from 5:24 https://www.youtube.com/watch?v=fmjFO5d2AsM)
  • Copy and paste the code of "hot_spell_expelliarmus.py", and replace all the code in the "flask_app.py" file of pythonanywhere.com ("Files" tab > /home/username/mysite)
  • Rememebr to "save" and "run" the program
  • Go to Dashboard > Web Apps (Open Web tab) > click "Reload yourAccountName.pythonanywhere.com"

3a. Grabbing weather data (run "hot_spell_expelliarmus.py" on pythonanywhere.com)

3b. Processing data

  • Using Python to parse the acquired data. If temperature in the next 2 hours is over 30 degree Celsius. Trigger an alert message to your email.

3c. Trigger output:

  • Send alert to your mailbox with the following messages.
  • "Subject: HOT SPELL ALERT! Body: Temperature in 2 hours will be {this_temp} degree Celsius. Stay cool and drink more water!"

That's it! All you need is to go to your local park, enjoy the sunshine, and wait for the trigger of the message if it's going to be too hot! Get hydrated and stay cool! 💦

Bonus: Instant Weather Alert with GUI

P.S. Run on your local computer, no need to upload to pythonanywhere.com

Weather forecast app with graphical interface. User can search the weather of every city in the coming 3 hours.

File you need to run together: "weather_forecast.py" and "config.ini"

5 different messages will appear on the pop-up window:

  • Freezing: Temperature lower than 5.0 degree Celsius
  • Cold: Temperature between 5.0 to 15.0 degree Celsius
  • Warm: Temperature between 15.0 to 25.0 degree Celsius
  • Hot: Temperature between 25.0 to 30.0 degree Celsius
  • Boilinig: Temperature higher than 30.0 degree Celsius
Further Readings

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published