A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • New to Magic Mirror and need Help

    Unsolved
    5
    0 Votes
    5 Posts
    1k Views
    M
    @hawkeyepilot69 you can try: https://github.com/imperian/MMM-TAF This works nice on my frame at the moment.
  • electron-rebuild problems with MagicMirror 2.22.0

    Solved
    53
    0 Votes
    53 Posts
    26k Views
    karsten13K
    @thobach I’m trying to keep image size small … but which image are you using? latest or fat?
  • A working weather module?

    Unsolved
    7
    0 Votes
    7 Posts
    4k Views
    T
    @TangoE30 A quick update and I finally think I figured it out, at least for MMM-OpenWeatherForecast by: Subscribing to Open Weather’s One Call by Call (https://openweathermap.org/price) Changing my node_helper.js line 44 from 2.5 to 3.0 : var url = https://api.openweathermap.org/data/3.0/onecall?" I hope this helps someone else because it was difficult for me to understand why some modules would work and others would not with the same API key.
  • Weather showing wrong weather for my location

    Solved
    11
    0 Votes
    11 Posts
    4k Views
    T
    @sdetweil Jackpot!!! A quick update and I finally think I figured it out, at least for MMM-OpenWeatherForecast by: Subscribing to Open Weather’s One Call by Call (https://openweathermap.org/price) Changing my node_helper.js line 44 from 2.5 to 3.0 : var url = https://api.openweathermap.org/data/3.0/onecall?" Thanks again and I’ll share on the other thread as well. “https://forum.magicmirror.builders/topic/17644/a-working-weather-module”
  • Factory Reset button

    Unsolved
    9
    0 Votes
    9 Posts
    2k Views
    T
    @kpl4184 Hi, I have a small module which restart the mirror with a short press or shutdown the RPi with a long press. I use this module on my own mirror. The code could be found here : https://github.com/thierry7100/Reset_Py
  • How hard would it be to make the MM Calendar interactable?

    Unsolved
    3
    0 Votes
    3 Posts
    1k Views
    W
    @sdetweil That’s what I thought. Thanks for the reply.
  • MMM-Calendarextplan

    Unsolved
    5
    0 Votes
    5 Posts
    1k Views
    M
    By the way, I’ll provide equivalent CX3 module to alternate this module some day(I hope so…)
  • Internet connection problem related to updates

    Unsolved
    14
    5
    0 Votes
    14 Posts
    4k Views
    swvalentiS
    sounds like a fresh install is needed as something got corrupted and copy over your MM folder to new install.
  • MMM-MQTT add conversion from metric to imperial

    Unsolved
    2
    0 Votes
    2 Posts
    499 Views
    wishmaster270W
    @3squaremirror Hi, you can use MMM-MQTTbridge and MMM-ValuesByNotification for this purpose. But you will need to put some effort into the configuration as the configuration of MMM-ValuesByNotification can be complex very fast.
  • MMM-FlightRadarTracker Not Working

    Unsolved
    2
    0 Votes
    2 Posts
    393 Views
    S
    @samyt79 I assume the code failed in the browser and crashed , so nothing else will work
  • help with OpenWeatherForecast

    Unsolved
    12
    0 Votes
    12 Posts
    5k Views
    G
    @sdetweil Ok, thanks again for the assistance
  • MMM-MQTT = Blank Screen

    Unsolved
    11
    0 Votes
    11 Posts
    5k Views
    V
    @sdetweil With all my fiddling, my MagicMirror is now broken, it wont start. Over the next few days I will do a clean install, and then take it from there. Thanks for your help.
  • NowPlayingOnSpotify authentication error

    Unsolved
    21
    0 Votes
    21 Posts
    8k Views
    S
    @MadeInMaine so you did from the module folder cd authorization node app to start the auth app… right? per the instructions
  • MMM-CalendarExt moves to the next day at 7pm instead of midnight

    Unsolved
    5
    0 Votes
    5 Posts
    644 Views
    M
    @robolobos CalendarExt? Ext3? Which?
  • Notifications help

    Solved
    7
    1 Votes
    7 Posts
    2k Views
    S
    @sdetweil Got it thanks
  • MMM-Face-Reco-DNN how to setup multi users

    Unsolved
    2
    0 Votes
    2 Posts
    430 Views
    S
    @ijahmc2u I do not know but it seems he added some debug recently add debug:true to the module config you will have output in two places where u do npm start and in the developers window, ctrl-shift-i on the keyboard, and select the console tab
  • how to hide all modules?

    Solved
    4
    0 Votes
    4 Posts
    967 Views
    crazylegsC
    @oky1029 said in how to hide all modules?: Additionally, I use “MMM-Google Assistant” and the extension “EXT-Google Photos”, but the Google logo is always displayed when I hide the calendar. Can this also be hidden? If you mean the Google logo that appears in the top left corner of the screen, it is part of the ‘wake-word’ detection module and yes this can be suppressed. In your config.js you need to update the parameters for EXT-Detector. Specifically, you need to include useIcon: false. Here is an example: { module: "EXT-Detector", position: "top_left", configDeepMerge: true, config: { debug: false, useIcon: false, detectors: [ { detector: "Snowboy", Model: "jarvis", } ] } },
  • Calendar Symbol & SymbolClassname

    Solved
    5
    0 Votes
    5 Posts
    1k Views
    B
    @magmar i thank you for the explanation and a quick response @karsten13 thx !!! for extra info Made my day !!!
  • MM stopped working - "illegal instruction" error

    Solved
    2
    0 Votes
    2 Posts
    329 Views
    S
    @dapter can u do node -v
  • Pir sensor

    Unsolved
    27
    0 Votes
    27 Posts
    12k Views
    S
    @kaoshunter see MMM-PIR-Sensor-Lite supports xrandr