A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • Any Horoscope modules that work?

    Solved
    8
    0 Votes
    8 Posts
    2k Views
    S
    @pingywon i got the URL and tested { “date”: “2021-12-22”, “horoscope”: “[]”, // api returns empty list “sunsign”: “cancer” } I opened and issue https://github.com/cowboysdude/MMM-Astrology/issues/18
  • Module resulting black screen "electron"

    Unsolved
    3
    0 Votes
    3 Posts
    694 Views
    S
    @sdetweil excellent! Solved!! In recent mm releases we have removed libraries that are discontinued ( aka deprecated). many mm modules used these but didn’t document it. so they fail to fix this you need to install the library in the module folder if the module does NOT provide a file called package.json, then do npm init -y then regardless do npm install request
  • Calendar fetch issues

    6
    0 Votes
    6 Posts
    2k Views
    S
    @bigtj almost every server has gone to secure connection https:// not http://
  • Joke API doesn't show up at all? No errors

    Unsolved
    6
    0 Votes
    6 Posts
    800 Views
    S
    @cowboysdude quotes are quotes unless u get the document kind that cause parse errors…
  • bash: npm: command not found RPI 3B

    Unsolved
    6
    0 Votes
    6 Posts
    1k Views
    S
    @d_n_i ok, this is bullseye base if u downloaded since oct 30. so you need to use the one for bullseye and you will have to reflash the SD card, as the bad install messes up everything.
  • Black screen

    Unsolved
    2
    0 Votes
    2 Posts
    389 Views
    S
    @theaddies looks like you didnt do the npm install in the MagicMirror folder
  • MMM-CoronaVirus Module

    Solved
    2
    1
    0 Votes
    2 Posts
    541 Views
    K
    @vince I read the read.md of maykle1 and according to the Moduls config entry in MM’s config.js there is no way to add a second country. I will not advise you to tamper the NODE HELPER file but contact maykle1 personally to add a country-2 run for getting the data. Manfred
  • after update MM does not start

    Solved
    6
    0 Votes
    6 Posts
    881 Views
    V
    Today I updated my operating system. Version 2.17.1 is now running. Thank you @sdetweil
  • MMM-CalendarExt Multiple Calendars

    Unsolved
    4
    0 Votes
    4 Posts
    1k Views
    BKeyportB
    @pastormingle I believe the time would be set by the master time format option. see: https://docs.magicmirror.builders/getting-started/configuration.html#general
  • Auto-start not working on Pi Zero W

    Unsolved
    9
    0 Votes
    9 Posts
    2k Views
    S
    @jaspertheweasel2 run the fixuppm2 script, happens occasionally don’t know why
  • moment js not found on windows

    Solved
    3
    0 Votes
    3 Posts
    470 Views
    C
    @sdetweil I can’t believe it was that easy. Thanks!
  • electron security warning issue

    Unsolved
    8
    0 Votes
    8 Posts
    2k Views
    S
    @stevencarp102 I would open an issue on the MagicMirror gitHub issues page I know they were working on a couple content security issues for next release ( Jan 1)
  • Turn off Fading at Top and Bottom of Screen

    Unsolved
    3
    0 Votes
    3 Posts
    382 Views
    T
    @sdetweil I’m using: MMM-BackgroundSlideshow by darickc Todd
  • MMM-Tankerkoenig ist not listed in the Mirror

    Solved
    10
    0 Votes
    10 Posts
    2k Views
    kusselinK
    @fozi hi at all, tankerkönig is this working now?
  • Instable raspberry when display connected

    Solved
    2
    0 Votes
    2 Posts
    412 Views
    S
    Solved ! :) After multiples tests, the problem was the raspberry has CPU overload when hdmi plugged. I’ve deduce this with this test : disable the remotecontrol module, that need a lot of CPU to works, and it was better. So, I’ve tried to modify some parameters on /boot/config.txt, and the good one was to define manually the hdmi_group and hdmi_mode My display is old vga screen 1680x1050 60Hz So, according to the documentation, the good parameters is hdmi_group=2 hdmi_mode=58 But, result was the same. So I’ve tested with reduced blanking mode hdmi_group=2 hdmi_mode=57 And now all works great :) Have a nice day.
  • iframe reload not displaying

    Unsolved
    1
    0 Votes
    1 Posts
    380 Views
    A
    hello, my iframe reload module doesn’t show the web site configured. My config { module: ‘iFrameReload’, position: ‘middle_center’, // This can be any of the regions. config: { // See ‘Configuration options’ for more information. url: “https://video.nest.com/embedded/live/wSbs3mRsOF?autoplay=1”, width: “100%”, // Optional. Default: 400px height: “300px”, // Optional. Default: 800px refreshInterval: 20 //Optional. Default: 3600 = 1 hour } }, Please advice me. Thanks,
  • OrangePi Zero 2 installation issues

    Unsolved
    41
    0 Votes
    41 Posts
    11k Views
    M
    @sdetweil said in OrangePi Zero 2 installation issues: armbian on pi worked as expected… i used the xfce image… Thanks for testing. This sadly did not work for me on the Orange Pi Zero 2.
  • UnhandledPromiseRejectionWarning on launch

    Solved
    7
    0 Votes
    7 Posts
    2k Views
    S
    Solved, please see issue on github. My fault :)
  • Newsfeed - Could not fetch newsfeed - Error: Forbidden

    Unsolved
    2
    0 Votes
    2 Posts
    485 Views
    S
    @selyjohns Hi, Any help for my problem ? :( Thank you
  • Start magic mirror server with arguments

    Solved
    5
    0 Votes
    5 Posts
    948 Views
    D
    @karsten13 Thanks! exactly what I was looking for. No issues with the ports, I took that into account as well