A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • Change default module width

    Unsolved
    11
    0 Votes
    11 Posts
    6k Views
    E
    @BKeyport I was able to solve some of the width wonkiness I was having. Figuring out the CSS is definitely a project, as you say, it costs nothing to backup my custom.css, try something new, the restore the old one if I borked it somehow.
  • MMM-PIR-Sensor-Lite does not switch HDMI off

    Unsolved
    43
    0 Votes
    43 Posts
    17k Views
    V
    Maybe there is an alternative using MMM-RTSPStream for showing a live stream from the own webcam…???
  • 0 Votes
    8 Posts
    2k Views
    BKeyportB
    @Laz That clearly looks like the Pi is resizing the window and bumping VLC out of position. If setting the proper resolution through Raspi-config isn’t helping that, then I’m afraid you’re stuck. :(
  • Microphone Permissions for MMM-SmartWebDisplay

    Unsolved
    4
    0 Votes
    4 Posts
    526 Views
    S
    @BigSky this change was to stop spam.
  • Config Error

    Unsolved
    2
    0 Votes
    2 Posts
    258 Views
    S
    @Bungle68 the config.js.sample is in that folder, so you can see what it looks like
  • show End in Calendar Config

    Unsolved
    8
    0 Votes
    8 Posts
    1k Views
    S
    @cweinhofer its ok… who reads the doc?! lol… like any other reference manual it leaves out a lot of detail. someone could write 50-75 pages of explanation with matching output examples. but it would be a bear to maintain… as we still take changes to provide other formatting options… (a recently submitted one wants to show ONLY the start date/time when the event duration is 0 and showEnd is true…)
  • MMM-Solaredge

    Unsolved
    1
    0 Votes
    1 Posts
    218 Views
    G
    Hi there, I tried every Solaredge module but always the same problem. The mirror is only showing the module is loading. In the logs when I start in dev mode there is no error listed. The Api is enabled and works fine when I do a http request with the api. Is there any workaround or does anybody has it actually running? Thanks for any hints. Sandy
  • MMM-Remote-Control unable to turn monitor on/off

    Unsolved
    4
    0 Votes
    4 Posts
    732 Views
    S
    @ally CEV is Consumer Electronic Control https://en.m.wikipedia.org/wiki/Consumer_Electronics_Control the ability to interact with the system inside over the HDMI cable. With the advent of the Energy star power saving program, displays, tvs, and other devices are required to turn off after a period of inactivity. and are required to show a message that says No Input, warning you about the impending power off now your device is off and can’t be turned back on. CEC provides a low power mechanism to request the device to do things. change channel, and also power on/off.
  • MMM-GrafanaChart panels side by side

    Unsolved
    1
    1
    0 Votes
    1 Posts
    277 Views
    C
    Hi Guys, I have a dashboard in Grafana which I would like to display on the MagicMirror with MMM-GrafanaChart. As MMM-GrafanaChart works with PanelIDs with each module array I can only display one panel instead of the whole Dashboard. So what I would like to achieve with CSS is to have one panel on top-right in the first row and in the second row I would like to have 3 different panels right next side-by-side. [image: 1668500333509-magicmirror.png] I have tried this solution but it didn’t work at all for me. Any ideas?
  • Newsfeed displays umlauts incorrectly

    Solved
    7
    1
    0 Votes
    7 Posts
    834 Views
    R
    @sdetweil OK Thanks for the tip
  • Alexa

    8
    0 Votes
    8 Posts
    1k Views
    S
    @antoniop use my script which does the install steps from the wiki , plus a couple fixes https://www.dropbox.com/s/omrx3vztjp738hf/do-install.sh?dl=0 also see this https://forum.magicmirror.builders/topic/16069/alexa-implementations-now-more-difficult-and-some-features-will-stop-working
  • MMM-RemoteControl or vcgencmd Issue

    Unsolved
    16
    0 Votes
    16 Posts
    7k Views
    M
    @MiPraSo Thank you! Worked like a charm :) To be allowed to save the config.txt-file, I had to edit it in administrator-mode (sudo nano config.txt). I also had to reboot the Pi after saving the file.
  • 3rd party modules not working on new MM install,

    Solved
    9
    0 Votes
    9 Posts
    858 Views
    D
    @sdetweil Much appreciated,… this is my first venture into MM and I am serving two separate instances from my proxmox server. I am really liking the flexibility or MM.
  • MMM-MonthlyCalendar, config and .css

    Unsolved
    11
    0 Votes
    11 Posts
    4k Views
    S
    @Fuergrissa so it looks like this module gets it’s events from the base calendar and if the base is not shown anyhow, use multiple { url: …} blocks in the based calendar add a name: attribute to each that will carry forward on the event. I don’t know if this cal will use it but then u could set styles for events by cal name
  • MMM-MotionDetector - Error: getUserMedia

    Unsolved
    4
    4
    0 Votes
    4 Posts
    814 Views
    D
    It looks like this won’t work again with the latest version of MagicMirror. When I look at Chromium, you can activate the camera on localhost & 127.0.0.1 (permission for this site) but on 0.0.0.0 it is grayed out. Think this will also be the case for Electronjs. Only possibility I see is; list itemmake Electronjs authenticate the camera when starting module list itemmake Electronjs authenticate the camera when starting MagicMirror set camera permission for 0.0.0.0
  • Calendar and Icons

    Unsolved
    18
    1
    0 Votes
    18 Posts
    4k Views
    S
    @bicolorbore586 I checked 19, 20,21… the extra classes are added under the covers… hard coded
  • calendar module - format today events with time

    Unsolved
    8
    0 Votes
    8 Posts
    1k Views
    spitzlbergerjS
    @sdetweil Thanks a lot for your help! I’ll try it in this way
  • CORS policy

    Solved
    20
    0 Votes
    20 Posts
    4k Views
    S
    @bicolorbore586 thanks for the key the error is Your request count (159) is over the allowed limit of 50 per day - Upgrade your key, or retry after 670.2 minutes and u have 2 modules configured, so each will fetch separately, so u have to change the update cycle to once/hour in both modules, (default 10 mins) updateInterval: 60 * 60 * 1000 and every MM restart sends 2 requests, 1 for each module change the new code to look like this… if(!data || (data && data.error) || data.status_message){ Log.error("Could not load data ... ", data?(data.error|| data.status_message): "no data returned"); } else { if (!data || !data.data[0] || typeof data.data[0].temp === "undefined") { // No usable data? return; } const currentWeather = this.generateWeatherDayFromCurrentWeather(data); this.setCurrentWeather(currentWeather); } crappy api implementation… should set error for all errors, not put error info in good data returns
  • not possible to update my MM

    Unsolved
    9
    1
    1 Votes
    9 Posts
    2k Views
    R
    ok, thank you.
  • MMM-RNV not sisplaying :-(

    Unsolved
    7
    2
    0 Votes
    7 Posts
    894 Views
    JalibuJ
    @kusselin as already written on GitHub: Please make sure that you don’t quote Numbers and Boolean values in your config. Please also note, that there are multiple implementations of MMM-RNV. The one above only works with Jupadin’s version. My implementation has another object structure.