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
    • RE: A Module To display grid-based Content

      Wow, no replys. I have not found much, for a directory of classes you may want to look into a web page, the raspberry pi can host a local web server and display what you want… (I used https://www.w3schools.com/html/html_basic.asp to help set up the page). Then you can just display the page or put the page in your MM with iframe.

      Or some kind of note module like Wunderlist, that way it will display classes, and you can change them on your phone/pc.

      posted in Development
      J
      jasondreher
    • RE: A Module To display grid-based Content

      I would love to see this as well!

      posted in Development
      J
      jasondreher
    • MMM-Globe with local file

      I was able to get MMM-Globe working with the globe, but now I want to display my own picture, but it does not seem to work. Any ideas? Below is my config

      {
      module: ‘MMM-Globe’,
      position: ‘top_left’,
      config: {
      style: ‘geoColor’,
      imageSize: 100,
      ownImagePath: ‘/home/pi/MagicMirror/Scripts/Cur_Status_Garage.png’,
      updateInterval: 10601000
      }
      },

      The updateInterval is not showing correctly but this matches the github.
      I like this because it refreshes, this is a Garage Status to show if my garage door is up or down at any given moment.

      posted in Troubleshooting
      J
      jasondreher
    • Alert from IFTTT or PC

      I would like to have an alert sent to Magic Mirror based on a on/off switch from smartthings. My only thought is to use IFTTT, does anyone know how to do this?

      Or maybe send the alert from the PC? I could write the logic, I just need to know if there is some kind of automated request I could send from the PC to display an alert on MM.

      And I do see https://github.com/jc21/MMM-IFTTT but I would rather not mess with port FW or anything like that.

      posted in General Discussion
      J
      jasondreher
    • RE: Calendar shows "no entries" after MM Update

      @Mitch1138 said in Calendar shows “no entries” after MM Update:

      tgeimer’s

      tgeimer’s fix worked for me too!! Thank you!

      posted in Troubleshooting
      J
      jasondreher
    • RE: First mirror (newbie monitor question)

      Mine were on the bottom of the bezel, but I would not think it would matter, I took the bezel off so the screen was flat against the mirror so the controls just hang behind the monitor now. The big thing is what way the power and VGA/HDMI face, you dont want them getting in the way.

      posted in Hardware
      J
      jasondreher
    • RE: 27" custom framed magic mirror - fun to get done

      Excellent, great job! Can you share your css file, I like the days a different color in the forecast.

      posted in Show your Mirror
      J
      jasondreher
    • RE: Calendar shows "no entries" after MM Update

      Is no one else having this issue? Besides the couple of us on this thread.

      posted in Troubleshooting
      J
      jasondreher
    • RE: Calendar shows "no entries" after MM Update

      That makes sense, the only calendar that does not show is my largest one. And most important!!

      posted in Troubleshooting
      J
      jasondreher
    • 1 / 1