A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • MMM-SPOTIFY

    1
    0 Votes
    1 Posts
    739 Views
    E
    Hello your module is great, really great. I would like it to be displayed only for some device, could you help me? Thanks in advance.
  • AlexaPi problem

    1
    0 Votes
    1 Posts
    470 Views
    T
    Hello, I’m trying to setup Alexa. When the service is launched now I can heard Alexa saying “Hello” but she didn’t answer yet. Im running with Raspbian Buster with desktop and recommended software. Can anyone help?
  • MMM-Marvel

    1
    0 Votes
    1 Posts
    1k Views
    buzzkcB
    I created this one for my grandson. It will rotate through a list of given Marvel characters, displays a thumbnail image , the character name, and details on the character. [image: MMM-Marvel.png?raw=true] [card:buzzkc/MMM-Marvel]
  • MMM-Craigslist

    1
    0 Votes
    1 Posts
    706 Views
    buzzkcB
    This is just a quick module to display up a craigslist search results. It only displays the price and description for the listing, I’ll be adding features as I have time. [image: MMM-Craigslist.png?raw=true] https://github.com/buzzkc/MMM-Craigslist Please note that craigslist does block ip addresses and ranges for when users are abusing the system, mostly with posting listings. I found my home IP was blocked the first time I tried to use this module, so they must have blocked the IP I have at some point for another user. Even though the module was blocked, a search still worked in my browser, so still trying to figure out what headers I can send to by-pass the block. [card:buzzkc/MMM-Craigslist]
  • MMM-PirateSpeakNews

    3
    2 Votes
    3 Posts
    860 Views
    cowboysdudeC
    LOVE IT! :) GREAT job!!!
  • [MMM-Rainbow] Animated text color transition

    34
    6 Votes
    34 Posts
    18k Views
    WasupDudeW
    yeah, that’s what I needed :)
  • 0 Votes
    16 Posts
    11k Views
    D
    can’t stop music with MMM-assistantMk2, can’t input any command after music playing, anyone know how to solve it ?
  • MMM-MovieInfo

    movie theatre
    27
    1 Votes
    27 Posts
    19k Views
    P
    Is there a way to display releasedate? in a specific region :-) Thanks
  • MMM-SpotifyControl . Control your Spotify music player using Mk2 assistant.

    Locked
    38
    1 Votes
    38 Posts
    17k Views
    Cr4z33C
    @ejay-ibm thanks for letting me know. :D I am definitely going to give it a try tomorrow morning.
  • [MMM-InternetRadio] - play internet radio stations

    1
    1 Votes
    1 Posts
    3k Views
    A
    MMM-InternetRadio MagicMirror module for playing internet radio This module is based on the idea of using puppeteer taken from MMM-MusicOnDemand. It allows you yo configure most Internet Radio stations using selectors for items on the page to pick up: artist and title of what’s currently playing play and pause buttons Confirmed working environment: Raspberry Pi 3b+ with Raspbian with preinstalled chromium node 8.15.1 latest MagicMirror (v.2.6.0) [card:Aruta79/MMM-InternetRadio] Installation cd ~/MagicMirror/modules/ git clone https://github.com/Aruta79/MMM-InternetRadio.git cd MMM-InternetRadio npm install It installs a puppeteer package with a chromium browser (~100mb-270mb). If you don’t want to use the puppeteer browser or if you’re running on a Raspberry Pi you may want to delete this extra chromium browser: cd ~/MagicMirror/modules/MMM-InternetRadio/node_modules/puppeteer rm -r .local-chromium Configuration Copy the following to your config.txt: { module: "MMM-InternetRadio", position: "middle_center", config: { } }, The module is by default configured to play RMF Classic, RMF Celtic and Encore Additional configuration Additional stations can be configured using the following syntax: stations: [ { name: "RMF Classic", url: "https://www.rmfon.pl/play,7", titlePath: '#content > #player-box-container > div > #player-box > #player-infos > div > #player-texts > #now-playing > div.title', artistPath: '#content > #player-box-container > div > #player-box > #player-infos > div > #player-texts > #now-playing > div.artist', coverPath: '#content > #player-box-container > div > #player-box > #player-infos > div > #cover-container > #cover > img', playPath: '#player-icon', pausePath: '#player-icon', footerWait: '#footer', }], name - name of station url - link to “Listen live” or similar page that actually plays the sound titlePath, artistPath, coverPath - selectors for, respectively, title, artist and cover image - should point to some elements of the page to dislay appropriate info about what’s playing playPath, pausePath - selectors for clickable buttons to play and stop sound - may, in many cases, point to the same item footerWait - item on the page to wait for to ensure page has finished loading - should be any item towards the end of the page, or empty string to disable waiting - usually good to have one defined, but not needed with decent connections The module also has two icons to control volume, sending VOLUME_UP and VOLUME_DOWN notifications, usually for use with MMM-Volume Troubleshooting See MMM-MusicOnDemand for info about using puppeteer and chromium.
  • MMM-Dreambox, Version 2.0 released

    1
    1 Votes
    1 Posts
    1k Views
    A
    Hi to all MagicMirror users, i just released Version 2 of my MMM-Dreambox module. Download [card:Ax-LED/MMM-Dreambox] 2.0 Changelog: optimized configuration options, to reduce complexity (see also minimum configuration in readme of module) added recordings mode (to stream recordings of your tuner to magic mirror) extended notification system to select recordings and tuner mode Update: Do a git pull in the MMM-Dreambox directory. Thanks to @evroom for testing on different enigma2 receivers. AxLED
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    1 Views
  • MMM-Astrology renamed to MMM-Astro.....

    3
    1
    2 Votes
    3 Posts
    902 Views
    cowboysdudeC
    Yeah had to get rid of the actual color on todays color and the moods there are THOUSANDS of them and I don’t really wanna write an array for all of them LOL
  • MMM-DailyQuote

    14
    2
    3 Votes
    14 Posts
    7k Views
    cowboysdudeC
    @surger13 You can also use this one I made, quotes but JUST in German :) I never advertised it much but made it at the same time as I made the other quote module. https://github.com/cowboysdude/MMM-GQuotes
  • [MMM-MyRadio] Web Radio Player

    34
    3 Votes
    34 Posts
    20k Views
    E
    Hi, I’m trying to use this player with wireless speakers. But without success. Maybe somebody did this and it can help me?
  • MMM-MyVideoPlayer

    10
    6
    1 Votes
    10 Posts
    4k Views
    justjim1220J
    @mykle1 :rolling_on_the_floor_laughing: :rolling_on_the_floor_laughing: :rolling_on_the_floor_laughing:
  • MMM-Inspirational-Quotes is now here

    3
    2 Votes
    3 Posts
    2k Views
    V
    It’s truly a gem of the internet and I’m glad that I could share it with the world.
  • MMM-MusicCharts

    1
    1
    1 Votes
    1 Posts
    878 Views
    cowboysdudeC
    Description: Simple top 50 song list from Last.fm See README for instructions Screenshots: [image: 1541296084207-capture.png] Download: [card:cowboysdude/MMM-MusicCharts] Version 1.0.0
  • MMM-HolidayLights

    4
    8
    1 Votes
    4 Posts
    2k Views
    justjim1220J
    @rolandb In your config file, make sure you don’t have .css after the one you chose. IE: use Christmas and not Christmas.css
  • MMM-RandomBackground, Background from local folder

    28
    2 Votes
    28 Posts
    24k Views
    elmatttE
    hello, it doesn’t seem to work for me, install ok, but not pictures showed, only a loading text … i put 2 jpg pictures in a “photos” folder in the MMM-RandomBackground folder… does i need to name picture specifically ?? EDIT : npm install… it’s ok :D