A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • Calendar-Fetcher: Broadcasting X Events

    5
    0 Votes
    5 Posts
    997 Views
    S
    @banbutcher glad to help, and the clock sends seconds, minutes and hours messages. and RSS sends entry, and etc,etc,etc
  • MMM SOCCER NOT WORKING

    11
    0 Votes
    11 Posts
    3k Views
    R
    @dave_ I looked at the Issues on Github and it appears not to work anymore(?). This one works though There are really good instructions there on how to install it too
  • MMM-Fuel does not show any data

    9
    0 Votes
    9 Posts
    2k Views
    P
    Thank you all for your help. It finally worked, I don’t know why, but my coordinates were wrong. I thought I copied them correctly from another source, but I did not.
  • MMM-AVStock not displaying NASDAQ information

    Unsolved mmm-avstock stock market stock modules not loading
    7
    0 Votes
    7 Posts
    3k Views
    KamiSchamiK
    @AW80 said in MMM-AVStock not displaying NASDAQ information: NASDAQ:^IXIC Hi, how can i see the Dax in this Modul? Thank You.
  • MMM-google-route Request Denied issue

    2
    2
    0 Votes
    2 Posts
    354 Views
    B
    Aaaannnnd I figured it out. It was because I didnt have a billing source attached to my Google account for the API to draw from. Typical.
  • Error - EADDRINUSE

    6
    0 Votes
    6 Posts
    3k Views
    S
    @Ice-cream ok, all. makes no sense do pm2 stop 0 reboot now, system should reboot, and mm should not restart. then do cd ~/MagicMirror npm start >somefile 2>&1 if mm does not start press ctr-c to stop the npm start edit the somefile
  • MMM-Face-Reco-DNN Problem

    3
    0 Votes
    3 Posts
    681 Views
    ParvezP
    @sdetweil i start magic mirror : ~/MagicMirror $ npm start and stop mirror Ctrl+q then show that error code . -my english is not good
  • MMM-Solar just "Loading" and never loads

    3
    0 Votes
    3 Posts
    715 Views
    K
    I did, I just did a restart with pm2 restart 0 and all is well now other than some alignment issues with the data it displays which I’ll work on now. Thanks
  • mmm-weatherchart module does not show

    6
    0 Votes
    6 Posts
    1k Views
    S
    @LanceInMN I see two failures :8080/undefined:1 and map-1595368293822.png:1 the 1st is I think because getDom() is called before any data is retrieved I don’t know where the :1 is coming from. that would be a bad url.
  • 0 Votes
    2 Posts
    443 Views
    S
    @kilo666 MagicMirrorOS isn’t supported here, you should open an issue on its github page
  • This topic is deleted!

    3
    0 Votes
    3 Posts
    32 Views
  • MM2 shows only Time (worked some minutes ago)

    3
    0 Votes
    3 Posts
    332 Views
    S
    @mumblebaj that was added to the default config in. 2.12
  • MM2 shows only Time (worked some minutes ago)

    1
    0 Votes
    1 Posts
    228 Views
    Z
    Hello there, i was installing Mm2 today and tried out some modules. All was working fine (except Octoprint Stream) and then from one minute to the other all modules were hidden or not shown on the screen except the clock with date Here you can see my config.js (also resetted again and after putting in a new module same error as above) What am i doing wrong or where is the mistake? also if i start “npm install” then a lot of errors appear modules: [ { module: "alert", }, { module: "updatenotification", position: "top_bar" }, { module: "clock", position: "top_left" }, { module: "compliments", position: "middle-center" }, { module: "currentweather", position: "top_right", config: { location: "Schwäbisch Hall", locationID: "2835481", //ID from http://bulk.openweathermap.org/sample/city.list.json.gz; unzip the gz file and find your city appid: "700d5aff6db1410f7ab49da88d0933b8" } }, { module: "weatherforecast", position: "top_right", header: "Wetter Vorschau", config: { location: "Schwäbisch Hall", locationID: "2835481", //ID from http://bulk.openweathermap.org/sample/city.list.json.gz; unzip the gz file and find your city appid: "700d5aff6db1410f7ab49da88d0933b8" } }, { module: "newsfeed", position: "bottom_bar", config: { feeds: [ { title: "New York Times", url: "https://rss.nytimes.com/services/xml/rss/nyt/HomePage.xml" } ], showSourceTitle: true, showPublishDate: true, broadcastNewsFeeds: true, broadcastNewsUpdates: true } }, {      module: "MMM-Fuel",    position: "top_left",      config: {          api_key: "d5b40c42-68d4-3767-d7ac-c118ba7a169a",          lat: 49.099680,          lng: 9.837190,          types: ["e5", "diesel"],          sortby: "e5",          radius: 10,          max: 5,          rotateInterval: 120000,          updateInterval: 900000                      }      }, {          module: "MMM-Todoist",          position: "bottom_right",   // This can be any of the regions. Best results in left or right regions.          header: "Todo-Liste", // This is optional          config: { // See 'Configuration options' for more information.              hideWhenEmpty: true,              accessToken: "55fa7b89de14c3d232890748370f2a9c2f296ce5",              maximumEntries: 60,              updateInterval: 10*60*1000, // Update every 10 minutes              fade: false,                    // projects and/or labels is mandatory:              projects: [ 2239986494 ],               labels: [ "noch zu erledigen" ] // Tasks for any projects with these labels will be shown.        }      }, ] }; /*************** DO NOT EDIT THE LINE BELOW ***************/ if (typeof module !== "undefined") {module.exports = config;}
  • Best PIR Strategy for RPI4?

    3
    0 Votes
    3 Posts
    1k Views
    M
    @cmer3 said in Best PIR Strategy for RPI4?: Hi, I am a noob , doing my first mirror project. I plan to have a PIR sensor to wake the mirror up from sleep. There seem to be 3 ways to do this: MMM-PIR Sensor, MMM-newPIR, and what I guess is a shell script? at https://www.putorius.net/using-pir-sensor-for-motion-detection.html. Is there a best approach for RPI4? If it matters any… I used to use MMM-PIR but for the monitor I am currently using …when the monitor “goes to sleep” because of no motion, it would put my monitor to “sleep” …displaying a banner… not waking up… or you will get it to wake up but it shows the input HDMI that it is on (then goes away)… With MMM-NEWPIR … it has the ability to put up a “black screen” type of thing… keeping the monitor “awake” but it is black… when motion it goes away and restarts the timer as motion continues… That is basically the only reason why I used it… and I have it working on a PI3b+ and a 4 (4g ram).
  • Awesome Alexa Control Lights and Music

    5
    0 Votes
    5 Posts
    2k Views
    S
    @sdetweil if u install a awesome Alexa, the mirror becomes a limited function echo. it can turn on/off devices known to Alexa, but it cant do some things that a real echo can do.
  • MMM-GoogleAssistant

    9
    0 Votes
    9 Posts
    2k Views
    K
    Bon, c’est réglé, si je mets un transcriptionhook que ma google home connait, ça envoie la commande. Je viens de tester en mettant “allume la chambre” et ça le fait, pourtant la commande reste pm2 restart 0,
  • Default weather forecast only showing two days

    7
    0 Votes
    7 Posts
    2k Views
    I
    Hey everyone, I’m also experiencing this issue and went fucking crazy LOL! I can’t wait to try “Sparxx’s” recommendation. X
  • English Premier League Fixtures/Results

    Moved
    1
    0 Votes
    1 Posts
    290 Views
    D
    Hi All, After my sd card crashed i have been reinstalling all my modules. I had the LiveSoccerScore, but now cant seem to get any of these working. Can someone help me get one working. Or point me in the right direction of what to use.
  • MagicMirror autoboot

    3
    0 Votes
    3 Posts
    482 Views
    K
    thank-you! it worked!
  • Calendar: how to change "In 2 days"?

    3
    0 Votes
    3 Posts
    932 Views
    T
    Both are set to 0 and from my understanding this should mean I see absolute dates only. edit: I did some more testing and the problem only occurs with full day events.