A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • Disappearing module

    Unsolved
    5
    0 Votes
    5 Posts
    2k Views
    Mykle1M
    @lavolp3 said in Disappearing module: If that’s the case, RTFM! Lol! Hell yes! :-)
  • Config.js example of MMM-Page-Selector & MMM-CalendarExt2 working together

    Unsolved
    12
    0 Votes
    12 Posts
    6k Views
    L
    I have it working but I don’t think you can do what you are trying to do in your config, CalendarExt2 overwrites everything so what I did was keep it in the same place on every page and then adjust the items around it. That is the only way to make it work - you can’t have it it one place on page one, try to change the view on page two Start with a simple two page rotation with all the same modules showing (in the same places). Make sure it shows as the pages rotate
  • MMM-NFL Time zone change?

    Unsolved
    1
    0 Votes
    1 Posts
    485 Views
    T
    The games are showing at incorrect times, how can I change that timezone? format 'ddd h:mm'
  • MMM-MyCommute - installation error

    Solved
    3
    0 Votes
    3 Posts
    1k Views
    D
    @sdetweil Thanks
  • MMM-CalendarExt2: Module not showing

    Solved
    6
    0 Votes
    6 Posts
    3k Views
    F
    problem detected :D turns out MMM-CalendarExt2 did not support webcal:// like MMM-CalendarExt. Så I replaced all webcall;// with https:// and now it works.
  • MMM-awesome-alexa

    2
    0 Votes
    2 Posts
    1k Views
    B
    @dpnkrg You can only change the wake word to “echo” or " computer. See this website for details https://lifehacker.com/how-to-change-alexas-wake-word-to-something-other-than-1830964487
  • Help with the camera

    16
    0 Votes
    16 Posts
    9k Views
    R
    @xela Hi, I’m getting the same error you noted how did you overcome this error ??
  • Awesome alexa

    Unsolved
    1
    0 Votes
    1 Posts
    2k Views
    T
    Is anyone able to install mmm.awesomealexa recently? Trying to install but no luck. Error every time.
  • MMM-Buttons only working with the first button

    Unsolved
    5
    0 Votes
    5 Posts
    2k Views
    FoziF
    Also make sure you are using a pull-down resistor with each button to avoid a floating status of the GPIO pin. I currently have no link at hand, but if you search the forum or Google you‘ll find a scheme how wire the pull-down.
  • Config File Help (Camera, Voice Control, Spotify)

    Unsolved
    4
    0 Votes
    4 Posts
    1k Views
    S
    @ricardoyen u create a file in the MMM-AssistantMK2 folder for each distinct recipe. (distinct action, start spotify, stop spotify, etc,etc) then in config you put those in a single list and then connect the command to the recipe so for each recipe, you would determine WHAT you need to do, then get the system operations for HOW to do that (issue this command, change this file, … whatever)… I believe no one has done all this yet
  • MMM-PIR doesn´t work with MM 2.8

    Unsolved
    13
    0 Votes
    13 Posts
    6k Views
    S
    @shgmongohh said in MMM-PIR doesn´t work with MM 2.8: npm install wiringpi-node so it should be added as a dependency in the package.json file
  • Can't make MMM-Paris-RATP-PG work

    Moved
    13
    0 Votes
    13 Posts
    8k Views
    M
    bonjour, voici ma config et rien ne fonctionne ? ecran noir ? { module: ‘MMM-Paris-RATP-PG’, position: ‘top_left’, header: ‘mairie de fresnes’, config: { busStations: [ {type: ‘bus’, line: 187, stations: ‘mairie+de+fresnes’, destination: ‘R’} ] } },
  • troubles with rfacts, lunartic et google maps

    Solved
    5
    0 Votes
    5 Posts
    2k Views
    S
    @chassain-0 glad to hear it… thanks for the update…
  • MMM-PrayerTime, Azdan sound and notification no working.

    Unsolved
    2
    0 Votes
    2 Posts
    667 Views
    T
    Can you post config and prayer time.js file? Then i can have a look
  • NewsFeed only shows "Loading..."

    Unsolved
    2
    0 Votes
    2 Posts
    721 Views
    B
    @jani-karna the rss adress doesn’t exist Valitettavasti etsimääsi sivua ei löytynyt Tarkasta, että kirjoitit osoitteen oikein. Kiinnitä huomiota isoihin ja pieniin kirjaimiin. Tarkasta myös, että käytät osoitteessa kauttaviivoja /, etkä kenoviivoja \. Osoitteessa ei myöskään voi käyttää välilyöntejä. Etsimäsi sivu on myös saatettu poistaa, siirtää tai nimetä uudelleen.
  • Don't know how to configure a module

    Solved
    5
    0 Votes
    5 Posts
    2k Views
    Mykle1M
    @FLOW-THE-NOOB said in Don't know how to configure a module: Thank you very much! I put only 3 digits of the bus stop code and it works perfectly. Ahh, as I expected. Excellent. Glad you have it working now. :-)
  • MMM census

    Unsolved
    9
    0 Votes
    9 Posts
    3k Views
    C
    @Mykle1 thanks :)
  • MMM-pages no rotate

    Unsolved
    7
    0 Votes
    7 Posts
    2k Views
    C
    @MisterT good !
  • MMM-UKLiveBusStopInfo & MMM-TFL-Arrivals

    Unsolved
    1
    0 Votes
    1 Posts
    496 Views
    P
    Hello all Does anyone have either of these modules working? MMM-TFL-Arrivals does nothing and MMM-UKLiveBusStopInfo just hangs at Loading bus info … Anyone at all got them running? If not are there any alternatives, really want London Bus arrivals?
  • Problems with Spotisfy credentials on MagicMirror

    Moved
    1
    0 Votes
    1 Posts
    552 Views
    S
    Re: [MMM-NowPlayingOnSpotify] – Display the currently on Spotify playing song I followed all the steps and I had no problems during the process. After I authorised the app, I got the following message: Your app is now authorized. You can start using it with your MagicMirror. Step 3: Configure your mirror Now copy the following snippet into your config.js file and your good to go. { module: “MMM-NowPlayingOnSpotify”, position: “top_left”, config: { clientID: “50c…”, clientSecret: “022…”, accessToken: “BQC…”, refreshToken: “AQB…” } }, (I replaced the digits with dots above for security reasons) I copied the snippet into the config.js file and ran the MagicMirror using Google Assistant. However, everytime I try to invoke Spotify, I get a message from Google Assistant that first I have to enter the Spotify credentials - which I already have. I have also inserted the Redirect URIs. When I use Spotify on my mobile, the cover image and info about the track being played is displayed on my MagicMirror. What am I doing wrong?