A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • have 2 instances of newsfeed

    Solved
    3
    0 Votes
    3 Posts
    798 Views
    C
    you are always the king for me. Thanks
  • MMM-plex-recently-added

    Unsolved
    4
    0 Votes
    4 Posts
    2k Views
    S
    @tomyboy96 the readme says Get your plex token (https://support.plex.tv/hc/en-us/articles/204059436-Finding-your-account-token-X-Plex-Token)
  • Want to display 2 modules side-by-side

    Unsolved
    5
    0 Votes
    5 Posts
    2k Views
    S
    @nakulbende what is in the css file?
  • conflict between MMM-Widget and MMM-Carousel w/ Slide Navigation

    Unsolved
    2
    0 Votes
    2 Posts
    690 Views
    ?
    @Mrtrol2013 well, not fixable at this moment. It is Just collision of theory with page/slider module’s, not bug. Because to locate widget to any specific position, this module puts widget doms into region containers by force. I might be able to modify widgets to be regarded as fake modules, but… hmmm… i have not enough time nowadays to focus it.
  • Problem with Holiday Calendar

    Unsolved
    6
    0 Votes
    6 Posts
    2k Views
    ?
    @sdetweil I’m just saying general ways. :)
  • Display sendet "Kein Signal" anstatt sich auszuschalten

    Unsolved
    12
    0 Votes
    12 Posts
    7k Views
    M
    Hey @Antibraatz , if you used these old typical board T.V56 you can use the old cable. But can you give me the specs of your display than we could have a look, because I think the board just supports 8bit. But I’m not an expert. Best, MaxxMagic
  • MagicMirror won't start after update

    Unsolved
    5
    0 Votes
    5 Posts
    2k Views
    S
    @harrycool25 ok, let’s see if we can fix it Do cd ~/MagicMirror rm -rf node_modules npm install Then npm start
  • MMM-DarkSkyForecast

    Moved
    6
    0 Votes
    6 Posts
    1k Views
    S
    Glad to hear it!
  • Scheduling a YouTube video to start/stop via MMM-Remote-Control

    Unsolved
    4
    0 Votes
    4 Posts
    1k Views
    M
    @Sean Thanks! I’ll try it out and report back. Really appreciate the assistance.
  • Auto boot suddenly not working

    Unsolved
    2
    0 Votes
    2 Posts
    378 Views
    S
    @r2brew2 use the fix-up pm2 script from here https://github.com/sdetweil/MagicMirror_scripts
  • MMM Bob-Ross no autostart ..need help

    Unsolved
    1
    0 Votes
    1 Posts
    303 Views
    StoffbeuteluweS
    I would like to autostart the module if showing the module but it does not work… or can anybody show me how to send the notification to start the video Thanks…
  • Can't install; trouble with nodejs and npm

    Unsolved
    4
    1 Votes
    4 Posts
    2k Views
    S
    @bm did you get your system set up ?
  • Issue with Google assistant

    Solved
    2
    0 Votes
    2 Posts
    826 Views
    T
    forget it, just see that mk2 config file change Now my last issue is to set google in french :D
  • Basic Calendar log errors

    Solved
    9
    0 Votes
    9 Posts
    2k Views
    J
    @sdetweil Thank you !!! I wasn’t thinking localhost. Still learning!!
  • PI Zero module issues for this beginner

    Unsolved
    24
    0 Votes
    24 Posts
    10k Views
    S
    @wagon40 thanks… i’ve copied the same process steps over to the installer… thought I had done that.
  • multiple calendars

    14
    0 Votes
    14 Posts
    28k Views
    C
    @andrewchumchal Thanks - I was stupidly omitting the ‘,’ after the ‘{’
  • MMM-Facial-Recognition-OCV3 -> tools.train.py Problem

    Unsolved
    2
    0 Votes
    2 Posts
    1k Views
    B
    Im having the exact same error readings. Frustrating. Has anyone managed to tackle or solve this issue?
  • update magic mirror

    Solved
    19
    0 Votes
    19 Posts
    7k Views
    S
    @mastadook cool. Glad you got it!
  • Command line to stop MM

    Solved
    11
    0 Votes
    11 Posts
    13k Views
    S
    ps --help a will show all the options for listing running processes
  • MMM-Bose-Soundtouch keeps flashing

    Unsolved
    1
    0 Votes
    1 Posts
    308 Views
    A
    Hello, I’m running a MagicMirror2 Instance as server only on a Raspberry Pi now for ~2 years without any big problems. Today I wanted to display the states of my 4 Bose Soundtouch devices. At first it worked fine, the status informations were displayed correctly. Then, I don’t know what I did while configurating, the load on my Pi kept rising till freeze. I couldn’t find a reason in the system logs. My MagicMirror instances doesn’t log anything or at least I don’t know where by default. Now, after reboot, the Bose-Module doesn’t work correctly anymore. I keeps flashing and jumps between displaying the status information to the way the module looks, when the speakers are turned off. I can see the html switching in irregular intervals to an empty “module-content”-div. The startup doesn’t throw any errors: user@host: node serveronly Starting MagicMirror: v2.1.2 Loading config ... Loading module helpers ... No helper found for module: alert. No helper found for module: clock. Initializing new module helper ... Module helper loaded: MMM-CalendarExt No helper found for module: currentweather. No helper found for module: weatherforecast. Initializing new module helper ... Module helper loaded: MMM-Bose-Soundtouch All module helpers loaded. Starting server on port 8081 ... Server started ... Connecting socket for: MMM-CalendarExt Connecting socket for: MMM-Bose-Soundtouch Bose helper started ... Sockets connected & modules started ... Ready to go! Please point your browser to: http://localhost:8081 My config.js { module: "MMM-Bose-Soundtouch", position: "top_right", config: { updateInterval: 5, // every 5 seconds apiBase: '192.168.24.46', //bathroom1 hideImage: true } }, { module: "MMM-Bose-Soundtouch", position: "top_right", config: { updateInterval: 5, // every 5 seconds apiBase: '192.168.24.44', //office1 hideImage: true } }, { module: "MMM-Bose-Soundtouch", position: "top_right", config: { updateInterval: 5, // every 5 seconds apiBase: '192.168.24.32', //kitchen1 hideImage: true } }, { module: "MMM-Bose-Soundtouch", position: "top_right", config: { updateInterval: 5, // every 5 seconds apiBase: '192.168.24.36', //bedroom1 hideImage: true } }, Module: https://github.com/SpoturDeal/MMM-Bose-Soundtouch The other modules (clock, currentweather, weatherforecast, MMM-CalendarExt) work fine. The problem is server-side. Clearing the clients cache or using different browser for testing didn’t pay off. It seems like there is something wrong stuck in the cache or something. Any help to debug and solve this issue would be great. Thanks!