MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. dazza120
    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

    dazza120

    @dazza120

    18
    Reputation
    2.4k
    Profile views
    295
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    dazza120 Unfollow Follow

    Best posts made by dazza120

    • 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

    Latest posts made by dazza120

    • Any way to make NOAA3 images bigger

      Hi I’m trying to make NOAA3 images wider as it doesn’t really appear in the centre of the mirror. Thanks in advance

      posted in Custom CSS
      D
      dazza120
    • RE: System Temperature

      81 up is when it starts to throttle but can still clock full speed at 81 for a couple of seconds when I was bench testing my Pi4

      posted in General Discussion
      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: why does my MM on pi crash every night?

      @sdetweil I would imagine it’s full around that time mine use to crash every 12 hours without fail, I put it down to ram on the pi3B+ I got the pi 4 4Gb and it doesn’t crash anymore with the help of Watchdog too. Ram just gets eaten on the pi

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

      @sdetweil I believe some one said the swap file was not big enough and the pi was burning through it and when it was full it would crash so I think they upped it to 4Gb

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

      @Detto65 ram over days drop down my 4Gb pi is running 50% free from 87% when it first starts, it’s now 10days thanks to watch Dog and free memory has gone up. I use to get that on the pi 3B it’s a 100% memory that’s used once it gets to that it will crash the pi altogether and you will have to power it down ie reboot. Only way around that was a Cron Job that restarted MagicMirror every 12hours, give that a go, check out how many hours it takes to lock up you may need to make this 6hour intervals

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

      @Detto65 memory install watchdog to help reboot it when it crashes from running out of memory

      posted in Troubleshooting
      D
      dazza120
    • RE: MMM-Hue

      Not a fork but hue lights https://github.com/michael5r/mmm-hue-lights

      posted in Utilities
      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
    • RE: mmm-nest-status unresponsive after 12hours

      @sdetweil updated! 👍🏾

      posted in Troubleshooting
      D
      dazza120