A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • Config Options in the News Module

    Unsolved
    15
    0 Votes
    15 Posts
    4k Views
    edwardssjE
    @sdetweil Fixed it by copying the lower portion of the sample file into the live file, will look at the differences later to see where I went wrong, thank you for your help. Stuart
  • Zeversolar PV

    Unsolved
    1
    0 Votes
    1 Posts
    300 Views
    P
    Hi all has anyone got their ZeverSolar PV displayed on their MM if so which module did you use to get the information, as I am able to get the API key from the web portal?
  • This topic is deleted!

    Unsolved
    1
    0 Votes
    1 Posts
    31 Views
  • MMM-iFrame - video scaling

    Unsolved
    1
    0 Votes
    1 Posts
    334 Views
    B
    Hi, Very New… I managed to get Iframe to load my Security Cam and display on the Mirror… My frame size for the iFrame is 320 x 240… However my Security Cam is 640 x 480, so I only see the top left of the feed… Is there a way to “Scale” the feed… I can increase the frame size, but nothing i attempt affects the video feed… is there a way to reduce it in the URL… EG: " http://IP:80/videostream.cgi?resolution=[320]*[240]&user=xxxx&pwd=xxxx" BTW this didnt work… Many thanks …
  • Two Instance of MagicMirror

    Unsolved
    6
    1
    0 Votes
    6 Posts
    1k Views
    K
    It seems that I merged two installation procedures and did, in fact, install PM2 startup twice. Resolution, for me, was to do a complete install, but to not do the PM2 autostart process until I was done doing everything else - I was not able to figure out how to remove one of the installations of PM2. Thanks for the help and info as I learn how to do this.
  • Polish language in MM 2.10.1

    Unsolved
    2
    0 Votes
    2 Posts
    307 Views
    C
    @CRS I dont know why, when i restart my RPI. All works fine with PL lang.
  • RasPi 4 installation issues

    Unsolved
    2
    0 Votes
    2 Posts
    266 Views
    S
    @fyi2 cool. Thx for the feedback. Let us know if u have other issues
  • PIR sensor does not switch on monitor

    Unsolved
    1
    0 Votes
    1 Posts
    315 Views
    K
    Hello, I have configured and connected the PIR sensor exactly as described in this explanation from Hardwarepoint (https://hardwarepoint.net/2017/06/diy-smart-mirror/4/). The sensor also worked until a few weeks ago. Since a few weeks the monitor does not switch off. Today I could finally take care of the problem and went through the installation steps again. Everything looks like it should be. It worked before. After a reboot, the SmartMirror also starts. And now after about 60 seconds the monitor switched off! But now, the monitor does not switch on when I move in front of it! It stays black. In a browser (Port 8080) I can see the MM. This means that the software is running, but the monitor does not turn on. The status displays the following pi@raspberrypi:~ $ sudo systemctl status pir.service ● pir.service - Display timeout PIR daemon Loaded: loaded (/etc/systemd/system/pir.service; enabled; vendor preset: enab Active: active (running) since Wed 2020-03-18 09:01:51 CET; 2h 39min ago Main PID: 1782 (python) Tasks: 2 (limit: 2200) Memory: 2.2M CGroup: /system.slice/pir.service └─1782 python /usr/local/sbin/pir Mar 18 09:01:51 raspberrypi systemd[1]: Started Display timeout PIR daemon. Mar 18 09:01:52 raspberrypi pir[1782]: display_power=1 Mar 18 09:02:51 raspberrypi pir [1782]: display_power=0 It would be really great if someone could help me. Thanks in advance. Klinge
  • MMM-telldusLive not updating

    Unsolved
    1
    0 Votes
    1 Posts
    358 Views
    S
    So, whenever I restart the MM, tellduslive is updated with the sensors. However, after a short while it stops updating. The calender, weather and other modules seem to update fine. Posted the code of telldus in case it helps { module: "MMM-telldusLive", header: "Kolonien", position: "center", config: { publicKey: 'XXXX', privateKey: 'XXXX', token: 'XXXX', tokenSecret: 'XXXX', sensors: { showAll: 0, sensorsToShow: [ {name: "Ute", data: ["temp"]}, {name: "Vind", data: ["wdir", "wavg","wgust"]}, ] } } },
  • Combination MMM-Carousel, MMM-OnScreenMenu & MMM-Keybindings

    Unsolved
    3
    0 Votes
    3 Posts
    1k Views
    MondfischM
    Hi, I’m not sure, wheter Keybindings really works, since only OnScreenMenu reacts on pressing the Menu Key. I’ve played around the last Month with Enabling Keybindings in every of the Modules (OnScreenMenu,Key- Bindings,Carousel) by changing that… Never got it to work… I found out, that the hidden Mousecoursor, when its “over” the Arrows of Carousel, reacts on pressing them. So I am able to control them by Mouse, at least… the Rest I never get to work together… KeyBindings is still Default, as you can see above…
  • RasPi 4 installation issues - npm does not support Node.js v10.15.2

    Unsolved
    3
    0 Votes
    3 Posts
    1k Views
    S
    @fyi2 said in RasPi 4 installation issues - npm does not support Node.js v10.15.2: path /home/pi/package.json u need to be in the MagicMirror fold then do export DISPLAY=:0 npm start the issue u see is a warning
  • Detect key press

    Unsolved
    1
    0 Votes
    1 Posts
    403 Views
    L
    I made a post regarding the MMM-keybindings some days ago(https://forum.magicmirror.builders/topic/12332/mmm-keybindings-mmm-pages-mmm-page-indicator), and havent got any response to it. Im very stuck with this module, so therefore im wondering if there are any other simple modules or ways to detect key presses from a keyboard? Please help me out, i cant move further until this is solved. Like iohook is that a solution and how do you install it on the magicmirror? regards lobster
  • RPi 3B+ / high %CPU / high temp

    Unsolved
    11
    0 Votes
    11 Posts
    3k Views
    Mykle1M
    @Ebson said in RPi 3B+ / high %CPU / high temp: Anyway, I will increase a value. No, I meant that 60 minutes is more than adequate. BTW, it is also nice module for weather. I use a few of my own.
  • MMM-pages and calendarext2

    Unsolved
    6
    0 Votes
    6 Posts
    2k Views
    M
    @Sean thank you so much ! I looked and couldn’t find anything in the wiki about notifications, but that worked perfectly . Thank you again
  • Notifications

    Unsolved
    1
    0 Votes
    1 Posts
    393 Views
    M
    Can anyone guide me on using notifications to rotate through CalendarEXT2 and Pages instead of setting it up by time. Really new to magicmirror and dont know anything about notifications. Thanks in advance
  • Does the TomTomTraffic module have to be round ?

    Unsolved
    1
    0 Votes
    1 Posts
    267 Views
    C
    Apologies if this is posted somewhere else (I did search, promise), but does the TomTomTraffic module have to be round? I should add that I am extremely new to this (about 2 weeks). I initially started with the GoogleMapsTraffic but just could not get my API key to work. TomTom worked first try. I have had a look in the files that come with TTT but could not see anything that looked like a height/width setting, just the size (radius). I would prefer a rectangle as I think it looks better, the functionality is fine.
  • update MMM-Lunartic fails ..

    Solved
    3
    0 Votes
    3 Posts
    598 Views
    StoffbeuteluweS
    @sdetweil oh thanks Sam now I remember…I have change the file because of the api for having a temporary fix. Thanks now I know my problem…
  • no autostart magic Mirror after new setup

    Solved
    8
    0 Votes
    8 Posts
    2k Views
    M
    Thanks for your very n1 support
  • ios app?

    Unsolved
    2
    0 Votes
    2 Posts
    944 Views
    N
    Juno Webmail Juno mail service the most famous and easiest one is to access it from using a browser, you don’t need any additional installation of any software. You can access it from anywhere given that you need to have a good internet connection.
  • Help with MMM-NOA

    Unsolved
    2
    0 Votes
    2 Posts
    307 Views
    Mykle1M
    @Medicpg said in Help with MMM-NOA: provider: “must be in quotes”, // From list above You have no provider entered? Example: provider: "darksky",