MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. jjd
    3. Topics
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.
    J
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 3
    • Posts 8
    • Groups 0

    Topics

    • J

      MMM-AlarmClock popup not appearing when alarm goes off

      Watching Ignoring Scheduled Pinned Locked Moved Solved Troubleshooting
      3
      0 Votes
      3 Posts
      252 Views
      B
      Hey, I ran into a similar issue before — the popup didn’t appear even though the alarm triggered. In my case, it turned out to be a config issue with the notification settings in the module. Try checking if the showPopup option is enabled and that you don’t have another module overlapping it on the screen. Also, while testing your setup, you can use something like onlinealarm.co to verify your alarm times are correct before syncing it with MagicMirror — makes debugging way easier.
    • J

      Which Raspbian version to use for new clean (upgrade) install?

      Watching Ignoring Scheduled Pinned Locked Moved General Discussion
      6
      0 Votes
      6 Posts
      512 Views
      S
      @jjd awesome
    • J

      Can't change color of analog clock in default clock module

      Watching Ignoring Scheduled Pinned Locked Moved Solved Custom CSS
      4
      0 Votes
      4 Posts
      2k Views
      J
      OK, I finally succeeded in changing the analog clock to red. It wasn’t pretty and I don’t know if there is a better way. But here’s what I did, for the record: In modules/default/clock/faces, I copied face-010.svg to face-013.svg to create a new face. I edited face-013.svg to modify the style to have a fill color: <style>.cls-1{fill:#f00;}</style> Added the following to my custom.css: /* for the date display */ .nightclock .date.normal.medium { color: #f00; } /* for the hour hand */ .nightclock .clockHour { background: #f00; } /* for the minute hand */ .nightclock .clockMinute { background: #f00; } Edit the config: section of the clock module in config.js. Added secondsColor: “#f00” to the config: section of the clock module in config.js to change the color of the second hand Change the analogFace config to the newly edited “face-013”.
    • 1 / 1