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

    Posts

    Recent Best Controversial
    • RE: MMM-NFL update ?

      @mishman
      cd MagicMirror/modules
      git clone https://github.com/fewieden/MMM-NFL.git
      cd MMM-NFL
      npm install --production

      Configure your ~/MagicMirror/config/config.js:

                      {
                              module: "MMM-NFL",
                              position: "middle_center",
                              config: {
                                      colored: true,
                                      helmets: true,
                                      focus_on: ["KC", "BLT", "BUF", "CIN", "CHI", "CLE", "DEN", "PHI", "TB", "DAL", "MIA", "NYJ"],
                                      format: "ddd, hA",
                                      reloadInterval: 1800000,
                                      tableSize: "large"
                              },
                      },
      

      the options are on the github page.
      https://github.com/fewieden/MMM-NFL

      posted in Feature Requests
      plainbrokeP
      plainbroke
    • RE: Introduction

      @AidenTurner
      Welcome to the Forum.

      posted in General Discussion
      plainbrokeP
      plainbroke
    • RE: Screen "offline" during specific time of day

      @_V_
      You can set crontab -e to stop mm .
      Here is the lines from my crontab -e

      # Turn off display Sunday - Thursday at 21h00
      00 21 * * 0-4 /usr/local/bin/pm2 stop all
      # Turn off display Friday - Saturday at 21h00
      00 21 * * 5,6 /usr/local/bin/pm2 stop all
      # Turn on screen Monday - Friday at 6h45
      45 06 * * 1-5 /usr/local/bin/pm2 start mm
      # Turn on screen Saturday - Sunday at 7h30
      30 07 * * 6,0 /usr/local/bin/pm2 start mm
      

      My screen has no background and is black in color, then I set my bar to black with gray letters. That way when MM is not running the screen is really dark .
      works pretty well for night time. Your mileage may vary…

      posted in Troubleshooting
      plainbrokeP
      plainbroke
    • RE: Huge number of errors in log fills up HD

      @cpcode
      Once your have your setup completed, to what you want. You can use Win32Diskimager to make a .img file that you can reinstall with balenaetcher or RaspberryPiImager. I went to USB devices or NVMe drives.
      I use Sam’s backup mainly to save my config.js and custom.css files so I never loose the main settings to the Current MM I have running. The list of modules helps too.
      I also keep a module folder backup BACKUP is so critical if you are using sd cards.

      posted in Troubleshooting
      plainbrokeP
      plainbroke
    • RE: Best affordable webcam/security camera for use with MagicMirror?

      I use Tapo they are cheap too. They are RTSP able and I use them with MMM-MPlayer on a dedicated PI and one camera pops up on my main PI with the other 50 + modules using Sams pages module. They are also PTZ camera’s I think I paid 16 for the cheapest one and like 38 for the most expensive one. I have 3 of them and 5 Wyze cameras but only 3 that are RTSP able.
      Just my 2 cents…

      posted in Hardware
      plainbrokeP
      plainbroke
    • RE: Nest Camera

      @briantogo
      I use MMM-MPlayerit will let you us rtsp if your nest camera supports that.
      Not my module, just one of 50 + I use on my mirror.

      posted in Troubleshooting
      plainbrokeP
      plainbroke
    • RE: MMM-NFL update ?

      Wowser,
      IT WORKS, SO FAR.

      posted in Feature Requests
      plainbrokeP
      plainbroke
    • MMM-NFL update ?

      Are we going to be able to get NFL scores ect with MMM-NFL this year?

      posted in Feature Requests
      plainbrokeP
      plainbroke
    • RE: MMM-MPlayer

      @evroom
      You are correct sir,
      I had done a git pull and forgot about it on all modules.
      Yours updated me to 2.0 version and my config was from the 1.0 version.
      Fixed me right up.
      Thanks for your help.
      Really appreciated.

      posted in Entertainment
      plainbrokeP
      plainbroke
    • RE: MMM-MPlayer

      @evroom
      Version 2
      I will reload it and try again.
      Thanks for the information.

      posted in Entertainment
      plainbrokeP
      plainbroke
    • 1
    • 2
    • 3
    • 4
    • 5
    • 33
    • 34
    • 1 / 34