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

    9
    1
    1 Votes
    9 Posts
    4k Views
    D
    Nevermind, @Charley , I think I just needed a restart. It’s fine now, mostly, but I’d like to run several instances. How would I go about doing that? My parents have three different SoundTouch devices and ideally, none would show up if nothing’s playing and all of them would show if all three were playing different tunes. Unfortunately, this is what I end up with if only one of them is playing anything: [image: 1576874931395-72b01e89-f774-41b3-bb43-57945d802219-grafik.png] My config.js: { module: "MMM-Bose-Soundtouch", header: "In der Küche läuft:", position: "bottom_right", // see mirror setting for options config: { updateInterval: 5, // every 5 seconds apiBase: '192.168.178.74', } }, { module: "MMM-Bose-Soundtouch", header: "Im Wohnzimmer läuft:", position: "bottom_right", // see mirror setting for options config: { updateInterval: 5, // every 5 seconds apiBase: '192.168.178.29', } }, { module: "MMM-Bose-Soundtouch", header: "Im Badezimmer spielt:", position: "bottom_right", // see mirror setting for options config: { updateInterval: 5, // every 5 seconds apiBase: '192.168.178.21', } }, Apparently, distinct IP addresses are not the only key to success here? :)
  • MMM_Webradio

    6
    4
    0 Votes
    6 Posts
    4k Views
    kusselinK
    can you put in the Radiologe?
  • MMM-Google Photo Border Frame Matte.

    9
    0 Votes
    9 Posts
    2k Views
    ?
    @seby2 Hmmm. Frankly, it is somewhat difficult request. You can add a border to the area but not to photo directly. If you are using cover, the image will cover the whole the area(but some edge will be cut), so area and photo will take the same space. But in other cases, still some margin will show. Sorry, I think it could not be done without modifying the module.
  • MMM-Caption Google Photos

    5
    0 Votes
    5 Posts
    2k Views
    G
    @Sean said in MMM-Caption Google Photos: @starkpv I’ve considered that but the structure will be entirely different with current. It’s better to make a new module about it. sorry. Caption is needed to make any photo look good. Captain plays a very important role. If you want to know about it for the image, then I also share a link ( https://eleggible.com/best-instagram-caption-generator/ ) with you. Has told about it and it has also told you how you can generate automatic captions. Yes, you are true.
  • MMM-SPOTIFY

    1
    0 Votes
    1 Posts
    775 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
    797 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
    766 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
    969 Views
    cowboysdudeC
    LOVE IT! :) GREAT job!!!
  • [MMM-Rainbow] Animated text color transition

    34
    6 Votes
    34 Posts
    21k Views
    WasupDudeW
    yeah, that’s what I needed :)
  • 0 Votes
    16 Posts
    12k 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
    21k 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
    20k 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
    972 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
    8k 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
    22k 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: