A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • What Modul MMM-RNV

    Unsolved
    2
    0 Votes
    2 Posts
    492 Views
    JalibuJ
    @kusselin I think the user base of this module is quite small, since it is only for a small regional transport association. Both modules are about the same age and should both work well. Take the one you like best.
  • Connect to new wifi network via touchscreen on-screen keyboard

    Unsolved
    1
    0 Votes
    1 Posts
    250 Views
    M
    I’m running a raspberry pi 4 with a DeWoYo IR Frame and it’s going to be in another location soon. I was wondering if it is possible to build a module that can toggle a scan for nearby wifi points, then allow the user to select a wifi network, then have the on-screen keyboard pop up to put in the wifi password. Better yet, does a plugin that does this already exist? Second, is there a “chalkboard” type of module that would allow the user to drag their finger through the IR plane and leave a quick, large note in the middle of the board?
  • Problem with mmm-openhabfloorplan after fresh install

    Solved
    4
    0 Votes
    4 Posts
    541 Views
    M
    @sdetweil Thank you. Everything is working fine now.
  • error config;JS magic mirror, awesome Alexa install fails

    Unsolved
    4
    1 Votes
    4 Posts
    588 Views
    S
    also note Amazon has tightened limits on what API can do see https://forum.magicmirror.builders/topic/16069/alexa-implementations-now-more-difficult-and-some-features-will-stop-working now unable to control devices
  • MMM-Carousel w/ Slide Navigation

    Unsolved
    1
    0 Votes
    1 Posts
    211 Views
    kusselinK
    Hi all, I installed the MMM-Carousel w/ Slide Navigation module…but now it doesn’t show me the “Slides”…here’s my config: { module: 'MMM-Carousel', config: { transitionInterval: 45000, showPageIndicators: true, showPageControls: true, ignoreModules: ['clock', 'alert', 'calendar', 'MMM-Fuel', 'MMM-OpenmapWeather', 'weatherforecast', 'newsfeed', 'compliments', 'MMM-Tools', 'MMM-Traffic'], mode: 'slides', slides: { main: ['calendar', 'compliments', 'currentweather'], "Slide 2": ['MMM-PublicTransportHafas', 'MMM-Formula1'], "Slide 3": ['MMM-COVID19-AMPEL', 'MMM-Tankerkoenig', 'MMM-ioBroker', 'MMM-SoccerLiveScore'] } } }, Can you please explain what I am doing wrong? I only have a small display and I just want to be able to display the other modules one after the other with the slides. About eien feedback thank you very much. Greetings pi@raspberrypi:~/MagicMirror $ npm run config:check > magicmirror@2.17.1 config:check /home/pi/MagicMirror > node js/check_config.js [23.12.2021 15:16.43.363] [INFO] Checking file... /home/pi/MagicMirror/config/config.js [23.12.2021 15:16.43.969] [INFO] Your configuration file doesn't contain syntax errors :)
  • MMM-GooglePhotos - Reaching quota but don't know why

    Unsolved
    8
    0 Votes
    8 Posts
    974 Views
    M
    @bhaules Just memo; It seems Indexing 50 photos took around 3~4 seconds. (It is too slower than I expect) 5000 photos will take 3000~4000 sec, = around 50 ~ 60minutes. But your scanInterval is 10 minutes. It might be the reason? Before finishing the previous scanning cycle, a new cycle might begin. As I mentioned earlier on github, scanning 5thousands photos every 10 minutes to show random 5 pictures in that 10 minutes, seems not so much efficient.
  • Getting errors after restart

    Unsolved
    5
    1
    0 Votes
    5 Posts
    845 Views
    B
    @sdetweil Got it. That’s a new one for me. Looks like a good time to reload a new card and add some new features i guess.
  • 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
    768 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
    817 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
    2k 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
    404 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
    574 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
    923 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
    480 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
    397 Views
    T
    @sdetweil I’m using: MMM-BackgroundSlideshow by darickc Todd