A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • 0 Votes
    4 Posts
    2k Views
    P
    For future generations looking to solve this problem: I believe one of my modules (MMM-CTA for the record) poops out a ton of log entries. Those fill up my SD card after a few weeks. I ended up installing a pm2 module called pm2-logrotate. https://www.npmjs.com/package/pm2-logrotate I’m setting it to rotate my var/log file before it gets too big. Hopefully this will solve future problems. pi@raspberrypi:~ $ pm2 install pm2-logrotate pi@raspberrypi:~ $ pm2 set pm2-logrotate:max_size 2G
  • Can't Install Dependencies

    Solved
    3
    0 Votes
    3 Posts
    3k Views
    T
    Thanks that was it! I’m not sure how I managed to install such an old version. Incase anyone else has this issue, I followed the instructions here to install the current version.
  • MagicMirror will not start after update 2.5.0

    Solved
    6
    0 Votes
    6 Posts
    2k Views
    S
    @blackmirror u need to go to the MMM-DHT-Sensor folder and do npm install there too (and any other modules that have a package,json file supplied) the upgrade SHOULD do this for you, but appears not…
  • Displayed Module Size (width) ?

    Unsolved
    2
    0 Votes
    2 Posts
    1k Views
    ?
    @sandy2503 In many case, You can adjust specific module with this CSS selector. .[MODULENAME] e.g) .clock { width: 400px; } Or you can adjust all modules in specific region with this pattern; region.[REGIONNAME] .module region.right .module { width: 400px; } But some module could override its CSS with higher priority, in that case; Examine all the CSS then solve it one by one. PS For CalenderExt, you can use ellipsis: 20 for truncating title. Anyway, I’m building new calendar module with new parser and looks.
  • Problem with recuring events

    Unsolved
    2
    0 Votes
    2 Posts
    727 Views
    B
    @nico0709 - Have you tried creating a test event in that 3rd calendar that is not repeating? Just to verify that the 3rd calendar is showing up? Is there anything in the logs when the mirror starts?
  • Clocks have two different times?

    Solved
    7
    0 Votes
    7 Posts
    3k Views
    Mykle1M
    @tbs86 You’re welcome, mate. :-)
  • MMM-Carousel - displaying multiple modules at one time.

    Unsolved
    4
    0 Votes
    4 Posts
    2k Views
    BKeyportB
    So, it does the same thing now with my other magic mirror install. The other unit is on a 7" touchscreen, I have it alternating between the Weather module and the Weather Forcast module.
  • Brand new install failing: bash: line 112: npm: command not found

    5
    0 Votes
    5 Posts
    3k Views
    Mykle1M
    @kelemvor I don’t think you want the Lite version. Raspbian Desktop, yes.
  • compliments updateIntervall not working

    Unsolved
    8
    0 Votes
    8 Posts
    3k Views
    A
    thank you guys… you are totaly right.
  • Mirror freezes every couple of days?

    Unsolved
    1
    0 Votes
    1 Posts
    850 Views
    D
    Hello. *** Disclaimer"“” I have used the search as I do know this has been asked about many times before, but return results do not fit my problem… but concede I may be using several wrong terms in my search… Anyways, Monitor is on smart switch to turn on/off… Pi left on 24/7. When I turn on monitor after 2 days, I see that MM has frozen, so have to manually switch Pi off/on, and everything boots up and works as should. Can someone please point me to what I should be looking at to stop the freezing? Not as if it is running anything intensive - stock modules and 2 small Gifs. Thanks
  • 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
    6k Views
    lavolp3L
    @dwleo Glad it works now. Cheers!
  • Station not found, even if iserted by id

    Unsolved
    1
    0 Votes
    1 Posts
    453 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
    0 Votes
    10 Posts
    6k Views
    cowboysdudeC
    @marcusjsh Well still doable. Does the return give you a json or xml return?
  • Align to the left!

    12
    0 Votes
    12 Posts
    10k 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
    10k 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
    B
    @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
    860 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" } ] }