Today in History
Explore important events in history that are happening today. Supports viewing Wikipedia historical events and personal calendar reviews, and provides multiple view modes by day, week, and month, allowing you to easily understand history and review the past.
To access Wikipedia data, Weifu requires Page Pig. ##Application Introduction ** Today in History ** is a Web application that helps you review the past and explore history. It can: - ** Review your personal history **: Check what you have done today in previous years (requires a connection to a calendar) - ** Understand historical events **: View important events that occurred today in history on Wikipedia - ** Multiple view modes **: View historical events in different dimensions such as day, week, and month After visiting the app, you will see two main tabs: - **Personal Events **: Display historical events in your personal calendar - **Historical Events **: Display historical events on Wikipedia If you want to view historical events in your calendar, you need to configure calendar links first. ###Step 1: Get a Google Calendar ICS link 1. Open [Google Calendar](calendar.google.com) 2. Find your calendar on the left and click the *** menu on the right 3. Select **"Settings and Sharing"** 4. Scroll down to the **"Integrated Calendar"** section 5. Find **"Non-public URL displayed in iCal format"** 6. Click Copy to get a link like this: ``` https://calendar.google.com/calendar/ical/your email address@gmail.com/private-random string/basic.ics ``` ###Step 2: Configure it in the lazy cat micro service Add environment variables to the application settings of Lazy Cat Micro Services: ``` Variable name: NEXT_APP_ICS_URLS Variable values: https://calendar.google.com/calendar/ical/your email address@gmail.com/private-xxx/basic.ics ``` ** Multiple calendars **(separated by commas): ``` Variable values: https://Calendar 1.ics, https://Calendar 2.ics, https://Calendar 3.ics ``` ###Step 3: Restart the application After configuring and restarting the application, you can see your historical events in the **Personal Events** tab!







