When checking my schedule and needing weather information, I found it tedious to search for weather separately, so previously I subscribed to a foreign weather calendar.. but unfortunately there would inevitably be differences from our country's meteorological data..
While doing some creative coding with AI, I thought this could work too, so I'm sharing a calendar integration service I built using meteorological agency data.
This guide helps you view accurate 10-day weather information from the meteorological agency in the form of events within your iPhone, Galaxy, or Google Calendar app.
Since it's impossible to create individual calendars for everyone who wants to use my API, I created a guide that allows you to implement your own calendar integration service using your personal GitHub repository.
Weather Calendar Automation Creation Guide Page Address - https://murianwind.github.io/weather-calendar/
This method collects data directly from the meteorological agency's API hub, so it's based on authoritative information. It provides detailed forecasts including not just simple weather conditions but also temperature, precipitation probability, and wind speed. Moreover, it includes medium-term forecasts up to 10 days beyond short-term forecasts for today and tomorrow, making it convenient for establishing long-term schedule plans. Once set up, it has a system that automatically updates with the latest information every 3 hours through GitHub Actions.
For those like me who have frequent external meetings or business trips and are sensitive to weather changes, it's great to grasp all information at a glance within the calendar app.
When you access the above guide page, step-by-step explanations that even beginners can easily follow are prepared. Along with a tool that automatically calculates coordinate values matching your neighborhood address, detailed setup methods for each step are provided.
I hope you'll start more efficient schedule management by integrating meteorological agency information with your calendar.
If such a service already existed.. it's due to my poor search skills. But really, now it's an era where I can create what I want just by imagining it..
If anything doesn't work well, please leave a comment.. ^^