MMM-PrayerTime
MMM-PrayerTime copied to clipboard
Highlight Current Prayer Time in MMM-PrayerTime Module
Highlight Current Prayer Time in MMM-PrayerTime Module
This PR adds visual highlighting to indicate the current prayer time in the MMM-PrayerTime module.
Changes
Visual Enhancements
- Added highlighting for the current prayer time with:
- Yellow color
- Bold text
- 110% size increase
- Subtle glow effect (text shadow)
Technical Implementation
- Added CSS classes for styling current prayer time
- Implemented logic to determine current prayer time by:
- Calculating prayer time intervals
- Handling prayer times that span across midnight
- Applying highlight classes to both prayer name and time
Files Changed
MMM-PrayerTime.css:- Added
.current-prayerclass with visual styling
- Added
MMM-PrayerTime.js:- Added time comparison logic
- Applied CSS classes dynamically based on current time