MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    • Profile
    • Following 0
    • Followers 110
    • Topics 92
    • Posts 21,469
    • Groups 1
    S Do not disturb
    1. Home
    2. sdetweil
    3. Best
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.

    Posts

    Recent Best Controversial
    • RE: Auto-start not working on Pi Zero W

      @jaspertheweasel2 only one thing to install

      later when new mm release use upgrade

      if u said no to pm2 during install then fixup lets you add it later.

      no need to run them all at once

      posted in Troubleshooting
      S
      sdetweil
    • RE: Auto-start not working on Pi Zero W

      @jaspertheweasel2 run the fixuppm2 script,

      happens occasionally don’t know why

      posted in Troubleshooting
      S
      sdetweil
    • RE: Carousel is not working

      @kusselin I think your empty slides( []), have caused a fatal error

      open the developers window ctrl-shift-i on the keyboard, and select the console tab.
      put part of the module name in the filter field

      caro is enough

      the code does not check if the slide list is empty, and will fall if so.

      posted in Troubleshooting
      S
      sdetweil
    • RE: Should I update?

      @peter lots of changes since then

      I would use my upgrade script
      see
      https://github.com/sdetweil/MagicMirror_scripts

      two pass

      1st time is test and tell you about any potential issues i u need to fix (fix and run again til u are comfortable)
      then u can do with apply to actually upgrade?

      u can also do my backup script
      see https://github.com/sdetweil/MagicMirror-backup-restore
      (have to clone this one)
      saves config.js and github links to all the installed modules…

      posted in Troubleshooting
      S
      sdetweil
    • RE: MMM-Remote-Control can not turn ON monitor

      @stevegoble do you have the cec code installed?

      do

      cec-client
      

      if you get command not found
      do

      sudo apt install cec-utils
      
      posted in Troubleshooting
      S
      sdetweil
    • pi0w status Jan 2022

      pi0w does NOT work on new bullseye image,
      due to lack of working browser

      • no electron for armv6l
      • both Chrome and Firefox crash with segment fault (compiled for armv7l),

      pi0w DOES work on legacy (buster) image
      use my install script to get all the parts working

      • node and npm have to be upgraded from the experimental release channel
      • downlevel chromium-browser installed
      • start mm in server mode, with chromium as ui

      I will keep this updated as we learn more

      posted in Troubleshooting
      S
      sdetweil
    • RE: Unable to install dependencies, NPM install not working

      @sharkbyte yeh, if you use my upgrade script it handles all that. Reset hard is, in my opinion, a bad thing to do, unless you KNOW why you are doing it.

      see
      https://github.com/sdetweil/MagicMirror_scripts

      posted in Troubleshooting
      S
      sdetweil
    • RE: install script fail error

      @halpi-thousand use my install script,
      see

      https://github.com/sdetweil/MagicMirror_scripts

      have to delete the MagicMirror folder

      posted in Troubleshooting
      S
      sdetweil
    • RE: How to Run Magic Mirror in Prod / Dev Versions?

      @cowboysdude or have two folders, run either (or both on a machine w 2 monitors)

      switch which folder is prod , develop on the other switch again…

      posted in Troubleshooting
      S
      sdetweil
    • RE: MM Config check goes bad

      @halpi-thousand said in MM Config check goes bad:

        {
        	module: 'MMM-BinaryClock',
        	position:"lower_third",
        	config: {
        		size: 30
        },
      

      this is missing a } for the config: {

      posted in Troubleshooting
      S
      sdetweil
    • RE: How do I delete some of the default modules?

      @r3d6 just add

      disabled: true,

      in the config.js on a the line after the module name

      then mm won’t load them

      posted in Troubleshooting
      S
      sdetweil
    • RE: Magic Mirror keeps re-opening after I quit?

      @r3d6 pm2’s JOB is to keep mm running

      also alt-spacebar, n
      like on windows, will minimize a full screen app

      posted in Troubleshooting
      S
      sdetweil
    • RE: MagicMirror server OS question

      @mmrize yes, on anything. Linux of any kind, windows

      posted in Troubleshooting
      S
      sdetweil
    • RE: Errors with MMM-Astronauts and MMM-HueLights

      @meralith see
      https://forum.magicmirror.builders/topic/15778/fix-for-black-screen-in-2-16-and-later

      posted in Troubleshooting
      S
      sdetweil
    • RE: No communication back from node_helpers?

      @mumblebaj my upgrade script will do this as part of the upgrade process
      see
      https://github.com/sdetweil/MagicMirror_scripts

      posted in Troubleshooting
      S
      sdetweil
    • RE: MMM- imagesphotos does not work..

      @mumblebaj i edited off the latest post number, as u need post 1

      posted in Troubleshooting
      S
      sdetweil
    • RE: Merge conflict after update to 2.19

      @DarrenHill
      the

      git diff  x
      

      command
      will show you the changes

      x is an optional file name.
      if not supplied, it will show all changes to all changes files

      git status will show you if any files are changed

      posted in Troubleshooting
      S
      sdetweil
    • RE: Weather API returns 401 error

      @oscargomez0010 said in Weather API returns 401 error:

      and when I try on the browser it says error 401

      error 401 means unauthorized

      so, you have something wrong… maybe a missing letter on the key?

      posted in Troubleshooting
      S
      sdetweil
    • RE: Use .JSON as a module config value?

      @drippyer I don’t know about putting the code IN config.js,but you can add another step to the script that starts mm and create the updated config.js

      installers/mm.sh is the normal start script

      it does

      #!/bin/bash
      # This file is still here to keep PM2 working on older installations.
      cd ~/MagicMirror
      # add your script here
      node xxx.js
      DISPLAY=:0 npm start
      

      make your original config.js config.model
      and merge your user info to get config.js

      posted in Troubleshooting
      S
      sdetweil
    • RE: New Modules Do Not Display

      @BrotherDan no limit other than screen space

      tell us more show us the config.js sections for showing and not modules

      posted in Troubleshooting
      S
      sdetweil
    • 1
    • 2
    • 73
    • 74
    • 75
    • 76
    • 77
    • 86
    • 87
    • 75 / 87