✨ Added Simple Reminder Feature in apps folder#344
✨ Added Simple Reminder Feature in apps folder#344sohumseth703 wants to merge 1 commit intoCode-A2Z:mainfrom
Conversation
|
Thank you for submitting your pull request! We'll review it as soon as possible. For further communication, join our discord server https://discord.gg/tSqtvHUJzE. |
|
Hi! 👋 |
|
Hi @sohumseth703, How is this different from the Alarm feature? |
|
Hi @Avdhesh-Varshney 👋, Thanks for your question! 🙏 The reminder.py feature is different from the existing alarm.py in the following ways: Custom Messages: reminder.py allows users to set a custom message that will be displayed when the reminder is due. The existing alarm.py only triggers a predefined alarm sound or message. Flexible Scheduling: Users can schedule reminders at any arbitrary time with a message, rather than fixed alarm functionality. Standalone Feature: It doesn’t interfere with alarm.py or any existing modules and is beginner-friendly for extending later (e.g., adding notifications). This feature was added to give users a simple way to schedule text-based reminders via console, which complements the alarm functionality rather than replacing it. Please let me know if you’d like me to make any changes or improvements! Thanks! 🙌 |
|
Share a working video which should be integrated with JARVIS.
|
Closes: N/A
Describe the add-ons or changes you've made 📃
Added a new module
reminder.pyinsrc/appsthat allows Jarvis to schedule reminders.Users can set a message and a time, and Jarvis will notify the user via console when the reminder is due.
This is a beginner-friendly feature and can be extended later for more advanced notifications.
Working Video 📷
No video available for this PR. The feature works via console output.
Type of change ☑️
What sort of change have you made:
Note to reviewers 📄
This feature is standalone and does not interfere with existing authentication, pages, or public modules.
Comments and instructions are included in the code for clarity.