A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • Forum bug

    Unsolved
    6
    0 Votes
    6 Posts
    2k Views
    BKeyportB
    yeah, I didn’t even realize it was there, either.
  • Suddenly I get 'net::ERR_INSECURE_RESPONSE'

    Unsolved
    9
    0 Votes
    9 Posts
    3k Views
    Mykle1M
    @sdetweil Yes, looking for contact info
  • MM booting to black

    Solved
    11
    0 Votes
    11 Posts
    5k Views
    lavolp3L
    @dwleo Glad it works now. Cheers!
  • Station not found, even if iserted by id

    Unsolved
    1
    0 Votes
    1 Posts
    420 Views
    P
    Re: MMM-SwissStationboard Hi Tried to insert “Kirchberg-Alchenflüh” as a station, but even if I insert the station id which is “8508084” no data is shown. It always says “Loading trains”. If I put the next station which is “Aefligen” or the id which is “8508085” everything works and the data is shown. Thanks for any help! { module: ‘MMM-SwissStationboard’, position: ‘bottom_left’, header: ‘Zugsverbindungen ab Kirchberg-Alchenflueh’, config: { stop: ‘8508084’, // Start train station maximumEntries: 4, // Max departures displayed minWalkingTime: 10, // Minimum time to get to the station hideNotReachable: 0, //Will hide all the not reachable connections }
  • Displaying modules depending on Sunrise/Sunset time

    Unsolved
    10
    3
    0 Votes
    10 Posts
    5k Views
    cowboysdudeC
    @marcusjsh Well still doable. Does the return give you a json or xml return?
  • Align to the left!

    12
    1
    0 Votes
    12 Posts
    9k Views
    C
    Fixed by editing the NOAA1.css file: /* .MMM-NOAA3 .table th, tr, td{ text-align:center; table-layout:fixed; } */ .MMM-NOAA .table th { text-align:center; table-layout:fixed; } .MMM-NOAA .table tr { text-align:center; table-layout:fixed; } .MMM-NOAA .table td { text-align:center; table-layout:fixed; } Comment out the first entry…add the next 3
  • module calendar showing full day events one day to long

    Unsolved
    19
    0 Votes
    19 Posts
    9k Views
    lavolp3L
    @andurii I agree with you on both points and I’m working on it :-) Basically the implementation of showEnd is quite messed up. I’m trying to use my freshly gained JS beginner skills on this :-) Have send a PR for the fulldayevent fix and I expect this to be included in the next release.
  • 0 Votes
    3 Posts
    1k Views
    strawberry 3.141S
    @sean or this.resetTimeout = setTimeout(function(){ ... this.sendNotification("PAGE_CHANGED", 0); this.updateDom(); ... }.bind(this));
  • MMMM-RandomBackground Help!!

    Unsolved
    5
    0 Votes
    5 Posts
    3k Views
    bheplerB
    @sdetweil - Okay, I can understand the confusion then. So… did you get it working now that you know you have to 1) get the name correct in the config.js file and 2) run npm install in the module folder?
  • Calendar - not refreshing after event

    Unsolved
    2
    0 Votes
    2 Posts
    801 Views
    ?
    @dannclose { module: "calendar", header: "Work Schedule", fetchInterval: 10000, // < -- This is wrong position. position: "top_left", config: { calendars: [ { symbol: "calendar-check-o ", fetchInterval: 10000, // < -- If you set like this, per every 10 sec, it will get data newly. But when there was no changes on calendar, Nothing will be changed on MM screen. url: "url to icloud public calendar" } ] }
  • No answer

    2
    0 Votes
    2 Posts
    2k Views
    ?
    @kmk8 이리로 연락주세요. mail : eouia0819@gmail.com Telegram: @eouia github: https://github.com/eouia/MMM-AssistantMk2/issues
  • Are you having issues?

    Unsolved
    2
    5 Votes
    2 Posts
    847 Views
    Mykle1M
    @cowboysdude Amen brother! :thumbsup: And lets not forget to read the README files.
  • This topic is deleted!

    Unsolved
    1
    0 Votes
    1 Posts
    1 Views
  • MMM-MyCalendar: Showing wrong dates (days one day in the past)?

    Unsolved
    10
    4
    0 Votes
    10 Posts
    5k Views
    MedoM
    @medo said in MMM-MyCalendar: Showing wrong dates (days one day in the past)?: @detto65 said in MMM-MyCalendar: Showing wrong dates (days one day in the past)?: had the same issue, it shows you the end of the event, usually because its an all day event. … @medo showEnd:false should do the trick, i only used de dateformats to show the dates in a more readable format. It seems like this has solved my problem. No wrong dates since weeks… Thanks a lot!
  • Config files reseting with RPi

    Unsolved
    1
    0 Votes
    1 Posts
    516 Views
    A
    Hey guys, I’ve been trying to change my module configuration but whenever I make the changes, the configuration file changes resets when I turn the RPi off and on again. I know the changes were successful and the file was saved since the visual output changes as expected. What could be the problem?
  • Can't find out what I did wrong in my config.js...

    Unsolved
    7
    0 Votes
    7 Posts
    2k Views
    BKeyportB
    Wait, you can audit the config file right from NPM? Daaaaaaaaaaaaaaaaaaaang.
  • This topic is deleted!

    1
    3
    0 Votes
    1 Posts
    54 Views
  • WARN notice [SECURITY] lodash has the following vulnerability....

    Unsolved
    5
    0 Votes
    5 Posts
    2k Views
    Mykle1M
    In both cases, I installed node 10.13.0 LTS. ubuntu 16.04 LTS had no complaints and issued no warnings. It’s the newer/latest LTS version of ubuntu where node issued all those warnings. Go figure.
  • not working

    4
    0 Votes
    4 Posts
    2k Views
    lavolp3L
    @branchi It’s going too far off topic but a hint: If your Pi is not booting, look at what the LED’s do. They may be blinking at the beginning. That resembles a code which you can look up with google. However, If it’s not too much work a completely new install is advisable.
  • Are you saying "UNICORN"? Error ... please help me !

    10
    0 Votes
    10 Posts
    2k Views
    ?
    @lavolp3 You may be right. I had some confusing with my environment. Thanks.