A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • 0 Votes
    17 Posts
    3k Views
    M
    @sdetweil Thanks! I must have lost that file somewhere. Ill get that added and see if I still have that problem.
  • impossible to get MMM-TomTomTraffic

    3
    0 Votes
    3 Posts
    233 Views
    R
    it’s crazy, after several reboot it works …
  • Wit.ai Parsing error

    6
    0 Votes
    6 Posts
    2k Views
    T
    hey, so I did what you said to do and got the error parsing app.json could you leave a direct link to the compressed file, it would help a lot Thanks!
  • Change default interface colors

    Solved
    16
    0 Votes
    16 Posts
    18k Views
    S
    @dyard please, just edit the css/custom.css, don’t change the module code unless u are fixing a bug or adding function (and then don’t tell anyone about it, release a new updated module) https://forum.magicmirror.builders/topic/6808/css-101-getting-started-with-css-and-understanding-how-css-works?_=1597692865011
  • Error: EACCES: permission denied

    9
    0 Votes
    9 Posts
    4k Views
    S
    @Genosphere the script adds the empty custom.css, and fixes misc problems on different platforms pm2 --help will show you all the commands, you can use the name of the pm2 setup, or the number pm2 restart MagicMirror or pm2 restart 0 is there anything else… ?? no. the objective is to get you up and running, ready for all the rest of the things to work … read this https://forum.magicmirror.builders/topic/4231/how-to-add-modules-for-absolute-beginners?_=1597692865004
  • Mirror Update Permissions Error

    18
    0 Votes
    18 Posts
    5k Views
    X
    Ok thanks all, will try :) Sorry for being clueless :man_facepalming_light_skin_tone:
  • rotate magicmirror raspberry pi 4

    3
    0 Votes
    3 Posts
    370 Views
    S
    @sdetweil yeah, ok cheers ill give it a try.
  • Raspberry Pi 4 Browsers not working

    5
    0 Votes
    5 Posts
    1k Views
    P
    @sdetweil no I don’t using pihole to filter out DNS, I tried pinging it and it shows up with destination host unreachable
  • Magic mirror with 2 displays

    23
    0 Votes
    23 Posts
    8k Views
    S
    @Ety60 try 8090
  • Error in MMM-Mycommute (by Qistoph) when using transit mode

    2
    0 Votes
    2 Posts
    412 Views
    S
    @Srcodesalittle please search. there have been a number of posts concerning this module. I just don’t remember if there was any resolution
  • Not able to delete a file from raspbian

    6
    0 Votes
    6 Posts
    1k Views
    B
    Thank you. I have successfully deleted the file. Thank you @sdetweil
  • Display won't rotate into a vertical position

    7
    0 Votes
    7 Posts
    1k Views
    S
    @smbarr37 sudo raspi-config should allow you to adjust the borders
  • MMM-Remote-Control Help

    7
    0 Votes
    7 Posts
    1k Views
    M
    Sorry in the MM-Remote-Control git page you have the option of doing either an auto installation or a manual installation. I dont know if the issue i have is something to do with PM2?
  • MMM-AlexaControl or MMM-AlexaOn/Off setup

    94
    0 Votes
    94 Posts
    58k Views
    S
    @Michael-Schw i’m sorry, I do not understand… you do NOT ‘install’ anything from my scripts repo. you just execute the commands I have documented. to turn off the screensaver you copy/paste this one line to a terminal window on the pi bash -c "$(curl -sL https://raw.githubusercontent.com/sdetweil/MagicMirror_scripts/master/screensaveroff.sh)" to setup for start at boot, you run the pm2 script, the same way bash -c "$(curl -sL https://raw.githubusercontent.com/sdetweil/MagicMirror_scripts/master/fixuppm2.sh)" then you can also stop/restart the process pm2 status will tell u it anything is running pm2 start number| name will start that named process pm2 restart, stop, show, list, are other commands pm2 logs --lines=?? will show the terminal window output of the processes (?? is a number) pm2 --help will give u the syntax the alexaControl module needs the NAME of the pm2 process definition pm2 status ┌────┬────────────────────┬──────────┬──────┬───────────┬──────────┬──────────┐ │ id │ name │ mode │ ↺ │ status │ cpu │ memory │ ├────┼────────────────────┼──────────┼──────┼───────────┼──────────┼──────────┤ │ 0 │ MagicMirror │ fork │ 8 │ stopped │ 0% │ 0b │ │ 1 │ smart-mirror │ fork │ 35 │ stopped │ 0% │ 0b │ └────┴────────────────────┴──────────┴──────┴───────────┴──────────┴──────────┘ so for MM it would be whatever is listed for the name to change the name, u need to delete the entry (see the pm2 help for the syntax here) and create it again, after modifying the ~/MagicMirror/installers/pm2_MagicMirror.json file then rerun my fixuppm2.sh script again. the devices added by AlexaControl are defined in the translations/??.json file, here is the default en.json { "PAGE": "page ", "REFRESH": "refresh", "RESTART": "restart pm2", "STOP": "stop pm2", "REBOOT": "reboot pi", "SHUTDOWN": "shutdown pi", "MONITOR": "monitor", "USB": "USB" } so the devices are "refresh", "restart pm2", "stop pm2", "reboot pi", "shutdown pi", "monitor" remember these are electric outlet type devices, they can be on or off… that is all so the alexa voice syntax is alexa turn on (or off) device alexa turn on refresh alexa turn off monitor alexa turn on restart pm2 etc
  • NPM RUN CONFIG:CHECK not working

    3
    0 Votes
    3 Posts
    640 Views
    S
    see the pinned topic at the top on Troubleshooting section for work around
  • Mirror not displaying any modules

    16
    0 Votes
    16 Posts
    5k Views
    S
    @itx see the pinned topic at the top on this subject area for the temp fix to config:check
  • MMM-ModuleScheduler for Monitor control

    16
    0 Votes
    16 Posts
    4k Views
    S
    temporary fix for npm config:check edit ~/MagicMirror/js/check_config.js change line 57 to look like this const messages = linter.verify(data); change line 66 to look like this // throw new Error("Wrong syntax in config file!");
  • Weather module works for current, shows 'loading' for forecast

    Solved
    12
    0 Votes
    12 Posts
    4k Views
    S
    @matpi awesome. can u mark this resolved? 3dots to the right, click the menu
  • Some modules not displaying before 12 'o clock

    8
    2
    0 Votes
    8 Posts
    1k Views
    J
    I’ll test tomorrow morning and report back
  • Error with npm run config:check (noob)

    11
    0 Votes
    11 Posts
    2k Views
    S
    @Joeritn cause pm2 started the 1st instance