A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • after 2.12 upgrade custom.css is no longer loading

    5
    0 Votes
    5 Posts
    1k Views
    S
    @kayakbabe cool, thanks for posting a resolution…
  • 0 Votes
    9 Posts
    812 Views
    Mykle1M
    @pjcrux said in MMM-SystemStats and MMM-EyeCandy not initializing upon start, boot, reboot, or restart of the MM OS: pi@magicmirroros:~/MagicMirror/modules $ ls MMM-EyeCandy MMM-NetworkScanner MMM-SystemStats Does it work with the default config entry? { module: "MMM-EyeCandy", position: "top_center", config: { maxWidth: "75%", // Sizes the images. Retains aspect ratio. style: '1', // Style number or use ownImagePath to override style ownImagePath: '', // ex: 'modules/MMM-EyeCandy/pix/YOUR_PICTURE_NAME.jpg', or internet url to image } },
  • Changing IP adresses

    changing ip addresses
    18
    0 Votes
    18 Posts
    5k Views
    N6NGN
    Thank you Sam Dennis
  • Black Screen Windows 10 first run

    4
    1
    0 Votes
    4 Posts
    569 Views
    lavolp3L
    @jc230285 it seems you haven’t installed the node modules. I don’t know about the install on windows but you probably need to do npm install in the MagicmIrror folder.
  • 0 Votes
    10 Posts
    1k Views
    ?
    never try
  • Wind, humidity and sunrise/sunset position in currentweather module

    1
    0 Votes
    1 Posts
    169 Views
    R
    Hi, I would love to change the position of the wind, humidity and sunrise/sunset info in the currentweather module. Currently this info is shown above the temperature. I want this info to be shown beneath the temperature. What do I have to change in the script? Can’t figure it out, thanks in advance! Gr. Robbin
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    1 Views
  • Using MMM-BackgroundSlideshow with MMM-MagicMover

    6
    0 Votes
    6 Posts
    1k Views
    R
    Hi @C-son thanks very much for your update! I’ve updated my installation of the module and given it another try, and it’s definitely better: my mirror now shows the picture from MMM-BackgroundSlideshow ok (instead of just the black background with no picture under my other modules that I was getting before when MMM-MagicMover was enabled) watching carefully I can see my displayed modules (e.g. default Clock, weather modules) getting shifted slightly in the mirror display every now and again but my module at position: bottom_centernow gets displayed shifted to the right of the mirror. I have MMM-WeatherOrNot displayed at this position, configured to show a 7-day forecast as a horizontal row of icons, and the last 3 or so icons (perhaps 40% of the whole row) is shifted off the right hand side of the screen (if that helps give you an idea of how much it’s been moved across). I do have a module configured to display above that (at position: lower_third) and below that too (at position: bottom_bar) and they both appear displayed on the mirror normally (i.e. centred like I’d expect) I still have MMM-MagicMover configured at position: top_bar, just in case that makes a difference. Let me know if there’s any more info I can help with anyway, happy to try it out.
  • MMM-remote control issue

    remote control
    1
    0 Votes
    1 Posts
    376 Views
    T
    MMM- REMOTE CONTROL ISSUE I’m having issue with getting a remote setup so I can control my smart web display and other modules. can anyway share there config .is
  • Won’t connect hdmi?

    4
    0 Votes
    4 Posts
    817 Views
    bheplerB
    Have you tried temporarily hooking up the Pi to a computer monitor? Verify that the Pi is outputting a signal, then try a different HDMI input on your TV. I have also found that connecting everything and setting the input to the appropriate plug and then turning on the Pi is helpful. You’ll get to see the Pi boot sequence which eliminates any issue with the Magic Mirror interface/electron not displaying content.
  • MMM-TelegramBot error.

    Unsolved
    26
    0 Votes
    26 Posts
    7k Views
    S
    @Bugsounet Thanks. That seems to have done the trick. I didn’t notice the square brackets when reading the instructions.
  • getting error while connecting my raspberry pi through vnc

    4
    0 Votes
    4 Posts
    1k Views
    bheplerB
    A couple basic questions: Were you ever able to connect to your Raspberry Pi through a VNC connection? Can you ping your Raspberry Pi successfully? Can you SSH into your Raspberry Pi?
  • Config file missing but no syntax errors?

    8
    0 Votes
    8 Posts
    1k Views
    W
    @raymondjspigot Thanks! That fixed it!
  • No sound

    9
    0 Votes
    9 Posts
    1k Views
    O
    @Bugsounet Thank you for the response. Unfortunately, I am still not getting any sound from the sample Alexa app and Youtube.
  • Missing node_helper folder in MagicMirror/node_modules/

    5
    1 Votes
    5 Posts
    942 Views
    S
    @Karl-Muffel ‘no helper found’ is just a notice that this module doesn’t use a helper file (node_helper.js), it is an optional module component
  • [Electron] display en screen after installing MMM-PIR-Sensor

    44
    0 Votes
    44 Posts
    14k Views
    S
    @RIKKO14 eaddrinuse means something is already using that port? did u reboot and then try pm2 start again pm2 status will show u what is defined and running
  • Display a Hikvision Camera via WEBPAGE

    1
    0 Votes
    1 Posts
    278 Views
    A
    I would like and am trying to display the web video of a Hikvision IP Camera. Has anyone tried this on the mirror and been successful? The plugin for the Hikvision camera is flaky at the best of times, but wanted to see if anyone has tried and been successful?
  • error installing MMPM

    2
    0 Votes
    2 Posts
    1k Views
    K
    figured it out with a little help. if anyone else is running into the same problem the answer can be found here: https://github.com/Bee-Mar/mmpm/issues/41
  • Weather forecast only shows 2 lines

    2
    0 Votes
    2 Posts
    437 Views
    S
    @WillBuden there is a bug. fixed in the develop branch how did you install? if npm install then do cd ~/MagicMirror git checkout develop git pull if you used the install script, then do cd ~/MagicMirror git fetch origin develop:develop git checkout develop then restart mm
  • Full google Calander

    5
    0 Votes
    5 Posts
    753 Views
    J
    Thnks I’ll look at it