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

    Posts

    Recent Best Controversial
    • RE: Failed to Connect to Wayland Display

      @atwist can you run this from the command line , and show the results

      ps -ef | grep -v grep | grep -i -e xway -e labwc
      
      posted in Troubleshooting
      S
      sdetweil
    • RE: MMM-Embed URL centered on fullscreen_above?

      @wishmaster270 I think the requirements are here

      https://forum.magicmirror.builders/post/130079

      Don’t know config

      posted in Troubleshooting
      S
      sdetweil
    • RE: Can't find "scripts" field in /MagicMirror/modules/MMM-Todoist/package.json

      @DarthWerner but I think you may have messed up MagicMirror

      Use my upgrade script with force instead of apply as the parm

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

      posted in Troubleshooting
      S
      sdetweil
    • RE: Can't find "scripts" field in /MagicMirror/modules/MMM-Todoist/package.json

      @DarthWerner in the MMM-Todoist folder right?

      posted in Troubleshooting
      S
      sdetweil
    • RE: Can't find "scripts" field in /MagicMirror/modules/MMM-Todoist/package.json

      @DarthWerner but you are supposed to be in the module folder

      posted in Troubleshooting
      S
      sdetweil
    • RE: Can't find "scripts" field in /MagicMirror/modules/MMM-Todoist/package.json

      @DarthWerner

      node --run install-mm

      Is for MagicMirror itself, not a module

      For a module it would be

      git pull && npm install 
      
      posted in Troubleshooting
      S
      sdetweil
    • RE: MMM-Embed URL centered on fullscreen_above?

      @BKeyport I’d ask Tom via an issue on the module GitHub

      posted in Troubleshooting
      S
      sdetweil
    • RE: MMM-Embed URL centered on fullscreen_above?

      @BKeyport css? z-index : xx

      xx is a positive number: 0 is default
      To position
      Width/height
      Left/top

      posted in Troubleshooting
      S
      sdetweil
    • RE: Failed to Connect to Wayland Display

      @atwist script name error, I made a shortcut for mm and didn’t catch it expanding there

      posted in Troubleshooting
      S
      sdetweil
    • RE: MMM-ImagesPhotos

      @Ray sorry, didn’t hit the config to scroll

      Buttons top left
      Images middle center
      One thing you could do is set the background of the top-left to see where it is, middle-center is left edge to right edge.
      I think it is on top of top left, closer to you as the user

      You might have to force z-index on buttons to get it in front/on top of middle-center

      .MMM-TouchButton {
          z-index:5;
      }
      

      Positive number closer to user,
      negative number is further away.
      0 is the normal baseline

      That also means the buttons will show on top of the images

      posted in Troubleshooting
      S
      sdetweil
    • RE: MMM-ImagesPhotos

      @Ray what is your touchbutton config

      posted in Troubleshooting
      S
      sdetweil
    • RE: MagicMirror is Failing to start at all

      @Sampleswow can you send me the ~/MagicMirror/installers/upgrade.log
      Via email.

      The same userid as here at gmail

      posted in Troubleshooting
      S
      sdetweil
    • RE: Calendar Module not working as expected

      @Gherry the doc says you need two more config parm’s,
      urgency and getRelative

      IMG_4861.png

      posted in Troubleshooting
      S
      sdetweil
    • RE: Can't find "scripts" field in /MagicMirror/modules/MMM-Todoist/package.json

      @DarthWerner can you tell us WHEN you get that message?
      during npm install?

      If so, edit package.json

      And add this before the “dependencies”: line

      "scripts":{},
      

      Also can you show the output of

      node -v
      
      posted in Troubleshooting
      S
      sdetweil
    • RE: Two Mirrors, One Pi

      @BiaGen awesome! Glad it helped

      posted in Troubleshooting
      S
      sdetweil
    • RE: MagicMirror is Failing to start at all

      @Sampleswow should not say electron.js

      Do

      cd ~/MagicMirror 
      ls node_modules/electron
      

      If not found do

      npm install electron@39.2.7
      

      If successful
      Do

      npm start
      

      Please advise

      posted in Troubleshooting
      S
      sdetweil
    • RE: Speaker sound after copying SD card

      @MilkShake try
      aplay -D plughw:2,0 xxx.wav

      If you make an ~/.asoundrc
      You should be able to set the default output device
      Notice the . In front

      posted in Forum
      S
      sdetweil
    • RE: [MMM-Remote-Control] Cannot GET /remote.html

      @Ypsimm ok, please make sure NOT to use sudo with any MagicMirror commands

      posted in Troubleshooting
      S
      sdetweil
    • RE: Failed to Connect to Wayland Display

      @atwist how are you starting MagicMirror?

      pm2? How did you install MagicMirror

      If my script, then look at
      ~/MagicMirror/installers/mm.sh

      posted in Troubleshooting
      S
      sdetweil
    • RE: MMM-Hello-Mirror ERROR

      @renevandenbroek I am not aware of another working voice module

      posted in System
      S
      sdetweil
    • 1 / 1