A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • calendar_monthly: Please help me with column width.

    Solved
    3
    0 Votes
    3 Posts
    1k Views
    M
    @ashishtank said in calendar_monthly: Please help me with column width.: #calendar-table { width: 80%; } This worked perfectly. Thank you ashishtank! Really helpful.
  • MMM TouchNavigation - Hide Buttons after 10 seconds

    Unsolved
    1
    0 Votes
    1 Posts
    333 Views
    KamiSchamiK
    Moin, I use MMM TouchNavigation and MMM ProfileSwitcher. [image: 1609410094732-img_20201231_110009.jpg] Is there a way to hide the buttons after about 10 seconds and show them again when you touch them? Thank you!
  • MMM-GoogleBirthdaysProvider No red birthday cake

    3
    0 Votes
    3 Posts
    2k Views
    B
    @wuermchen Perfect, this is the solution! Thanks again, Benny
  • MM only server version working due to issues with config file

    33
    0 Votes
    33 Posts
    12k Views
    S
    @Mykle1 that is what I hear!
  • Pi loses WiFi connection after a few hours

    rasberry pi 4 wifi connection
    9
    0 Votes
    9 Posts
    5k Views
    jca2112J
    @sdetweil said in Pi loses WiFi connection after a few hours: @jca2112 are you running pihole as an advert filter? seem to see this a lot with pihole servers… Yes, I am running a pihole – thanks for suggesting that. (I should have mentioned it.) I’ve not had any issues with the magicmirror + pihole setup in the past, but just to make sure I whitelisted the magicmirror so it would bypass the pihole altogether. It didn’t seem to affect the problem, so I’m not sure that it is a factor.
  • Return my monitor work on

    1
    0 Votes
    1 Posts
    190 Views
    D
    I have use these commend to shutoff the monitor : Sudo nano autostart @xset s noblank @xset s off @xser -pms Sudo apt-get install unclutter Now how can I return it back ?
  • MMM-Keybindings evdev module install error

    5
    0 Votes
    5 Posts
    671 Views
    D
    ok. too bad. Thank you very much. Martin
  • Having issues with 2nd ical.

    11
    0 Votes
    11 Posts
    5k Views
    T
    I am having an similar issue. config: { module: "calendar", header: "Agenda", position: "top_left", config: { calendars: [ //{ // symbol: "calendar-check", // name: "Thijs", // url: "https://calendar.google.com/calendar/ical/*******/public/basic.ics" // }, { symbol: "calendar", name: "Andrea", url: "https://calendar.google.com/calendar/ical/********/public/basic.ics" } ] } }, Logs show: [2020-12-26 13:24:33.391] [INFO] Calendar-Fetcher: Broadcasting 10 events. [2020-12-26 13:25:03.322] [LOG] Use existing calendar fetcher for url: https://calendar.google.com/calendar/ical/*****/public/basic.ics [2020-12-26 13:25:03.324] [INFO] Calendar-Fetcher: Broadcasting 10 events. Some fun details: the first ical (now with the //) does work and gives a correct feedback. The second ical is from the same workspace, has the same settings for publications. As far as my knowledge goes the log even shows it fetches 10 events. And I can wget the ics files but still I get a ’ no upcomming events.’ message. So @jonspraggins; did you find a solution that could help me into the right direction?
  • MM bash line 404 problem

    Moved
    4
    0 Votes
    4 Posts
    1k Views
    D
    Hi too all. I’m a bloddy newbie with this magicmirror project. but reading this very good instructions, my problems are gone. and now i enjoy this christmas :-) THX BR Bernhard.
  • Change font size of the calendar

    2
    0 Votes
    2 Posts
    1k Views
    A
    @DreadFog Check if it works for you by adding below code in custom.css and adjusting font size. .calendar .title { font-size:15px; }
  • 0 Votes
    2 Posts
    366 Views
    B
    Hello eveyone. I’m building my first mirror and while I’m not a programmer I was able to get my mirror looking how I wanted thanks to some great modules. I’m trying now to create a rule that will decrease birghtness after a certain hour. I installed MMM-ModuleScheduler but can’t get it to work correctly. I’ve tried 2 different approaches. First I tried using the dimmer option, like shown below: { module: 'MMM-ModuleScheduler', config: { // SHOW ALL MODULES AT 06:00 AND DIM THEM TO 40% AT 22:00 global_schedule: {from: '0 6 * * *', to: '0 22 * * *', dimLevel: '40' }, } This did indeed dim the screen but no in the required times. I’ve tried, for example putting interval from 18:30 to 18:35, dim 10%. After this code the screen dimmed. I then waited for 18:30 and then 18:35 to see if screen would light up but it didn’t. I’m now trying to create a setting to change brightness (and if that work I’ll create another one) by using the following: { module: 'MMM-ModuleScheduler', position: 'bottom_right', header: '', config: { notification_schedule: [ { notification: 'REMOTE_ACTION', schedule: '50 22 * * *', payload: { action: 'BRIGHTNESS', value: '100' } } ] } }, But that didn’t work as well. I’ve tried setting a specific time to decrease darkness and nothing happened. I then decreased darkness and created a setting to increase it but no success. I’ve seen in some posts people mentioning to get logs but I could not get log specifically for this module. My MMM-Remote-Control is working flawlessly. Any help is appreciated. Thanks.
  • Margin on the x side of the screen only

    2
    0 Votes
    2 Posts
    480 Views
    A
    @Morganga It’s not working because width is calculated dynamically and affecting the margin. You can changed the width offset to adjust it using custom.css. See below. body { width: calc(100% - 250px); } Adjust the value of 250px for your need. Before After
  • Webcam as mic?

    4
    0 Votes
    4 Posts
    758 Views
    S
    @avanloo01 weird. why call it a Webcam if there is no mic?
  • Error with HelloLucy

    4
    0 Votes
    4 Posts
    766 Views
    S
    The main mm log only has basic starting messages and the mm stderr log is empty. pi@raspberrypi:~/.pm2/logs $ grep -i lucy mm-out.log [2020-12-20 23:10:11.606] [LOG] Module helper loaded: Hello-Lucy [2020-12-20 23:10:12.307] [LOG] Connecting socket for: Hello-Lucy [2020-12-20 23:10:12.308] [LOG] Starting module helper: Hello-Lucy [2020-12-20 23:10:18.859] [INFO] Checking git for module: Hello-Lucy pi@raspberrypi:~/.pm2/logs $
  • MM Default Alert Module Overlay Does not Go Away When Clicked

    6
    0 Votes
    6 Posts
    2k Views
    C
    Thanks Man! I am on holiday, but I will do this when I get back. It will work beautifully now!
  • Default calendar and Nextcloud CalDav

    13
    0 Votes
    13 Posts
    8k Views
    C
    I’m still struggeling. I have tried several versions of the url and with credentials in the url or as a parameter, nothing works and the MagicMirror shows: loading calendar… The weird thing is that the URL itself works like a charm as long as I post it in a web browser. I do get an .ics file immediately. So maybe if the url is correct, I do need to change some settings in nextcloud? For example has the calendar to be public? My current working (in browser only) version is: calendars: [ { symbol: "calendar-check", url: "https://USERNAME:PASSWORD@DOMAIN/remote.php/dav/calendars/USERNAME/persoenlich/?export", } ] Any help?
  • MMM-awesome-alexa doesn't respond

    1
    0 Votes
    1 Posts
    260 Views
    D
    Hello, I started my magic mirror project, and did all the installation by voice command Alexa step by step from the site (https://www.howtogeek.com/423233/how-to-add-alexa-to-your-smart- mirror /). However, when it running don’t have any response, I checked the error in the terminal by disabling and activating the MMM-awesome-alexa module and it show this error when it is executed. My language is portuguese (br), but in summary the error is “mmap () failed: cannot allocate memory”, has anyone had this error? [image: 1608057466413-captura-de-tela-2020-12-15-153137.png]
  • Centering text and adding blinking dots to the clock

    3
    0 Votes
    3 Posts
    949 Views
    MorgangaM
    @ashishtank Thank you for this. Again, very new to coding and have no idea what to do or where to change things to make the lower text (Time) centered … Could you help me a bit more with this ? Figured it out thank you !
  • MMM-MyWastePickup little funny problem

    4
    0 Votes
    4 Posts
    835 Views
    M
    Great, many thanks from Hamburg Then let’s see if we can also use new icons. :-) Super, vielen Dank aus Hamburg Dann schauen wir mal, ob wir auch noch neue Icons nutzen können :-)
  • Trouble converting to a config.js or CSS parameter

    5
    0 Votes
    5 Posts
    806 Views
    ankonaskiff17A
    I read through you code and reasonably easy to follow along and you gave everything unique names which helps. The WeatherChart OTOH that uses the same block of code but doesn’t really lay out the underlying chart.js stuff which in that case I have failed to make work. Obviously if I can change it in the script itself I should be able to make it work in config.js but that has not been the case after trying oodles of different combinations.