A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • MMM-Face-Reco-DNN Problem

    3
    0 Votes
    3 Posts
    593 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
    613 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
    888 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
    341 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
    269 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
    167 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
    1k 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
    245 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
    426 Views
    K
    thank-you! it worked!
  • Calendar: how to change "In 2 days"?

    3
    0 Votes
    3 Posts
    863 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.
  • Weather Forecast only showing 1 day

    3
    1
    0 Votes
    3 Posts
    450 Views
    S
    @tasanford11 there was a bug introduced in 2.12, a fix is available in the develop branch how did u install? scripted or manual if manual do cd ~/MagicMirror git checkout develop then restart MagicMirror if my scripted install do cd~/MagicMirror git fetch origin develop:develop git checkout develop the restart MagicMirror
  • MMM-GoogleAssistantMk2 issues

    7
    0 Votes
    7 Posts
    1k Views
    blake_northrupB
    @sdetweil so I had both MMM-GoogleAsistant, and the Mk2 one opened, and got myself confused. I appreciate the wakeup call sdetweil. The assistant is running along great now, thanks to you.
  • Upgrade Problem on Mac

    6
    0 Votes
    6 Posts
    2k Views
    S
    @Stoffbeuteluwe awesome. thanks for the update
  • MMM-Awesome-alexa

    8
    0 Votes
    8 Posts
    1k Views
    S
    @blake_northrup correct
  • M3U8 Stream on MagicMirror

    2
    0 Votes
    2 Posts
    2k Views
    P
    @ArthurOff I was able to take advantage of MMM-Live-Stream-TV https://github.com/mcintyrehh/MMM-Live-Stream-TV install as per instructions. in the MMM-Live-Stream-TV js file, change the default channel 9 to the m3u8 link you want to display.
  • 0 Votes
    2 Posts
    768 Views
    S
    @meusprojetoskali by default the custom. css file is not provided. it would be empty anyhow. if you used my scripted install I create an empty file touch ~/MagicMirror/css/custom.css