A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • MMM-CalendarExt - not showing multi day events from previous month

    1
    0 Votes
    1 Posts
    707 Views
    W
    Multi-day events aren’t showing if the start date falls prior to the current month. I’m using weekly view, but the issue seems to occur in other view types. When the event is in the future, or if the start date is prior to todays date, but in current month, they show up fine. Is there any way to remedy this? P.S. Thanks @eouia for such a fantastic module, it’s very useful!
  • Using DHT-22 with modules

    1
    0 Votes
    1 Posts
    776 Views
    D
    Hi guys, I need help to get anything from this sensor. I’ve been seeing a lot of folks having troubles related to this sensor/modules. I tried both Bangee44’s module and Nebulx29’s module and I couldn’t get anything from them. I also tried a bunch of python script just to read data from the sensor, same result. I am kind of lost right now with this. I have a working installation on a Pi 2. I also have a PIR sensor, working just fine using Paviro’s module. Can you guys use this sensor with your MM installation and tell me how ? Thank you :)
  • Calendar Module - I only want one Dateformat.

    1
    1
    0 Votes
    1 Posts
    1k Views
    C
    Hi guys, I only want dates in the calendar module displayed as DD.MM. as the weekday names take up a lot of space. So I disabled all the relative time formats: colored: false, maximumNumberOfDays: 180, wrapEvents: true, dateFormat: "DD.MM.", timeFormat: "absolute", getRelative: 0, urgency: 0, calendars: Yet, I get this picture: [image: 1522507794640-mmmcal.jpg] Looking at the source, it seems you can’t disable this. If I just remove this block from calendar.js, it works for me: if (event.startDate - now < 2 * oneDay) { // This event is within the next 48 hours (2 days) if (event.startDate - now < this.config.getRelative * oneHour) { // If event is within 6 hour, display 'in xxx' time format or moment.fromNow() timeWrapper.innerHTML = this.capFirst(moment(event.startDate, "x").fromNow()); } else { // Otherwise just say 'Today/Tomorrow at such-n-such time' timeWrapper.innerHTML = this.capFirst(moment(event.startDate, "x").calendar()); } However, this is not update proof :( Any other ideas?
  • MMM-Api - port specifics

    3
    0 Votes
    3 Posts
    2k Views
    C
    Make sure in the config.js that the IP address is not ‘localhost’, but is the IP address of the raspi. Default port is 8080. This is how the plugin will accept URL commands. Also, make sure any other PC or computers ip is added to the ‘white list’. That is how it is done
  • RSS feed trouble

    4
    0 Votes
    4 Posts
    2k Views
    B
    @benben932 if anyone else is wanting to use the slashdot rss feed in their newsfeed, use this url: url: “http://rss.slashdot.org/Slashdot/slashdotMainatom”
  • MMM-WunderGround - not appearing in Mirror

    7
    0 Votes
    7 Posts
    6k Views
    C
    The case sensitivity was my issue too! I think I pulled the github down *Wunderground* it installed with the folder name in lowercase, but the files themselves *WunderGround* and I was using MMM-Wunderground in my config. Once I symlinked the correct capitalization, and corrected my config, it works perfectly. 20 years using linux, one would think I would catch this myself! Thanks for asking the right questions! This thread got me up and running.
  • default newsfeed and prohibitedWords

    3
    0 Votes
    3 Posts
    2k Views
    twosquirrelsT
    Thank you! My news feed is now Chump free!
  • MMM-RMV "Loading data"

    15
    0 Votes
    15 Posts
    7k Views
    C
    Hello, yes, I assumed that but finaly you led me to the right solution.
  • Cant make center column wider?

    5
    0 Votes
    5 Posts
    2k Views
    S
    @j.e.f.f said in Cant make center column wider?: .region.center .module-content, .region.center .module-content header { text-align: left; max-width: 350px; min-width: 350px; } Thanks and yh Im guessing it must be the module (Tadoist) thats forcing the size. Will have a gander at that next. tyvm
  • Separate Date from Time?

    6
    1
    0 Votes
    6 Posts
    4k Views
    K
    Thanks for the replies. The clock in the middle is my regular clock. That was easy because i did do like you said, turn off the date (the clock in the middle). Trying to get the date by itself was the harder part. What i did, was, not just make a copy, but i renamed it to dateclock (which is now above my calendar schedule on the top left) and changed the code in that one to get the date, so that i wouldn’t mess up the original clock. i also carried over the css and changed any related files between the two. It originally didn’t work, but because i had it in the default folder. Strawberry (above) told me to take it out of the default folder and put it with the 3rd party modules and then it worked :) Since it is working, i’m not going to mess with it at this moment, cuz i’m working on another problem right now with the MMM screencast. i’ll definitely try your adjustment with the (.date & .time with display: none) code. Thanks again for your time and suggestions :)
  • MMM-MyCommute has delay

    2
    0 Votes
    2 Posts
    1k Views
    J
    @Zambuca the Rapsberry Pi is notoriously bad about keeping time, and Javascript timers over time don’t fare much better. To mitigate this, first install NTP to make sure your Raspberry Pi syncs with an online TV service periodically. Next, I suggest setting a cron job to restart MagicMirror maybe each night when you’re asleep to reset JavaScript timers. This won’t get rid of the problem entirely, as you’ll still be at the whim of the refresh cycle of the module — if the module is set to refresh it’s data every five minutes, the show/hide can be off by as much as five minutes. The show/hide check is done during data refresh.
  • Can't configure Compliments Module

    10
    0 Votes
    10 Posts
    4k Views
    W
    @yawns said in Can’t configure Compliments Module: No, it will not automatically overwrite existing files if you simply run git pull but raise an error. Maybe that’s no problem for you but it is for several others. We see these issues every now and then. Phew! I thought you are referring about mine. Anyway thanks. I just started this MagicMirror project and still trying out every possible way to get what I want. Currently, still stuck at MMM-Assistant. Doesn’t response to snowboy, magicmirror AI speech recognition.
  • 2 problems with MMM-MyCommute module

    13
    0 Votes
    13 Posts
    10k Views
    S
    this helped immensely. i got my MM exactly where i want it now and can cancel CTATracker. sorry for being a nub
  • MMM-PIR-Sensor

    10
    0 Votes
    10 Posts
    5k Views
    M
    @codyS75 Yes. The 8mm hole perfectly fits the sensor. Drill the 3mm hole first. This way you can use it as the center point to drill the 8mm hole.
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    13 Views
  • Office 365 calendar issues

    16
    1
    0 Votes
    16 Posts
    13k Views
    schwoediauerS
    Hi all, I had the same problems with my calendar and Timezone (Amsterdam, Berlin…) The fix resoled my problems with outlook365 calendar https://github.com/MichMich/MagicMirror/pull/875/commits/4c702eaaad525c0b549ba02cf3ceb1a2f79b5ebc … after installing the fix I had to delete 2 old calendar entries and reboot my mirror
  • How to make my mirror look like this?

    2
    0 Votes
    2 Posts
    2k Views
    G
    Looks like it might be this… https://github.com/HannahMitt/HomeMirror
  • can someone help pleas with my config/config.js

    9
    0 Votes
    9 Posts
    3k Views
    Mykle1M
    https://forum.magicmirror.builders/topic/4231/how-to-add-modules-for-absolute-beginners
  • MMM-Astrology Sagittarius icon

    4
    0 Votes
    4 Posts
    2k Views
    C
    Many thanks! :)
  • How to setup Alexa skills

    Moved Unsolved
    2
    0 Votes
    2 Posts
    2k Views
    R
    I’m having the same problem! Hopefully is possible to do