A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • 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
    2k 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
    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
    931 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
    6k 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
    557 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
    394 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
    6k Views
    D
    @sdetweil I see, thanks for the clarification!
  • MMM-News-QR doesn't ACTUALLY work.

    3
    0 Votes
    3 Posts
    675 Views
    F
    @j0539h That sounds odd, I know that saying so is about as constructive as your post, but it works fine here. My config looks like this: { module: "newsfeed", position: "bottom_bar", classes: "day_schedule", config: { feeds: [ { title: "Ekstra Bladet", url: "https://ekstrabladet.dk/rssfeed/all/" }, { title: "DR nyheder", url: "https://www.dr.dk/nyheder/service/feeds/allenyheder" }, { title: "BT", url: "https://www.bt.dk/bt/seneste/rss" }, { title: "Berlingske.dk", url: "https://www.berlingske.dk/content/3/rss" }, { title: "TV2 Øst", url: "https://www.tv2east.dk/rss" } ], updateInterval: 30000, showSourceTitle: true, showPublishDate: true, broadcastNewsFeeds: true, broadcastNewsUpdates: true } }, { module: "MMM-News-QR", position: "bottom_bar", classes: "day_schedule", config: { updateType : "push", animationSpeed: 2500, colorDark: "#fff", colorLight: "#000", imageSize: 100 } },
  • Problem mit MMM-Fuel (Textausrichtung)

    12
    0 Votes
    12 Posts
    5k Views
    C
    Ich klatsch mir vor die Stirn. :) Bei ShortenText habe ich nun statt true oder false den Wert 50 eingetragen. Nun passt es. LG, Chris
  • MMM- Remote Control help

    16
    0 Votes
    16 Posts
    6k Views
    N
    @digidadbod That’s great. Thank you for the tip
  • Motioneyes does not work

    2
    0 Votes
    2 Posts
    687 Views
    O
    I had the same problem. After 1 hour or so, the stream was gone. Also- you have to enable access to the mirror via address: “0.0.0.0” and whitelist Then the commands http://mirror:8080/motioneye and http://mirror:8080/motioneye/hide are working.
  • Hello-Lucy Not shown, NO ERROR

    8
    0 Votes
    8 Posts
    1k Views
    Mykle1M
    Sorry, this is a double post but it may be connected to the OP’s issues and this is the most recent Lucy topic. Actually, there was a dependency issue. It took me some time to figure out how to correct the issue. I took the simplest route. The issue was with the dev dependencies which are not necessary for Lucy to run but caused the installation of necessary dependencies to fail. I’ve removed the installation of the dev dependencies from the dependency installer. I trashed my installation of Lucy (and her dependencies) and did a fresh installation. Everything seems to be working correctly here now. Sorry for the long delay in investigating the problem.
  • Resize content to fit position?

    4
    0 Votes
    4 Posts
    938 Views
    S
    @cheapdad well, right is right… length needs to be shorter, so that might take css
  • Default compliments module - show one and fade to black?

    3
    0 Votes
    3 Posts
    742 Views
    C
    @sdetweil Thank you!
  • 0 Votes
    5 Posts
    1k Views
    S
    @oldsunguy yeh… it should support using the identifier as well as the name… that would make things a lot easier…
  • how to put my code into QRCode?

    11
    0 Votes
    11 Posts
    5k Views
    S
    @CheapDad there is a wifipassword module to get u connected to the wifi… but not MM…
  • MMM Pages turn Pages manually

    9
    0 Votes
    9 Posts
    4k Views
    T
    @acethefire On https://github.com/edward-shen/MMM-pages#notifications the usable events are described. I use them for example here: https://github.com/thobach/MMM-Gestures/blob/094ef30fe4a7e9204846a4f77d6314b61ee1d758/MMM-Gestures.js#L85
  • weather module just shows loading?

    7
    0 Votes
    7 Posts
    2k Views
    F
    Ok, I found out what was wrong, despite the confusion with the ’ or " use. It’s the appid, it’s called apiKey in the weather module. So after changing that (and also changing all ’ to " in the config), removing quotes around numbers, only have the locationID instead of both location and locationID and other cleanup stuff, it is shows properly :-) So I replaced both my currentweather and YrThen modules with two weather modules: { module: "weather", position: "top_right", classes: "day_schedule", config: { weatherProvider: "openweathermap", type: "current", units: "metric", timeFormat: 24, decimalSymbol: ",", initialLoadDelay: 0, onlyTemp: false, locationID: 2621215, apiKey: "xxx" } }, { module: "weather", position: "top_right", classes: "day_schedule", config: { weatherProvider: "openweathermap", type: "forecast", units: "metric", timeFormat: 24, decimalSymbol: ",", initialLoadDelay: 0, onlyTemp: true, maxNumberOfDays: 7, colored: true, appendLocationNameToHeader: false, locationID: 2621215, apiKey: "xxx" } }, Looks very nice indeed [image: 1619260038283-72f6ceb8-742c-4a07-8b3f-61bb47375ee4-image.png]