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

    Posts

    Recent Best Controversial
    • RE: Shopping list off Amazon

      I would add a USB Microphone
      https://www.amazon.com/Kinobo-Microphone-Desktop-Recognition-Software/dp/B00IR8R7WQ/

      And a PIR Sensor
      https://www.amazon.com/PIR-motion-sensor-HC-SR501-Arduino/dp/B00L9GKN3I/

      If I was to do it again, I would call your local glass shops first. I got the same acrylic mirror from Amazon and no matter how careful I was with the frame, it flexes and create a funhouse mirror effect. I called around and the first glass shop I contacted had glass two-way mirror for roughly the same price.

      What are you planning to do with the acrylic cement?

      posted in Hardware
      C
      Chiumanfu
    • RE: My Full-Length Mirror with a "Smart" Top Half

      Does the PIR sensor work well without the dome? I wish I knew you could do that before I drilled a big ugly hole in my frame.

      Beautiful mirror!

      posted in Show your Mirror
      C
      Chiumanfu
    • RE: MMM-Todoist - Your todoist tasks on your mirror

      Do those two entries have due dates associated? Mine did some weird things until I assigned due dates to each entry… and subsequently added tkotz8105’s fetcher fix.

      posted in Productivity
      C
      Chiumanfu
    • RE: Default Calendar

      They are working on MMM-MyCommute + Calendar integration.
      https://github.com/jclarke0000/MMM-MyCommute/pull/1

      posted in Requests
      C
      Chiumanfu
    • RE: Module(s) causing MagicMirror to lock up?

      @brandongomez I think in my case, it was a bad IP Camera stream rather than a bad module.

      posted in Troubleshooting
      C
      Chiumanfu
    • RE: Module(s) causing MagicMirror to lock up?

      Comment out all the third party modules in the config.js then add them back one by one testing each. For me it was the iFrame module displaying an IP camera stream that locked up my pi.

      posted in Troubleshooting
      C
      Chiumanfu
    • RE: Updated version of MMM-iFrame

      Hows the long term stability of displaying the DLink video stream? I have a Foscam displaying in iFrame and it crashes MM ramdomly every 24 hours or so.

      posted in Utilities
      C
      Chiumanfu
    • RE: On-Demand Music

      I use Volumio to play Spotify on a RPi and the MMM-Volumio plugin to display Now Playing info from Volumio.

      https://volumio.org
      https://forum.magicmirror.builders/topic/2515/mmm-volumio

      posted in Development
      C
      Chiumanfu
    • RE: PM2 disable logs

      Thanks bhpler!

      posted in Troubleshooting
      C
      Chiumanfu
    • RE: PM2 Alternative

      This didn’t work for me. Running Raspbian Jessie lite. There is no file /home/pi/.config/autostart
      There is one in /home/pi/.config/lxsession/LDXE/autostart but that did not work either. Various googling says the proper way of autostarting scripts in Jessie is systemd but it is overly complicated and I haven’t been able to figure it out.

      posted in General Discussion
      C
      Chiumanfu
    • PM2 disable logs

      My mirror is at a stable state and I’d like to disable logs. Reason is I have the MMM-SimpleLogo module displaying a live feed from a Foscam IP camera. This camera is notorious for having jpg errors and every frame generates an error in the log. This builds up very fast.

      I’ve looked at the page http://pm2.keymetrics.io/docs/usage/log-management/ and they state the following will disable logs

      {
        "out_file": "/dev/null",
        "error_file": "/dev/null"
      }
      

      but I have no idea where to insert that snippet.

      Thanks

      posted in Troubleshooting
      C
      Chiumanfu
    • RE: My display so far...

      @j.e.f.f Thanks! I’ll try it.

      posted in Showcase
      C
      Chiumanfu
    • RE: MMM-Todoist - Your todoist tasks on your mirror

      Been testing a lot and figured out if you have entries in your list that have no due date assigned, then it crashes the module. If all entries in the list have dates then it behaves well. Gonna dig into the code to see where the bug is.

      posted in Productivity
      C
      Chiumanfu
    • RE: MMM-Todoist - Your todoist tasks on your mirror

      Is this module working for people? I’ve tried this one, MMM-Wunderlist and MMM-Wunderlist-Enhanced. They all behave similar. Some times they load the list, sometimes they don’t. When I add an item on my PC, it doesn’t show up in MM until reboot. I see reports of issues like this across all three modules. Since they are based on MMM-Wunderlist, maybe there is a problem in the base code?

      Here’s the log
      Create new todo fetcher for list: 2153843199 - Interval: 60000
      0|mm | Whoops! There was an uncaught exception…
      0|mm | TypeError: Cannot read property ‘substring’ of null
      0|mm | at Request._callback (/home/pi/MagicMirror/modules/MMM-Todoist/fetcher.js:69:35)
      0|mm | at Request.self.callback (/home/pi/MagicMirror/modules/MMM-Todoist/node_modules/request/request.js:188:22)
      0|mm | at emitTwo (events.js:106:13)
      0|mm | at Request.emit (events.js:191:7)
      0|mm | at Request. (/home/pi/MagicMirror/modules/MMM-Todoist/node_modules/request/request.js:1171:10)
      0|mm | at emitOne (events.js:96:13)
      0|mm | at Request.emit (events.js:188:7)
      0|mm | at IncomingMessage. (/home/pi/MagicMirror/modules/MMM-Todoist/node_modules/request/request.js:1091:12)
      0|mm | at Object.onceWrapper (events.js:290:19)
      0|mm | at emitNone (events.js:91:20)
      0|mm | MagicMirror will not quit, but it might be a good idea to check why this happened. Maybe no internet connection?
      0|mm | If you think this really is an issue, please open an issue on GitHub: https://github.com/MichMich/MagicMirror/issues

      posted in Productivity
      C
      Chiumanfu
    • RE: MMM-Volumio

      @trgraglia I realized my mistake. I had to add “http://” in front of the IP address in the config.js

      Thanks for your work on this module.

      posted in Entertainment
      C
      Chiumanfu
    • RE: MMM-Volumio

      I can’t seem to get this to work. It just displays “Connecting to Volumio…” in the mirror.

      Logs show this line popping up every 15 seconds or so.
      — MMM-Volumio: Socket Notification Received: MMM-VOLUMIO-SET-CONFIG

      IP for volumio is set to static 192.168.1.98. This is set correctly in the config.js.

      Thanks for any help you might be able to give.

      posted in Entertainment
      C
      Chiumanfu
    • RE: MMM-Wunderlist not updating

      I have the same problem. Any one have a solution other than reboot cron job. Seems like a bandaid.

      posted in Troubleshooting
      C
      Chiumanfu
    • RE: My display so far...

      @j.e.f.f Yes, it works as expected when using MMM-Wunderground to display the second location. It would be nice to have them display both in MMM-MyWeather but if the fix is difficult, I can live with it this way. Thanks.

      posted in Showcase
      C
      Chiumanfu
    • RE: My display so far...

      I’m using your MMM-MyWeather module and it’s great. My problem is that I want to add another module to display the weather from two different cities. If I duplicate the entry in the config file, it does show two modules but the data is identical in both even though I changed the PWS ID. I even tried a different apikey for each but that didn’t work either. Is there any fix for this? Thanks.

      posted in Showcase
      C
      Chiumanfu
    • RE: MMM-Wunderlist-Enhanced

      For the most part, the module is working but when I add an item in wunderlist, it does not update on the mirror until the next reboot. Any clues what I’m doing wrong?

      posted in Productivity
      C
      Chiumanfu
    • 1 / 1