A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • hello-lucy error problem

    3
    2
    0 Votes
    3 Posts
    837 Views
    C
    @mykle1 i have configured my mic correctly but it still shows to me the error … why is that ? and how can i fix it please ?
  • Calendar module - Hidden private events

    2
    0 Votes
    2 Posts
    316 Views
    S
    @borishalleux you could submit a change request to the project issues list
  • iFrame Windfinder

    21
    1
    0 Votes
    21 Posts
    7k Views
    S
    @megagprime as long as it works
  • MM-pages not working

    1
    2
    0 Votes
    1 Posts
    298 Views
    L
    Does anybody know how to get Pages on The MM cuz all of my attempts failed. The config checks never pass[image: 1623035940432-screenshot_20210606-231258_chrome.jpg] [image: 1623036088502-screenshot_20210606-232101_gallery.jpg]
  • 0 Votes
    7 Posts
    1k Views
    T
    @stacywebb Hi, I have completed the training and also I done with the face recognition trial. But this error comes in between, sometime it works but often this error shows. Any luck??
  • yellow lightning and CPU

    9
    0 Votes
    9 Posts
    2k Views
    S
    @rikko14 2A is close. I bought some 5A supplies
  • CV3 version issue

    2
    0 Votes
    2 Posts
    477 Views
    S
    @mikecheng2626 see this topic from 2 years ago https://forum.magicmirror.builders/topic/11842/valueerror-needs-more-than-3-values-to-unpack-anyone-ever-address-this?_=1622374313412
  • MMM-MyWeather not working with Southern Hemisphere co-ordinates

    18
    0 Votes
    18 Posts
    7k Views
    S
    @harney Unfortunately BOM lately has made changes to their site which is preventing accessing their data claiming it’s scraping but they provide a JSON file which I’m accessing (for part of it anyway) so my module no longer works- I’ve changed things a couple of times to circumvent the issue but it keeps coming back so I’m going to look at other ways to access the data. One that looks promising is WillyWeather. It is a paid service based on the number of access’s billed monthly. But it appears to be very cheap - It looks like for one Magic Mirror accessing data from one weather station and radar image works out at less than $10 a year. When accessing the BOM currently they return a message to fill in a request form and some one will make contact - I filled in their form a couple of months ago and am yet to receive a response. Maybe when they get the servers sorted out things might change….
  • Default Calendar off by 1 Hour When in 'Relative' Mode

    4
    1
    0 Votes
    4 Posts
    2k Views
    S
    @bzowk ics, what fun, not! can u share your ics file? or that event. download file, it’s just text. edit out any names. I don’t share and send via email, same user ID at gmail. I am on central time too.
  • Correct Date... Suspect Time.

    3
    1
    0 Votes
    3 Posts
    790 Views
    R
    @earnestrichards My first suggestion would be to update to version 2.15.0, because there are multiple changes done to the calendar module.
  • SleepWake twisted....need help

    3
    0 Votes
    3 Posts
    696 Views
    J
    @sdetweil Thank you…
  • MMM-Iobroker

    4
    0 Votes
    4 Posts
    1k Views
    C
    @fischi87 You can find it in the config.js [image: 1621705896487-mmmiobroker.jpg]
  • MMM-NetworkScanner loading

    5
    0 Votes
    5 Posts
    1k Views
    C
    Hello thx @JerryP magic@odroidc2:~/MagicMirror/modules/MMM-Assistant2Display$ sudo apt-get install arp-scan Reading package lists... Done Building dependency tree Reading state information... Done arp-scan is already the newest version (1.9.5-1). 0 upgraded, 0 newly installed, 0 to remove and 2 not upgraded. magic@odroidc2:~/MagicMirror/modules/MMM-Assistant2Display$ This does not solve my concern.
  • newsfeed - hide 3rd line

    8
    1
    0 Votes
    8 Posts
    2k Views
    Mykle1M
    @oberfragger said in newsfeed - hide 3rd line: I can confirm- its working. Cheers!
  • MMM-CoinMarketCap

    2
    0 Votes
    2 Posts
    906 Views
    S
    @aladdin i’m not sure, lookingat the code I find one place to try to fix… in the modulename.,js , starting at line 386 // get info back from node_helper who just made an api request, sam } else if (notification === "LISTINGS_RECEIVED" && !self.loaded) { if (payload.isSuccessful && payload.data.status.error_code == 0) { self.log(self.translate("LISTINGS_SUCCESS", { "numberOfAttempts": payload.original.attemptNum })); self.listings = payload.data.data; self.filterCurrenciesAndSetupDataSet(); self.loaded = true; // update the UI , sam self.updateDom(0); // schedule next update, sam self.scheduleUpdate(); // oops.. and go get the data AGAIN now??? , instead of wait on scheduled update??? sam self.getAllCurrencyDetails(1); // comment out this line, sam self.cacheLogos(); // and this line (using // , sam // oops , sam self.log(("self.config.currencies: " + JSON.stringify(self.config.currencies)), "dev");
  • Alexa Voice Service for Pi

    17
    0 Votes
    17 Posts
    5k Views
    S
    @xxlulabelle sorry, don’t think we are talking the same… so you run the auth program, and it pops up a blah blah wants to access your devicename and u say Allow, then an error appears, can’t reach xyz… and in the URL string is the code=djf;asjfgjae;gk;FGJADJFG’AJFDGL’K AFDJG LAFDJG L’ADFKJ the thing after the code= IS the code u are supposed to copy ‘djf;asjfgjae;gk;FGJADJFG’AJFDGL’K AFDJG LAFDJG L’ADFKJ’ using my made up junk above i have a different app on a different platform that implements a server at the return url and captures the code= value for you… so none of this trouble
  • MMM-Pages and MMM-Motioneye

    5
    0 Votes
    5 Posts
    1k Views
    O
    @sdetweil Thanks for you explanation.
  • Assistant2Display : YouTube not viewing the video

    3
    0 Votes
    3 Posts
    538 Views
    R
    @sayedqasim said in Assistant2Display : YouTube not viewing the video: useYoutube: false, useVLC: false, set to true http://forum.bugsounet.fr/
  • MMM-Xiaomi and Devices IDs

    1
    0 Votes
    1 Posts
    385 Views
    E
    Hi everyone, I’m trying desperately to get the IDs of my Xiaomi devices (temperature sensor among others). I had no problem finding the tokens for the gateway and other devices using the “Get Mi Home Devices Token” application on my Mac. I have correctly installed the module and the script found thanks to the forum, but without these IDs, my mirror remains blocked at “Connecting to Xiaomi Gateway”. I tried to use Miio, but again I’m totally blocked I’m not sure if I’m missing something in the installation or the command line for Miio. I ping the Xiaomi gateway 2 correctly from the Raspberry. Thank you in advance for your help.
  • MMM-Awesome-Alexa (again =p)

    17
    0 Votes
    17 Posts
    4k Views
    D
    @sdetweil I see, thanks for the clarification!