A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • 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
    9k 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
    687 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
    446 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
    1k 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
    351 Views
    S
    @dapter can u do node -v
  • Pir sensor

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

    Unsolved
    18
    1 Votes
    18 Posts
    9k 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
    824 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
    1k 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
    20k 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
    1k Views
    S
    @dimed89 sounds like your wifi network didn’t come back
  • No title for weather module

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

    Unsolved
    4
    1 Votes
    4 Posts
    907 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
    1k 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
    1k 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.
  • MMM-network-signal coloring the icon

    Unsolved
    8
    0 Votes
    8 Posts
    2k Views
    S
    @plainbroke the other thing is positioning there are two modes relative and absolute a web page is layed out with 0 in the top left corner (0,0) (or right in rtl languages) in relative mode, content is positioned RELATIVE to the containing element it is in text in a div , if centered, is in the center of the div space, wherever it is. there are different measurement types pixels, physical (absolute) els(element size), content relative (size of text) %, shape relative. (size of div) vh/vw% - size of the visible page h= height w= width pixels is easy but if the screen size changes, the pixels don’t. in absolute mode, everything is relative to the 0,0 corner. by default content is top down , FIFO. first in, first out. but you can use flex to change the preference from vertical to horizontal. and which end is the start or end. and then there is grid. yikes! fonts and colors and shadings and animations (fade and zoom and transparency!)
  • Help with MMM-EmbedURL

    Moved
    28
    1 Votes
    28 Posts
    11k Views
    S
    @TK421_VT custom.css is an optional file u can create in the css folder. if you use my install script I create it for you