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

    3
    0 Votes
    3 Posts
    2k Views
    B
    @nobita No, I do not. That’s why I was asking the forum. Apparently the originator was charting the data instead of list form which is fascinating to me.
  • MMM-CECControl - Control HDMI with CEC

    6
    0 Votes
    6 Posts
    3k Views
    nischiN
    @yuyuyu I don‘t thinks so, because the CEC Protocol works (as i know) only with a HDMI Connected Screen.
  • MMM-GooglePhotos, Photos not showing

    2
    0 Votes
    2 Posts
    1k Views
    Z
    I was having some trouble with this one as well. Can you show where your module is in your folder? If it’s in the correct folder ~/MagicMirror/modules/MMM-GooglePhotos then try these lines in the terminal: cd MagicMirror cd modules cd MMM-GooglePhotos npm install Then I was able to recopy the code to my config.js file and it worked.
  • BBC News Feeds not showing full article

    3
    0 Votes
    3 Posts
    984 Views
    brobergB
    First of you have to set “showDescription” to “true” but do note, no RSS news feed give you the entire article, it gives you the headline and a short description of the article.
  • AVStock not responding to Hello-Lucy commands/notifications

    2
    0 Votes
    2 Posts
    550 Views
    Mykle1M
    @bazil1000 said in AVStock not responding to Hello-Lucy commands/notifications: Would you mind helping me with it? Wow. I didn’t think anyone was using Lucy these days. Yes, I’ll do what I can to help you. I took a look at the AVStock.js file. I see the getDom function closes at line 47. I assume you made your modification at line 48 getDom: function() { var wrapper = document.createElement("div") wrapper.id = "AVSTOCK" return wrapper }, notificationReceived: function(notification, payload) { if (notification === 'HIDE_STOCK') { this.hide(); } else if (notification === 'SHOW_STOCK') { this.show(1000); } }, It can be tedious but you’ll have to check and recheck your other modifications. Check that you’ve changed the command words and that they all match in each modification. This one One in the new node_helper Two in the new MMM-voice.js file I don’t use AVStock but Lucy should work. Any time Lucy failed to work it was always an oversight on my part. Please do this first. If it still doesn’t work we may have to move the notificationReceived function or add the modification to the existing notificationReceived function that is already present in MMM-AVStock.js file. Keep me posted. Sorry for the delay in response
  • Nothing happens with mmm remote compliments

    2
    0 Votes
    2 Posts
    989 Views
    FLhTF
    @jmigoliva I’m sorry I don’t have an answer. I’m having similar problems. It was working. It stopped so I disabled it for a while. Now everything except Random Compliments works most of the time. For a little while I had a single return in the Current Compliment file so it only looked like it wasn’t running. Best of Luck
  • MMM-News-QR - QR for your News

    5
    0 Votes
    5 Posts
    2k Views
    nischiN
    @my_nerdy_account Thanks for you feedback. But anyway, i implemented push for this module so you can use that as well. it works a little bit better. But default configuration only works with 2.8. But if you change to polling you also can use it in 2.7
  • MMM-MotionControl - Check Motion and Controll HDMI

    1
    0 Votes
    1 Posts
    779 Views
    nischiN
    With this Module I implemented a Motion Detector which works with 3rd Party Modules like my MMM-Face-Reco-DNN or the old Face Recognition Module from normyx - MMM-Facial-Recognition-OCV3. If some people are in front of the mirror it will send a “on” command to my other new Module - MMM-CECControl which control HDMI over CEC. [card:nischi/MMM-MotionControl]
  • MMM-Pins

    1
    1 Votes
    1 Posts
    1k Views
    P
    This module can toggle pins based on a notification (specified in the config). You can specify any number of pins with different trigger messages. All messages will be registered with the MMM-Remote module automatically but can be triggered sending the notification from any other module. It can also play sounds using MMM-Sounds module when a pin is toggled. [card:PtrBld/MMM-Pins] Please feel free to use it. PtrBld
  • MMM-Whereis

    2
    0 Votes
    2 Posts
    1k Views
    T
    Sean, I’m going to be able to test this pretty hard this week with IFTTT to get their encoding perfect.
  • MMM-DHT-Sensor Update how to

    3
    0 Votes
    3 Posts
    831 Views
    S
    Thanks! That was to easy :D
  • FreeBox V6 Monitor

    23
    0 Votes
    23 Posts
    18k Views
    F
    Edit : I found it. French j’ai trouvé au final il faut l’IP de la Freebox serveur que tu trouve dans les paramètres de ta freebox
  • default clock size?

    6
    0 Votes
    6 Posts
    7k Views
    brobergB
    @costascontis said in default clock size?: @broberg thnx mate,but if i use transform: scale all the module goes left and off screen like this: Ahh, okey add transform-origin: top left; under transform: scale Or to change font sizes. .clock .time { font-size: 100px; } .clock .date { font-size: 30px; }
  • Can't get it to work...

    6
    0 Votes
    6 Posts
    2k Views
    thedoorsfanaticT
    @Stoffbeuteluwe https://forum.magicmirror.builders/topic/9936/total-newbie-24-magicmirror-munich-germany/8 I am a total beginner and just searched the forum and found this solution. There might be a better way for you since I use a special set of icons
  • MMM_MotionEye Error because its MIME type ('text/html') is not executable

    6
    0 Votes
    6 Posts
    2k Views
    bheplerB
    I’m glad you got it resolved. In the future, please post requests for help in the troubleshooting section of the forum. This area is for showing off new modules.
  • MMM-MyPrayerTimes

    3
    0 Votes
    3 Posts
    2k Views
    htilburgsH
    @zam many thanks and ramadan mubarak!
  • MMM-Year-Progress

    1
    1 Votes
    1 Posts
    1k Views
    R
    Description This is just a small module that tracks the progress of the year / month / week. It’s based on all this existing websites / apps, so thanks to them for the inspiration: @year_progress year_progress Progress Bar Screenshots: [image: screenshot.png] Download: [card:ryck/MMM-Year-Progress]
  • MMM-ProfileSwitche - icone not working after update

    2
    0 Votes
    2 Posts
    854 Views
    tidus5T
    Hey everyone, It’s solved \o/ somehow the @fortawesome wasnt created. i downloaded font awesome and recreated the symbolic link ln -s \home\pi\fontawesome @fortawesome fixed everything @MichMich i saw you had an open issue with the exact same error message https://github.com/MichMich/MagicMirror/issues/1597 so i put that here :-) fijne avond
  • MMM-WeatherBackground new default collections. Please contribute.

    1
    1 Votes
    1 Posts
    1k Views
    M
    Hi. I recently made a PR for the MMM-WeatherBackground module. I made a contribution to modify MMM-WeatherBackground.js, in such a way that now there are predetermined a series of collections that reflect in addition to the weather conditions, the time of day (day or night) and the season of the year. All those collections can be seen in: https://unsplash.com/@mohace/collections It is a hard job to select photos and add them to the collections. They are divided into all weather conditions, whether it is day or night and the season of the year. For example, fog day, rain day spring, snow night, etc. For this reason I want to ask anyone who is interested in contributing photos to the collections, to use this post to do so. As follows: cloudy windy day autumn: https://unsplash.com/photos/VQqt3g0BixA That way I will be adding the photos to the collections, so that by default they are visualized in the module when season, day or night and weather condition match. The configuration of the module in config.js should now be as simple as: { module: "MMM-WeatherBackground", config: { targetDOM: ".MMM-Dummy", //null or DomSelector for target. // if null, currentweather will be targeted. // examples: ".newsfeed", "#SOME_SPECIAL_DOM", ".top.left .module" hemisphere: "n", // new config option "s" or "n". Another letter or number won't work. source : "MMM-NOAA3", // `currentweather`, `MMM-NOAA3`, `MMM-DarkSkyForecast` defaultCollection: "featured", // I think this is now deprecated } },
  • Is ist possible to display Pictures on MMM-newsfeedtouch?

    1
    0 Votes
    1 Posts
    680 Views
    M
    Re: MMM-newsfeedtouch - News so hot you wanna touch it Is it possible to display the picture of the feed with when the headline is typed?