A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • Default Module: Calendar - maximumEntries

    1
    0 Votes
    1 Posts
    960 Views
    zdenekZ
    Hi all After update to latest version of MM i’ve problem with Default Module: Calendar. In config of the module I’ve maximumEntries: 15, and I’ve 2 calendars. These two calendars have no “maximumEntries” definition, so should be used the defeault one. Until now it works perfect - calendars were show “mixed” based on the date and the maximum was 15 entries. but now, there are 15 entries from the 1st calendar and 15 entries from 2nd calendar. How to get it works to show just 15 entries? thanks Zdeněk
  • Store weather data from the "Current Weather" module offline

    1
    0 Votes
    1 Posts
    752 Views
    J
    Hello everybody, I’m currently developing on my own Magic Mirror and I’m facing a small problem. Long story short, is it possible to store the weather data from the default weather module offline on the Raspi that, in case no internet connection is available, the local weather data is loaded and displayed? Because the mirror is used as a exhibit. Greetings Johannes
  • MMM-Wunderlist-Enhanced javascript error

    14
    0 Votes
    14 Posts
    6k Views
    G
    OK, that fixed all of the modules I was having trouble with, but getting Chromium to work right wasn’t easy. Chromium doesn’t like to be run as root (via startup script) you have to give it the flag: --no-sandbox Which doesn’t work, so instead you need to do this to run it as pi: su pi -c 'chromium-browser --kiosk --noerrdialogs http://localhost:8080 To launch it without toolbars or a window (fullscreen), you have to give it the flag: --kiosk I tried the -app switch, and it removes the toolbars but leaves the window, so --kiosk is the way to go. But this leaves an annoying warning about --no-sandbox not being supported, so you have to also add in: --noerrdialogs Chromium also does an annoying popup when the Pi is rebooted without properly closing Chromium: “Chromium was not shut down correctly”. (power cycle or sudo reboot in the terminal). So you can try to edit Chromium’s file before it launches to make it think it shut down OK: sed -i 's/"exited_cleanly": false/"exited_cleanly": true/' ~/.config/chromium/Default/Preferences Which doesn’t work because ~/ doesn’t work as expected when it’s a root-run startup script looking for a path in /home/pi/, so: sed -i 's/"exited_cleanly": false/"exited_cleanly": true/' /home/pi/.config/chromium/Default/Preferences Which didn’t work either, so I tried using some older documentation: su pi -c 'chromium-browser --start-fullscreen --disable-session-crashed-bubble --disable-infobars http://localhost:8080 Which also didn’t work. So… Then I realized I don’t really care about my browsing session data at all, so tried this: su pi -c 'chromium-browser --kiosk --incognito http://localhost:8080 And that works, every time. Even when the Pi is power cycled. Yikes. So the complete launch command of “midori-start.sh” (now modified for Chromium) is: #!/bin/sh unclutter & xset -dpms # disable DPMS (Energy Star) features. xset s off # disable screen saver xset s noblank # don’t blank the video device matchbox-window-manager & su pi -c 'chromium-browser --kiosk --incognito http://localhost:8080' This also gets rid of the balloon telling me that “I can search here with Google”, pointing to where the address bar should be when Pi opens Chrome for the first time. It only happens once, but nice to clear that out as well. The moral of the story here is: Don’t try to be fancy, just brute force the f@#$ing thing.
  • Problem with MMM-AlexaPI

    1
    0 Votes
    1 Posts
    943 Views
    tbbearT
    I also love this little module with the Alexa Voice but for my MM the size of the symbol is much toooo large. Anyone a hint how i can resize it?
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    6 Views
  • This topic is deleted!

    2
    0 Votes
    2 Posts
    11 Views
  • When weather updates module unhides...

    8
    0 Votes
    8 Posts
    5k Views
    A
    @Snille I’m using the MMM-Echo module for my face recognition and to show and hide modules depending on the person. If you ignore the fact that the Weather and Forecast modules don’t hide until the first person has “logged out”, it works great.
  • Calendar MaximumEntries

    4
    0 Votes
    4 Posts
    3k Views
    O
    I prefer the old way as well with all the of calendars I have as well as all the modules I run for consistent column height (I take up the entire screen)
  • Installation MMM-Netatmo

    1
    0 Votes
    1 Posts
    1k Views
    A
    Hello, I have a problem with the Netatmo module installation. I have the API ID and password. But I am stuck on the step to be made on the site Hurl.it. Can you tell me what to do on this site? Thanks
  • Current weather clock is stuck

    4
    0 Votes
    4 Posts
    2k Views
    strawberry 3.141S
    @ryanvox no worries, several people have asked this before
  • Calendar to show begin and end times

    3
    0 Votes
    3 Posts
    2k Views
    M
    @Sean Awsome. This looks very promising, thank you. There’s so much to configure, it’ll keep me busy for the next days.
  • MMM-Swipe shows only "Loading MMM-Swipe..."

    1
    0 Votes
    1 Posts
    929 Views
    S
    I installed the new version from MMM-Swpie … its an upgraded MMM-Swipe version to run without sudo or ect. MMM-Swpie from shbatm Unfortunitly it looks like the modul does not work for all users. In my case the module dosnt load correctly. It just showes up Loading MMM-Swipe... in CALIBRATE MODE. To make this message gone, i found these in the code: notificationReceived: function (notification, payload, sender) { if (notification === 'DOM_OBJECTS_CREATED') { this.loaded = true; } but i really dont know how to debug this now…
  • MMM Remote dont work after update

    6
    0 Votes
    6 Posts
    4k Views
    foxF
    After update it started with the same problem at me. First remote was down, then i made the fix from @roramirez : https://forum.magicmirror.builders/post/28921 and now my complete MM is crashed and i dont know how to solve it. Only blank screen, i did several times a git pull & npm install Dont update! Never touch a running system
  • Hidden module

    5
    0 Votes
    5 Posts
    3k Views
    K
    did it! entering the currentweather css, removing the display:inline-block in the first one, and then adding at the very end (yup, had to make a separate one…) .currentweather{ display:none; } that did the trick! thanks for the help!
  • how can i reduce the font size in calendar app???

    3
    0 Votes
    3 Posts
    2k Views
    tbbearT
    thanks a lot, this did it
  • Face recognition recognizing anyone as me

    11
    0 Votes
    11 Posts
    9k Views
    da4throuxD
    @saifkazi I just checked to see if I still have the code but it’s gone with a module update :( basically, I think I just modified capture.py in MMM-Facial-Recognition-Tools, and added a loop around the capture.capture(preview) with a wait time of 3 seconds (you get to see if the process was successful in the shell). Hope that help
  • Problems with MMM-PublicTransportDB

    4
    0 Votes
    4 Posts
    2k Views
    J
    Perhaps someone can answer another question concerning that module. Does the config parameter “excludedTransportationTypes” have any effect ? Doesn’t matter what I set, it always shows all transportation types…
  • Problems with MagicMirror modules, Calendar, weather-forecast, newsfeed

    3
    0 Votes
    3 Posts
    2k Views
    ?
    Thank you for your answer. I’ll remove the quotes at numbers and true/false. I also will try MMM-MyCalendar .
  • MirrorMirrorOntheWall Alexa Skill installation

    1
    0 Votes
    1 Posts
    1k Views
    H
    Re: MirrorMirrorOntheWall Alexa Skill trouble
  • Incorrect Time Display in calendar(06:00 instead of 18:00 of 06:00PM)

    8
    0 Votes
    8 Posts
    4k Views
    Mykle1M
    @goprojojo said in Incorrect Time Display in calendar(06:00 instead of 18:00 of 06:00PM): Thnx. It works! Fantastic! :^)