A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • MMM-FlightRadarTracker Not Working

    Unsolved
    2
    0 Votes
    2 Posts
    343 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
    4k Views
    G
    @sdetweil Ok, thanks again for the assistance
  • MMM-MQTT = Blank Screen

    Unsolved
    11
    0 Votes
    11 Posts
    3k 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
    6k 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
    553 Views
    M
    @robolobos CalendarExt? Ext3? Which?
  • Notifications help

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

    Unsolved
    2
    0 Votes
    2 Posts
    288 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
    670 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
    775 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
    260 Views
    S
    @dapter can u do node -v
  • Pir sensor

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

    Unsolved
    18
    1 Votes
    18 Posts
    6k Views
    S
    @Richtw sorry. I do not understand the problem jetey, and cannot reproduce it on my own
  • [solved]Calendar - repeatingCountTitle is not working

    Unsolved
    4
    0 Votes
    4 Posts
    506 Views
    O
    @sdetweil My fault. The export from google calender is “plain text”. There is no mention of the real birthday. :( So its solved. Thanks a lot.
  • MMM-ToDo Microsoft (missing ordering options)

    Unsolved todo todolist
    5
    0 Votes
    5 Posts
    722 Views
    A
    @thobach Thanks for your reply and actions! I have used the new parameter ‘importance’, but it has no effect yet. I restarted mm. Should I do some update of the module? Before I can use it’s properties? I already use the hashtags, really neat! Can you point me in a direction to ‘manually implement on-top ordering by title?’ I can try something to code myself, if only I know where to start :-).
  • MMM-bergfex not working

    mmm-bergfex bergfex snow
    38
    0 Votes
    38 Posts
    14k Views
    M
    @FatTony123 You moved to gitlab with MMM-bergfex. But in the readme is: clone https://github.com/FatTony404/MMM-bergfex.git Should this not be clone https://gitlab.com/FatTony404/MMM-bergfex.git ??? Christian
  • All my modules are loading

    Unsolved
    7
    0 Votes
    7 Posts
    842 Views
    S
    @dimed89 sounds like your wifi network didn’t come back
  • No title for weather module

    Unsolved
    3
    2
    0 Votes
    3 Posts
    293 Views
    L
    @sdetweil Perfect! Thank you very much.
  • Turn Monitor Completely Black after Inactivity

    Unsolved
    4
    1 Votes
    4 Posts
    602 Views
    S
    @Human99 only one I know of is to use an external switch controlled by relay or some such… IF the monitor turns back on when there is power on the cord… none of mine do… all require touching a button on the monitor
  • MM-Face-detection-DNN

    Unsolved
    6
    0 Votes
    6 Posts
    763 Views
    S
    @lifetech oh, I deleted the duplicate post users w reputation below 2 get their posts reviewed before appearing on the forum. make take hours before someone can review. this stops all the spam…
  • MMM-GooglePhotos

    Unsolved
    5
    0 Votes
    5 Posts
    738 Views
    A
    @sdetweil I believe I did. Are you referring to step 12 on GitHub? I didn’t understand the “remote device” pet since I was doing everything straight on my rasp pi. Could you point out what step # you’re referring to please? Thanks in advance.