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

    Posts

    Recent Best Controversial
    • RE: "Out of memory" issues - where do I begin?

      Thought I would update this…

      Still broken.

      I have the latest MM as a fresh install on a brand new RPi with a new power adapter, using a brand new SDCard, connected to a different monitor, using a different HDMI cable, and it’s all plugged in to an outlet at an entirely different house in a different area of the state (different sections of the grid). I have the same few, basic modules installed and have added the photos module discussed here. It crashes and hangs randomly with “out of memory” errors just like the other one.

      The only thing the same between the two is the photo collection. I’ve not found any consistency in the past on it failing with any specific photos so troubleshooting this seems like it’s going to be impossible.

      posted in Troubleshooting
      E
      ember1205
    • RE: TV vs. Monitor

      Most monitors are IPS panels while most TV’s are VA panels. IPS has wider viewing angles with consistent color. The VA panels have better refresh rates for motion (which is not commonly needed for something like a mirror).

      TV’s can be an easy choice because they can be much more available and a remote could be useful. A monitor will generally make for a preferred screen by having better viewing angles and being lighter overall.

      posted in General Discussion
      E
      ember1205
    • RE: Auto Reload on Config File Change

      I have a script that I run every 15 minutes via cron that checks for updates to the config file. It compares the time and date stamp of the config file against the time and date stamp of the pid file from when MM was started. If the config file is newer, it restarts MM.

              if [ /home/pi/MagicMirror/config/config.js -nt /home/pi/.pm2/pids/mm-0.pid ]; then
                      /usr/bin/pm2 restart mm
              fi
      
      
      posted in Troubleshooting
      E
      ember1205
    • RE: Send web page from phone to MM

      One of the challenges doing this would likely have is the fact that MM is designed to be without a keyboard and mouse, and recipes on web pages are never at the top of the page. “Sending a link” would ultimately result in that link being opened on the MM and it would display from the top of the page. How would you scroll to get to what you need? Yes, I could see where some level of integration of voice commands could help, but I think it would be problematic.

      Something you could consider doing would be looking at one of the Google modules that could open a “photo” (nothing but an image file of any type) from your Google Photos or Google Drive and then taking a screen shot of the recipe and saving it to that location. The module would need to “find it” in order to display it and then you would delete it later on for the displaying of it to go away.

      If you’re not using the MM as a photo frame, you could do this similarly with one of the photo frame setups, too.

      posted in General Discussion
      E
      ember1205
    • RE: Display temperature over network

      @sdetweil Agreed. And, it would still require a method for the module to “register” with the remote thermometer of its existence when it loads so that initial temp and updates will be transmitted.

      posted in General Discussion
      E
      ember1205
    • RE: Display temperature over network

      Why not write the module that goes into MM and then use a script on the thermometer to update the module when the temp changes? If your thermometer is measuring the internal temp of a home, and that changes infrequently because the heat or AC is on, there’s no point in polling the thermometer every five minutes to see what the temp is. :)

      posted in General Discussion
      E
      ember1205
    • RE: Daily reboot inconsistency

      @dwburger I think you’re on a good path with this…Keep us posted…

      posted in Troubleshooting
      E
      ember1205
    • RE: Daily reboot inconsistency

      @dwburger You’re trying to put a band-aid on a gushing wound - WiFi issues, display problems, PM2 not starting MM…

      Tackle one problem at a time to get them all fixed instead of relying on a restart to fix one issue and letting it cause two others.

      posted in Troubleshooting
      E
      ember1205
    • RE: RPI3 running out of memory

      @bhepler

      I think you’re missing the point.

      If you have two modules, X and Y, and you disable one and the problem persists? What’s your diagnosis?

      How long do you allow the system to run with one module disabled and no fault before you are able to actually, definitively, able to declare that the problem is the sole result of that module?

      Even if you can declare the issue gone, how do you know that it wasn’t an issue related to the combination of modules?

      Without explicit logging and debug information to actually see a stack trace of the fault, there is no way to declare “anything” by disabling a module.

      posted in General Discussion
      E
      ember1205
    • 1
    • 2
    • 8
    • 9
    • 10
    • 11
    • 12
    • 18
    • 19
    • 10 / 19