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

    Posts

    Recent Best Controversial
    • My First Mirror

      It’s only taken a over a year lol. So a mate of mine made the frame, I’ve got to work out how I’m going to mount it and so I can open it to service it on the wall so I’ve not finished yet. But here it is be gentle and PS I’m still doing DIY in this room lol. Resizing pics is killing the pic quality 🤦🏾‍♂️😭

      Modules
      MMM-GoogleMapsTraffic (sdetweil altered version)
      MMM-Pages
      MMM-RemoteControl
      MMM-Indicator
      MMM-Voice with Cowboydudes hook for next page
      MMM-RemoteControlRepository
      MMM-NestStatus
      MMM-HueLights
      MMM-SystemStats
      MMM-NOAA3

      0_1557260836044_C8179506-524D-4195-9772-100E3B5D3AAE.jpeg

      0_1557261097831_6F3FB5FE-0A9E-44FF-B870-E7584D707700.jpeg

      And a bit of YouTube,

      0_1557261145895_236A8170-D7C7-43C7-B26F-A17650E16D99.jpeg

      So finally got all the kit in Pilkington 50/50 glass, google mini, eve smart plug to turn the PI on and off if all goes wrong, Logitech harmony, Apple TV,PS4 MagicEye stripped out for mics, 5port 1GB switch and a PI with big power supply,

      0_1557256761087_B4E3FEEC-1804-4764-8223-BB425519380B.jpeg

      Finished just waiting for the place to get skimmed it was a busy day 😂

      0_1558983826200_43FE08B2-4AD4-4C68-81C8-03A19DAB28CD.jpeg

      0_1558983871646_C323049D-DFBA-4CDD-9549-74B8BB8CB9C9.jpeg

      I use the Harmony with google to turn the TV on and off and to switch between hdmi ports.

      posted in Show your Mirror
      D
      dazza120
    • RE: MMM-Nest-Status - New module for your Nest thermostats and protect smoke detectors!

      @michael5r no freaking way! You’ve made another module I have to have lol 😂

      posted in Utilities
      D
      dazza120
    • Can someone Make a module to show iTunes playing

      Is it possible that some bright spark ⚡️ can make a module similar to the Spotify now playing, so you could see what was playing on iTunes?

      posted in Requests
      D
      dazza120
    • RE: new script for mirror release upgrades

      Thanks for your hard work Sir 🤙🏾

      posted in General Discussion
      D
      dazza120
    • RE: MMM-Hue-Lights - new module for your Philips Hue lights!

      @michael5r ohhhhhh! ***** now your showing off, your making me get all your modules lol, that looks good that will compliment your nest muddle perfectly! Thank you Sir!!!

      posted in Utilities
      D
      dazza120
    • RE: Default Calendar just shows loading

      @idoodler no just git pull, I had to change the config file in calendar ie where to pull my calendar file from that was the only thing that changed, but the pull wouldn’t happen so I had to rename the folder in order for the pull to happen so that could have been the issue, but it created a new folder so not sure what went on.

      posted in Troubleshooting
      D
      dazza120
    • RE: why does my MM on pi crash every night?

      Link here https://forum.magicmirror.builders/topic/10940/issues-with-mm-freezing-and-rpi3-running-hot/10

      posted in Troubleshooting
      D
      dazza120
    • RE: Contribute to a module. Volunteers wanted! Easy!

      n2483 UK 🇬🇧 England

      posted in Troubleshooting
      D
      dazza120
    • RE: MONITORON on does not work in schedule

      @rts58 so whole code should be

      module: 'MMM-ModuleScheduler',
              config: {
      	    // Show all modules at 9:15 every day and hide at 11:45
      	   global_schedule: {from: '15 9 * * *', to: '45 23 * * *'},
                  notification_schedule: [
                      // TURN THE MONITOR/SCREEN ON AT 09:30 EVERY DAY
                      {notification:
       'REMOTE_ACTION', schedule: '30 9 * * *', payload: {action: "MONITORON"}},
                      // TURN THE MONITOR/SCREEN OFF AT 11:30pm EVERY DAY
                      {notification: 
      'REMOTE_ACTION', schedule: '30 23 * * *', payload: {action: "MONITOROFF"}},
                      // RESTART THE MAGICMIRROR PROCESS AT 2am EVERY SUNDAY
                      {notification: 
      'REMOTE_ACTION', schedule: '0 2 * * SUN', payload: {action: "RESTART"}}
                  ]
              }
      },
      
      posted in Troubleshooting
      D
      dazza120
    • RE: Flickering in portrait mode

      @lamachine I’ve had nothing but problems with the fake and full GL drivers I’ve had to disable both and revert to the normal drivers using the fake one saw my screen go black screen almost immediately, using the full GL driver saw MMM-voice malfunction, reverted back to the standard saw a slight increase in use of cpu and memory and an increase of temp, all of which are not really alarming as it’s all within spec, the restart mm cron job that I’ve got going every 12 hours keeps it so I can always see mm when I turn on the screen. My screen will also be in a bathroom but I’ll be using a Harmony hub to turn it on and off with google, as I’ve left the TVs 4 hour built in protection for burn in on, see if the monitor going off eases the pressure on the Pi and try switching back to the standard drivers and see

      posted in Troubleshooting
      D
      dazza120
    • RE: Application not starting when OpenGL is enabled

      @anthony no it’s not that bad it depends what modules you have on it to how much it’s working in the background mine is between.90 and 1.5 cpu usage once everything has loaded, ram is a different story and goes down over time now until it crashes the Pi that’s why I’ve got a Cron Job to reboot the Magic Mirror software every 12hours for me, which has seen it go for days without issues.

      posted in Troubleshooting
      D
      dazza120
    • RE: Application not starting when OpenGL is enabled

      @rts58 I stand corrected the latest version of MMM-System-Stats locks up after 13hours of the Pi being on, I’ve left a message on his github so hopefully it will be fixed as it’s the Pi’s only true stat reading for everything that you need to know the Pi is doing. Oh if your not using video modules you can get 16Mb more ram 🐏 by taking it from the graphics if your on a Pi 3B+ You can use the desktop

      Start Menu, Preferences, Raspberry Pi configuration, Performance, then change GPU memory
      

      or use Terminal

      sudo Raspi-config 
      

      Advance
      Memory Split
      Ok
      Then it will ask you to reboot

      posted in Troubleshooting
      D
      dazza120
    • RE: Mirror turning black after a while

      @bachoo786 hi mate I’ve got a cronjob running at 0400 and 1600 to stop it locking up I’ve just noticed the new one2.7.1 starting to eat the memory as I’ve disabled the cronjob to check out the latest down to 9% after 10hours. So it needs the restarts.

      Terminal
      Type. Crontab -e
      Put times below the line below

      m h dom mon dow command

      0 4 * * * pm2 reload mm
      0 16 * * * pm2 reload mm

      Link here https://thepihut.com/blogs/raspberry-pi-tutorials/34930820-running-things-regularly-cron

      posted in Troubleshooting
      D
      dazza120
    • RE: Issues with MM freezing and RPI3 running Hot

      @stalker401 i would say it’s running out of memory, as even my Pi4 4Gb does, install watchDog it will restart it when the mirror crashes, electron kills the memory ie takes up too much memory.

      posted in Troubleshooting
      D
      dazza120
    • 1 / 1