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

    Posts

    Recent Best Controversial
    • RE: After update, Calendar shows infinite number of events.

      Is there any way to go back a version or install a prior version? I have the same calendar issue. The installation mentions git reset --hard, but I am not sure what that does.

      posted in Troubleshooting
      J
      jasondreher
    • RE: [SOLVED] Dates lower than Thu Jan 01 1970 00:00:00 GMT+0100 (CET) are not supported

      You need to edit the /home/pi/MagicMirror/node_modules/rrule-alt/lib/rrule.js file. See the post below.

      https://forum.magicmirror.builders/topic/2208/calendar-shows-no-entries-after-mm-update/29?page=3

      From the post…
      Edit this file

      /home/pi/MagicMirror/node_modules/rrule-alt/lib/rrule.js
      Go to line 56 or search for the first occurance of “ORDINAL_BASE” and change this line:

      ORDINAL_BASE: new Date(1970, 0, 1),
      set it to a lower year like 1900.
      Then restart your magic mirror (pm2 restart mm)

      posted in Bug Hunt
      J
      jasondreher
    • RE: Ghost Overlay / OMXPlayerTransparency

      @pyrosmiley
      What module did you use to play the .webm file? I have converted a file but dont know how to play it on the MM.

      posted in Troubleshooting
      J
      jasondreher
    • RE: Ghost Overlay / OMXPlayerTransparency

      Please give some more detail on how you put this together! I have tried to do it for quite a while but the video is always choppy and does not look good. And what hardware are you using, I assumed my Raspberry Pi was just too slow for video…
      And can you share the Ghost video or let me know where you got it?

      posted in Troubleshooting
      J
      jasondreher
    • RE: MMM-Scrobbler doesn't show album art

      I am having this issue too. But it seems to only be when playing Tunein radio, it will show the artist and song bun not the artwork. When I play an Amazon song it works just fine. Was there a solution to this? Or a known error?

      posted in Troubleshooting
      J
      jasondreher
    • RE: Countdown Module?

      Fantastic, worked for me, thanks!!!

      posted in Requests
      J
      jasondreher
    • RE: Countdown Module?

      Can you post your changes? I would love to have this countdown to the second.

      posted in Requests
      J
      jasondreher
    • RE: Garage Door Detectors

      I like the MMM-door-sensor module, and I see that it uses notificationReceived to change the icon, but how do you send a notification to the module? I have tried this.sendNotification but I cannot seem to get it to work…

      posted in Requests
      J
      jasondreher
    • RE: MMM-syslog

      Can notificationReceived be used on other modules for this? I am looking for a way to have a PC send a notification (like syslog http request) and MM respond to this with notificationReceived.

      Like send “DOM_OBJECTS_CREATED” with http and have the below
      notificationReceived: function(notification, payload, sender) {
      15 if (notification === “DOM_OBJECTS_CREATED”) {
      16 this.variable=“created”…

      For my use it would send a notification when the garage door opens and change the icon on my MM.

      posted in System
      J
      jasondreher
    • RE: Display a Web Page

      What is this “halloween thread” people keep referring to? I have seen it a few times and cannot find it.

      posted in General Discussion
      J
      jasondreher
    • 1 / 1