NotifyMe - Troubleshooting Guide
| ← Back to Home | 🚀 Installation | 📖 Usage | ⚙️ Configuration |
Notifications Not Appearing
Windows Notification Settings
- Open Settings (Win + I)
- Go to “System” → “Notifications”
- Scroll to “NotifyMe” and ensure it’s allowed
- Toggle “Show notifications from apps and other senders” ON
Test Notifications
- Right-click NotifyMe icon
- Select “🔔 Test Notifications”
- Choose a test type (Blink, Walking, Water, or Pranayama)
- A notification should appear immediately
App Not in Notification List
- Try restarting NotifyMe
- If still missing, check Windows Notification Settings → scroll down and enable unknown apps
Application Won’t Start
Python Not Installed
If running from source:
- Download Python 3.13+ from python.org
- Install with “Add Python to PATH” checked
- Restart and try again
Missing Dependencies
If running from source:
- Run
setup.batin the project folder - Or manually:
uv sync
Check Logs
- Right-click NotifyMe icon
- Select “📂 Open Locations” → “📄 Log Location”
- Open
notifyme.login a text editor - Look for error messages
Settings Not Saving
Check File Permissions
- Right-click
%APPDATA%\NotifyMefolder - Select Properties → Security
- Ensure your account has “Write” permission
Corrupted Config File
- Close NotifyMe
- Delete
%APPDATA%\NotifyMe\config.json - Restart NotifyMe (will create fresh config)
High CPU Usage
Check Running Instances
- Open Task Manager (Ctrl + Shift + Esc)
- Look for multiple NotifyMe processes
- Close extras and keep only one running
Restart Application
- Right-click tray icon → “❌ Quit”
- Wait 5 seconds
- Relaunch NotifyMe
Reminders Not Triggering
Verify Reminders Started
- Right-click tray icon
- Check that “⚙ Controls” → “▶ Start” shows the app is running
- Icon title should show intervals like “Blink: 20min, Pranayama: 120min”
Check Individual Pause States
- Right-click tray icon
- Select each reminder (Blink, Walking, Water, Pranayama)
- Ensure they’re not showing “⏸” (paused)
- Un-pause if needed
Verify Intervals
- Right-click → reminder type (e.g., “👁 Blink Reminder”)
- Confirm selected interval is reasonable
- Intervals are counted from last trigger, not elapsed
Text-to-Speech (TTS) Not Working
TTS Not Speaking
- Test TTS: Right-click tray icon → Select reminder → “🔔 Test [Reminder]” → Should hear speech
- Check if enabled:
- Right-click tray icon → “⚙ Controls” → “🗣️ Global TTS” should show enabled
- Check reminder menu → “🗣️ TTS” should show enabled for that reminder
- Check volume:
- Ensure system volume is not muted or very low
- Click the volume icon in taskbar to verify
No Hindi Voice Available
If you want Hindi voice support:
- Install Hindi language pack:
- Open Settings (Win + I)
- Go to “Time & Language” → “Language & Region”
- Click “Add a language” → Search for “Hindi” → Install
- Download language pack for Text-to-Speech
-
After installation: Restart NotifyMe to detect the Hindi voice
- Use Hindi TTS:
Edit
%APPDATA%\NotifyMe\config.jsonSet"global.tts_language": "hi"for Hindi only, or"auto"to prefer Hindi when available
TTS Sounds Distorted or Robotic
File Locations Reference
Log File
Path: %APPDATA%\NotifyMe\notifyme.log
Quick Access: Right-click tray icon → “📂 Open Locations” → “📄 Log Location”
What’s Inside:
- Application startup/shutdown events
- Reminder triggers and notifications
- Configuration changes
- Error messages and warnings
Log Rotation: 5 MB per file, up to 5 backups (notifyme.log.1, .2, .3, .4, .5)
Config File
Path: %APPDATA%\NotifyMe\config.json
Quick Access: Right-click tray icon → “📂 Open Locations” → “⚙ Config Location”
Application Files
Quick Access: Right-click tray icon → “📂 Open Locations” → “📦 App Location”
Still Need Help?
- Check the logs: Review
%APPDATA%\NotifyMe\notifyme.logfor error messages - Review configuration: Verify settings in
%APPDATA%\NotifyMe\config.json - Reset to defaults: Delete config.json and restart (recreates with defaults)
- Reinstall: Try the latest version from GitHub Releases
| ← Back: Configuration | Next: Home → |