MMM-PrayerTime icon indicating copy to clipboard operation
MMM-PrayerTime copied to clipboard

Highlight Current Prayer Time in MMM-PrayerTime Module

Open gadelkareem opened this issue 8 months ago • 0 comments

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

  1. MMM-PrayerTime.css:
    • Added .current-prayer class with visual styling
  2. MMM-PrayerTime.js:
    • Added time comparison logic
    • Applied CSS classes dynamically based on current time

Screenshots

Screenshot 2025-03-16 at 9 54 11 PM

gadelkareem avatar Mar 16 '25 05:03 gadelkareem