A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    8 Views
  • Error: Failed to load gRPC binary module

    9
    0 Votes
    9 Posts
    789 Views
    S
    @Bugsounet I knew that!.. thx for the wave of the wand!
  • Use voice control to change pages

    5
    0 Votes
    5 Posts
    2k Views
    R
    @sdetweil sounds good! Thank you
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    13 Views
  • 0 Votes
    2 Posts
    338 Views
    S
    u have it already git clone https://github.com/MichMich/MagicMirror cd ~/MagicMirror git checkout tags/v2.10.1 to see the list of versions/tags git tags -l
  • MMM-Sonos by CFenner and Sonos API problems

    8
    0 Votes
    8 Posts
    2k Views
    S
    oh I thought that was the same link. Thanks for your help @Fozi
  • current weather

    3
    0 Votes
    3 Posts
    2k Views
    PerlchampP
    the apikey took more time then i expected. now it works, but looks not so good i hoped …
  • MMM-NowPlayingOnSpotify

    1
    0 Votes
    1 Posts
    338 Views
    T
    Hello everyone! I recently added the MMM-NowPlayingOnSpotify to my magic mirror. It works but I want to try to make the pause icon functional. I binded a eventListener click to the icon but here is the problem. Because of the fact (if I got this right) that the Dom is recreated every second (Every second the module asks the new data from spotify) the click event listener does not work properly. Sometimes the event is not triggerd because of the fact that the icon is not ready or binded. Sometimes I trigger it, sometimes I don’t. Someone who knows how to solve it? I thought to update the dom every second instead of recreating it but that is a lot of adjustments I have to make. If you have a idea, let me know please. Thanks! ps: I know the module is meant to have a non-functional pause button but I would like to be able to pause music by touching the button on my mirror just because of the fact I don’t know if i’m going to implement voice control.
  • MMM-Carousel config.js Help Please

    10
    0 Votes
    10 Posts
    2k Views
    S
    @aecandroid no idea. haven’t used this module. a module needs an npm install ONLY IF is contains a package.json file
  • GREAT MODULE - works like a charm

    Moved
    1
    0 Votes
    1 Posts
    312 Views
    C
    Re: MMM-ScreenLogic - see data from your Pentair pool equipment I just reactivated my MM and installed your ScreenLogic Module. I love it and worked out of the box. If I could be so bold to make a few enhancement requests? I dont have a touch screen MM so i dont show controls, its more just a status board for me. For the Pool Temp and Spa Temp status, perhaps turn the background green when on (Like the Nest turns blue). Add a little flame to the right of the temp to show heater on. below temp show: Heat Mode: Heater (85*) I’ll try to upload a pic but it keeps erroring out. Anyway love the module and stay safe in this pandemic. [image: 1587650219800-mmm-sl.jpg]
  • This topic is deleted!

    3
    0 Votes
    3 Posts
    20 Views
  • MMM-SmartWebDisplay - Setting Absolute Position not working

    1
    0 Votes
    1 Posts
    444 Views
    S
    Can anyone help me figure out how to get MMM-SmartWebDisplay to change absolute position? I tried the following CSS (which works for all my other modules) without success .MMM-SmartWebDisplay{ position: absolute; left : 100px; top : 50px; }
  • .MMM-GoogleCast hide:true

    Moved
    2
    0 Votes
    2 Posts
    419 Views
    K
    Good morning all, here is my config and yet the module still appears when no music is playing! can you help me? thank you module: 'MMM-GoogleCast', position: "bottom_right", classes: "default everyone", header: "Google Mini_Nest", hide: true, animationSpeed: 3000, showDeviceStatus: true, showAlbumArtist: true, config: { device: "XXXXXXXXXXXXXXXXXXX", } },
  • MMM-Mycalendar

    1
    0 Votes
    1 Posts
    324 Views
    M
    I add US holiday calendar to mine and it shows with 2 lines. The holiday name and United States as the word below. Is there a way to remove the word “united states” so that it only shows 1 row with just the holiday name? Thanks.
  • Remote-Control shows but does not respond

    10
    1 Votes
    10 Posts
    3k Views
    sekodilemoS
    I had previously tried that to no avail. I will give it another look tomorrow Fool that I am !! Changing to // Private Methods self.socket = io(“/” + self.moduleName); was the fix right enough When I initially tried it I added , at the end of the line instead of ; I’m kicking myself
  • Fit background fade to text

    3
    0 Votes
    3 Posts
    790 Views
    T
    @lavolp3 Thanks for that. Out of curiosity I will give it a try I have just this minute managed to get what wanted by positioning the module newsfeed by changing it to center instead of bottom bar module: “newsfeed”, //position: “bottom_bar”, position: “bottom_center”, and the complimentets I changed to center. Although this is top center, I am happy with that
  • Recipes not loading MMM-AssistantMK2

    3
    0 Votes
    3 Posts
    484 Views
    F
    @Bugsounet - Thanks for the prompt response Can kick myself for that one ! - fairly new still - done it now - should i be see it loading in the log as i use too ? - [MK2} recipe is loaded : … because i don’t. Haven’t done a test on the mirror as I’m sorting my mic. Thanks …
  • This topic is deleted!

    Moved
    1
    0 Votes
    1 Posts
    14 Views
  • MMM-RTSPStream config.html refused to connect

    Unsolved
    5
    0 Votes
    5 Posts
    2k Views
    S
    @stampeder is it an rtsp-stream? Did you try to reach the stream with the full URL using “rtsp://10.10…”? Did you try with omxplayer or VNC? Greets, Shadow
  • MMM-RTSPSTream and pm2 start

    Solved
    3
    0 Votes
    3 Posts
    942 Views
    S
    Solved. Used to try with VLC, changed that to OMX, working like charm now. THX, Shadow