A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • MMM-MyCommute ERROR traveling time

    1
    0 Votes
    1 Posts
    2k Views
    M
    Hey Guys, I have a problem with the MMM-MyCommute module,. My traveling time, on transit, driving and walking directions keeps on ERROR. It worked for 3 days and then suddenly stopped working. Already changed the APIKEY but that’s not the problem. Can anyone help me ? thank you guys ! Re: 2 problems with MMM-MyCommute module
  • What module or turorial did you use to manage getting iCloud data?

    2
    0 Votes
    2 Posts
    1k Views
    N
    Hi @Gailby – check out @Beh’s post. It’s a very very detailed walkthrough. That method syncs/downloads your iCloud calendar locally and then displays it with the Calendar module (although you could use any module that supports iCal).
  • MMM-PIR does not shutoff sometimes

    pir sensor
    4
    0 Votes
    4 Posts
    2k Views
    D
    Depends on position and deflective angle of the sensor. If you think there is nothing it should detect, try it out, leave the room, set a timer and check after 120 (+10) seconds.
  • MMM-AlarmClock append / push to alarms array

    5
    0 Votes
    5 Posts
    2k Views
    axellejamousA
    @strawberry-3.141 changed, thank you!
  • Calendar module won't show all events

    7
    0 Votes
    7 Posts
    4k Views
    ?
    @ninjabreadman said in Calendar module won’t show all events: I just edited run-start.sh:4 to the following, and just got MMM-CalendarExt working again: electron --js-flags=“–harmony-async-await” js/electron.js $1 It’s a great fix for this issue. Anyway, I’m almost finishing my vacation and my current business a few days. I should have to join the summit for business in mid of January in Seoul and Paris. After that, I will release fix of this issue.
  • Module: Calendar VCF-Support

    1
    0 Votes
    1 Posts
    930 Views
    C
    Hallo, I was wondering if I’m the only one who would love to have the possibility to add the birthdays of contacts from CardDAV-server to the calendar module. I have a radicale server which can give me the informations as vcf file. I only have to parse the file and insert into the calender. Maybe there is an existing solution otherwise I’m starting coding and make a pull request. Greets Christian
  • [SOLVED] Anyone tried MMM-mqtt?

    19
    0 Votes
    19 Posts
    17k Views
    axellejamousA
    Hello, I was wondering if any of you know how to actually subscribe and publish to a topic using this module? I currently tried adding two different modules to the config file and have one set as sending and one as receiving but that just causes the module to crash. Has anyone figured out how to do both of these at the same time?
  • Use MMM-Buttons to hide/show modules

    3
    0 Votes
    3 Posts
    3k Views
    cruunnerrC
    @ninjabreadman said in Use MMM-Buttons to hide/show modules: Hope that helps. Works. Thank u very much :)
  • MMM-CalenderExt self signed ssl certificate

    1
    1 Votes
    1 Posts
    1k Views
    B
    Hello, I have the following problem: I have MagicMirror running on my corporate network and want to access our Kerio calendars. These can be accessed via an https page. Unfortunately, the SSL encryption is self-signed. MMM issues an error message here and does not retrieve the page. How can I handle this? Thanks for your help
  • wrapper.innerHTML

    4
    0 Votes
    4 Posts
    4k Views
    D
    I was interrupted when I wrote my answer and forgot to add what I was initially going to say. I decided to write a new reply instead of editing the above, not to confuse anyone and keep the two apart. There is another way to update the content of an element (that has been created in getDom before): Example 3, .innerHTML: start: function() { // stays the same as above setTimeout(function() { this.magicContent(self); // this will call the function "magicContent" }, 10 * 1000); // 10 seconds after the start, 5 seconds after "buildContent" }, // we don't touch getDom or buildContent! magicContent: function() { document.getElementById("my-content").innerHTML = "Changed <i><b>yet again!"; } document.getElementById(“my-content”).innerHTML = “content”; will update the selected element (the div with the id “my-content”) with the selected content without having to call updateDom(). Keep in mind that this will only work on elements that were created before in getDom, so it will not work within start: function() … Caution! This can also update elements of other modules, so be careful and use unique IDs.
  • MMM-Facial-Recognition-Tools error

    2
    0 Votes
    2 Posts
    2k Views
    A
    @acabrera2012 SOLVED! I changed “model.save(config.TRAINING_FILE)” to “model.write(config.TRAINING_FILE)” in train.py
  • SOLVED

    1
    0 Votes
    1 Posts
    812 Views
    A
    Re: MMM-Facial-Recognition-Tools error Solved: I changed “model.save(config.TRAINING_FILE)” to “model.write(config.TRAINING_FILE)” in train.py.
  • This topic is deleted!

    2
    0 Votes
    2 Posts
    1 Views
  • MMM-NOAA

    noaa
    10
    0 Votes
    10 Posts
    9k Views
    cowboysdudeC
    @Peter Glad you got it working !
  • MMM-EOL select all

    2
    0 Votes
    2 Posts
    1k Views
    Mykle1M
    @fox At this time, it’s not possible to select all or more than one lifeForm at a time. However, if you select “Eagles” instead of “Bald Eagle”, you will get all eagles. “Bald Eagle” will only return data for Bald Eagle. It works like this: “Cats” will return data on all cats. “Tigers” will only return data on tigers. Refer to the list in the readme file here: https://github.com/mykle1/MMM-EOL I can add lifeforms at your request. :-) Peace!
  • Calendar Module - Altering event time format

    1
    1 Votes
    1 Posts
    1k Views
    Robert_KR
    The Magic Mirror is a bit new for me. But I got all preferred parts working. The calendar now shows: “event tomorrow 08:00” I would like to see: event monday 08:00 till 10:00 My code is as follows: { module: "calendar", header: "Kalender Robert", position: "top_left", config: { maximumNumberOfDays: 7, maximumEntries: 8, displaySymbol: false, dateFormat: 'ddd-Do-MMM' fullDayEventDateFormat: 'ddd-Do-MMM', urgency: 0, getRelative: 0, timeFormat: 'absolute', calendars: [ { symbol: "calendar-check-o ", url: "https://calendar.google.com/calendar/ical/*PRIVATE CODE*/basic.ics" } ] } Can anyone point me in the right direction of changing the time format? Best Regards and thanks in advance, Robert
  • Error found: Error: Module version mismatch. Expected 50, got 46.

    9
    0 Votes
    9 Posts
    9k Views
    F
    @yawns: I did it with the named command, but no effect, can you help me please? pi@magicpi:~/MagicMirror $ npm rebuild --runtime=electron --target=1.4.15 --disturl=https://atom.io/download/atom-shell --abi=50 > electron@1.4.15 postinstall /home/pi/MagicMirror/node_modules/electron > node install.js > electron-chromedriver@1.7.1 install /home/pi/MagicMirror/node_modules/electron-chromedriver > node ./download-chromedriver.js /home/pi/MagicMirror/node_modules/electron-chromedriver/download-chromedriver.js:16 if (error != null) throw error ^ Error: Could not parse checksum file at line 1: at data.trim.split.forEach.line (/home/pi/MagicMirror/node_modules/electron-chromedriver/node_modules/sumchecker/index.js:85:18) at Array.forEach () at Promise (/home/pi/MagicMirror/node_modules/electron-chromedriver/node_modules/sumchecker/index.js:80:36) at new Promise () at ChecksumValidator.parseChecksumFile (/home/pi/MagicMirror/node_modules/electron-chromedriver/node_modules/sumchecker/index.js:76:12) at npm ERR! code ELIFECYCLE npm ERR! errno 1 npm ERR! electron-chromedriver@1.7.1 install: `node ./download-chromedriver.js` npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the electron-chromedriver@1.7.1 install script. npm ERR! This is probably not a problem with npm. There is likely additional logging output above. npm ERR! A complete log of this run can be found in: Reason-Link
  • Errors trying to run MM on Pi3

    8
    0 Votes
    8 Posts
    5k Views
    E
    Hurrah!! I found a post dated 3 days ago by Lange which solved it: npm install --unsafe-perm Thanks for your input.
  • updateDom animationSpeed

    4
    0 Votes
    4 Posts
    2k Views
    strawberry 3.141S
    @russifer you might want to post or link your whole module, that makes debugging for others easier to find your mistake
  • Modules won't show up on mirror?

    19
    0 Votes
    19 Posts
    11k Views
    B
    @Mykle1 I just now got around to trying everything. I copied and pasted the default .cs files from all the original modules and that seemed to do the trick. All of them are working now the way I want them to. Thanks so much for all your help