A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • After adding MMM-GPIO-Notifications, config.js doesn't work...

    Unsolved
    13
    0 Votes
    13 Posts
    5k Views
    S
    @tomXGames sorry, don’t know the module at all… just debugged why it didn’t load. you could open the developers console and see if the notification is sent from the module as u expected
  • I'm trying to get MMM-News-QR working, but I don't see any QR?

    Solved
    3
    0 Votes
    3 Posts
    1k Views
    F
    @str3pto Ok, that worked, I thought it just put it into the existing news item, as it wasn’t shown in the docs that it wanted a position :winking_face:
  • This topic is deleted!

    Unsolved
    1
    0 Votes
    1 Posts
    13 Views
  • This topic is deleted!

    Unsolved
    1
    0 Votes
    1 Posts
    3 Views
  • Error while running mm-music-player module

    Unsolved
    1
    0 Votes
    1 Posts
    411 Views
    R
    I installed the latest version of Magic Mirror in RaspberryPi 4. The installation was clean but on running MM i get the following error: WARNING! Could not load config file. Starting with default configuration. Error found: TypeError: m.loaded is not a function. Help! Regards Rickey
  • MMM-GoogleMapsTraffic: Increase level of detail

    Unsolved
    1
    0 Votes
    1 Posts
    522 Views
    D
    Hi all, I feel quite happy with my Google Maps Traffic module but would like to increase the level of map details. Some streets do not show, they are not displayed due to the zoom level. Question: Is there any (hidden?) trigger I can use to modify the level of details without changing the map-size or zoom-level?
  • MMM-CollegeFootballTop25 awaiting update

    Unsolved
    1
    0 Votes
    1 Posts
    523 Views
    S
    My Mirror has been unplugged for a while. I recently had time to plug it back in and all works well except MMM-CollegeFootballTop25. The header displays and below the line it shows “awaiting update”. I’ve tried reinstalling the package ap-top25-ncaaf but still no joy. Any suggestions? thanks
  • MMM-Wunderlist not showing up

    Unsolved
    3
    0 Votes
    3 Posts
    869 Views
    A
    @Fr8Trayne That didn’t fix the problem for me.
  • This topic is deleted!

    Unsolved
    2
    0 Votes
    2 Posts
    89 Views
  • MMM-Assistantmk2 and MMM-Hotword not picking up

    Unsolved
    54
    0 Votes
    54 Posts
    41k Views
    J
    @sdetweil Thanks for the reply. Already solved
  • MMM-network-signal ALWAYS displays text

    2
    0 Votes
    2 Posts
    1k Views
    S
    Hi @MMush please raise as an issue on the github of the creator, on the mean time what i done to solve it i went to the MMM-network-signal.js file on the module folder and changed the showMessage default to false. it works. Str3pto
  • Custom colors on headers MMM-CalendarExt

    Unsolved
    1
    0 Votes
    1 Posts
    505 Views
    T
    Hi! I was looking for someone to explain how to change the colors in the weekly view… [image: 1567699079933-bildschirmfoto-2019-09-05-um-17.56.37-resized.png] The ones highlighted in the screenshot… Can anyone help me here? Thanks, tomXGames
  • Trying to change colors - MMM-CalendarExt

    Unsolved
    1
    0 Votes
    1 Posts
    510 Views
    F
    Hi I try ti change colors in MMM-CalendarExt, but nothing is chaining. I have also tried the styleName: “style12”,, but no style is changed ether { name: "flemming_facebook", url: "webcal://www.facebook.com/ical/u.php?uid=XXX8&key=XXX!", color: "#00FFFF", profile: [''], }, [image: 1567673200287-untitled.png] How do I do this?
  • How to maximize calendar entry on MMM-CalendarExt2

    Unsolved
    1
    0 Votes
    1 Posts
    509 Views
    C
    As you can see from the screenshot, the left of each entry has a space reserved for a symbol. https://imgur.com/hvSPqw9 I’d like to use the monitor in portrait mode, and maximize the space available for calendar entries. Is there any way to use the symbol area for text?
  • Email-Mirror

    Solved
    8
    0 Votes
    8 Posts
    2k Views
    S
    @andyyy developer coded it wrong.
  • Hmm, a lot of modules are putting up a fight for me :-(

    Solved
    10
    0 Votes
    10 Posts
    3k Views
    F
    I used the YRThen, and it works nicely, I do think it would be nice to have a fade option, like in many of the other modules.
  • MMM-MLB Scores not loading

    Moved Solved
    7
    0 Votes
    7 Posts
    2k Views
    Mykle1M
    @kc0bra You can mark this post as solved by clicking the three verticle dots to the right of the post that helped you.
  • MMM-CalendarExt not showing up at all

    Unsolved
    6
    0 Votes
    6 Posts
    2k Views
    T
    @Sean said in MMM-CalendarExt not showing up at all: You probably executed MM twice. (Or your previous MM was not killed normally) Check your pm2. That was it thanks.
  • MMM-CalendarExt2 month view for Sept not showing all views

    Solved
    5
    0 Votes
    5 Posts
    2k Views
    A
    @Sean Thank you that workd.
  • Trouble with MMM-Remote-Control

    Unsolved
    4
    0 Votes
    4 Posts
    1k Views
    F
    @Stoffbeuteluwe said in Trouble with MMM-Remote-Control: { module: “MMM-Remote-Control”, // uncomment the following line to show the URL of the remote control on the mirror position: ‘bottom_left’, // you can hide this module afterwards from the remote control itself config: { customCommand: {}, // Optional, See “Using Custom Commands” below customMenu: “custom_menu.json”, // Optional, See “Custom Menu Items” below showModuleApiMenu: true, // Optional, Enable the Module Controls menu apiKey: “” // Optional, See API/README.md for details } }, @Stoffbeuteluwe thanks. I implemented your code and it did get rid of the config request, but it still doesn’t display the URL as mentioned in the instructions.