A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • 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
    21k 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
    1k 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
    23k 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
    909 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
    3k 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
    27k 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
  • MMM-Advice

    2
    2
    3 Votes
    2 Posts
    2k Views
    Mykle1M
    @cowboysdude Here’s some advice for you . . . STOP IT! I’m getting tired of complimenting you. ;-)
  • 0 Votes
    2 Posts
    2k Views
    J
    Is this still working?
  • 0 Votes
    3 Posts
    4k Views
    jstameyJ
    @jasondreher Hey Jason - Currently as soon as the track changes, the IFTTT trigger fires and the web request places a new memo on my MMM-Memo mirror module so I’d say within about 5-10 seconds of the new track playing via any Echo device, it’s showing on my mirror. I think that solves for the first “currently playing” part. And then your second - much trickier - question…I am not aware of any way to have the JSON formatted request carry the album art information over from IFTTT via webhooks to be displayed in MMM-Memo. I started down the track of creating a custom Alexa skill using Amazon ASK to then try and find a way to display Alexa cards (like what show up on Echo Show) to the mirror but ran into multiple roadblocks. Open to ideas though! Like you, I’m curious if anyone else out there on the boards has found a more elegant solution? I posted this idea/pieced-together solution after hours of trying to find something to work hoping I might not be the only one struggling with the concept.
  • MMM-Bob-Ross: For putting a happy little painting up on your mirror

    5
    4 Votes
    5 Posts
    4k Views
    V
    Looking back on my config convention, it’s really confusing. autoPlay does not mean that the video plays right when the mirror boots up, it means that when the view is switched to video by use of the notification it plays without any more need for interaction. The play feature is mostly meant to be used with voice modules and I specifically developed it to work with my own in which all you would need to do to get it to work would be to add the module and put the following into your config.js { module: MMM-Voice-Commands, config: { commands: { "play video": "ROSS_PLAY_VIDEO", "stop video": "ROSS_SHOW_IMAGE" } } } Now when you say play video, it will switch to the video view and when you say stop video, it will switch back to the painting. However, using MMM-Voice-Commands is not necessary, any module that can be configured to emit a notification to ROSS_PLAY_VIDEO and start the video. There isn’t much I can do about the low definition pictures. That is just the quality the website I am using has them in. That’s why I put the module in the lower left hand corner and made it small; it still looks like a nice nature scene, but the low resolution is unobtrusive.
  • [MMM-EarthAndMoon]

    2
    5 Votes
    2 Posts
    3k Views
    Mykle1M
    @joelman I especially like the Earth module portion. ;-)
  • [MMM-RadioDe] - Simple Web Radio.de player

    22
    2 Votes
    22 Posts
    21k Views
    S
    I am still trying to fix the drop outs on the radio stream. I now suspect that it has nothing to do with the wifi connection but somehow with the resources of the PI. I have Alexa & WakeWord running in the background as well as Magic Mirror and Node Red. I switch alexa and wakword off by closing the terminal screens but the server probably still runs so i cant realy rule it out. Anyway to provide radio with more resources or to finalse the cause ? I also noticed, that after a few seconds of running radio, the VCN connection and even terminal connection disconnects.
  • Simple Music Player Module

    music audio player
    41
    1 Votes
    41 Posts
    53k Views
    aro28A
    @Rolandb Hi, are you still facing the issue?