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 49
    • Posts 340
    • Groups 0

    Posts

    Recent Best Controversial
    • RE: Pi Zero and MagicMirror2

      @sdetweil
      yes, I tried using your script like usual, but it gives me the electron message.
      I have bookworm 32 bit on it. Went into raspi-config and set the default browser to firefox. Set my location and time ect. Turned on VNC had to update the raspi-config first. So many hoops to jump through anymore… Can I install electron manually so that your script works on my pi0 ? I like your scripts they take a LOT of the time setting up out of the equation… Especially your backup script… It saved me a lot of work recently when I lost the sd card on my LePotato that only runs MMM-MPlayer So I have a screen with my Driveway camera showing 24/7, I live out in the sticks.

      posted in Hardware
      plainbrokeP
      plainbroke
    • Pi Zero and MagicMirror2

      I had MagicMirror on my PiZero and lost the sd card, replaced it with a new one and now I can not get MagicMirror to load.

      posted in Hardware
      plainbrokeP
      plainbroke
    • 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
    • 1
    • 2
    • 3
    • 4
    • 5
    • 33
    • 34
    • 1 / 34