A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • Change font size of the calendar

    2
    0 Votes
    2 Posts
    995 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
    352 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
    453 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
    728 Views
    S
    @avanloo01 weird. why call it a Webcam if there is no mic?
  • Error with HelloLucy

    4
    2
    0 Votes
    4 Posts
    721 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
    7k 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
    1
    0 Votes
    1 Posts
    242 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
    909 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
    814 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
    777 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.
  • MMM-SpeedTest Fails to Install

    4
    0 Votes
    4 Posts
    570 Views
    mumblebajM
    @Bugsounet Updated and it now works fine. Thanks @Bugsounet
  • CalendarExt2 and GoogleTasks

    mmm-calendarext2 mmm-googletasks
    1
    1 Votes
    1 Posts
    392 Views
    V
    Wasn’t sure where to post because my issue involves two different modules, MMM-CalendarExt2 and MMM-GoogleTasks. I have my MagicMirror setup correctly and can get CalendarExt2 to show but when I add the GoogleTasks module, the Calendarext2 disappears while GoogleTasks shows up no problem. If I comment out GoogleTasks CalendarExt2 shows up again. I’ve tried changing the order in config.js, changing the position on screen, reducing the number of calendars, and always the same behavior. Anyone have any idea of what the conflict might be?
  • MMM-ISS-Live

    2
    0 Votes
    2 Posts
    770 Views
    T
    @Dropzone1969 said in MMM-ISS-Live: I have this module working well. The only issue is when the video is playing it tells me that my browser is out of date. What browser is it and how do I update it? Thank you for your help. I hope by the end of next week I will be able to post a picture of my project. it’s the Chromium web browser, install Firefox if necessary sudo apt-get update or sudo apt-cache policy chromium-browser
  • MMM-LocalTemperature doesn't work :(

    6
    2
    0 Votes
    6 Posts
    1k Views
    S
    @Ipsopedion said in MMM-LocalTemperature doesn't work :(: The module seems to load forever That means the default message was put up while the module is waiting for data… but hasn’t yet received it Can u should the output where u start magic mirror? Either the terminal window for npm start, Or if using pm2, the output of pm2 logs --lines=???, where ??? Is a number, defaults to 15
  • 0 Votes
    3 Posts
    2k Views
    A
    Also for https://github.com/jharttech/MMM-weatherforecast/pull/8
  • Unable to put a compliment weekly.

    2
    0 Votes
    2 Posts
    2k Views
    A
    Hi @elwonner It’s doable with minor code change. Below is the code you need to achieve the same. Compliments declaration compliments: { anytime: ["Hey there sexy!"], morning: ["Good morning, handsome!", "Enjoy your day!", "How was your sleep?"], afternoon: ["Hello, beauty!", "You look sexy!", "Looking good today!"], evening: ["Wow, you look hot!", "You look nice!", "Hi, sexy!"], "....-01-01": ["Happy new year!"], "Monday": ["Hello Monday !"], "Friday": ["Thank God, It's Friday !"] }, ComplimentsArray function complimentArray: function () { var hour = moment().hour(); var date = this.config.mockDate ? this.config.mockDate : moment().format("YYYY-MM-DD"); var day = this.config.mockDay ? this.config.mockDay : moment().format('dddd'); //Add this line var compliments; ------ removed some code for brevity, do not actually remove it ! for (var entry in this.config.compliments) { if (new RegExp(entry).test(date) || new RegExp(entry).test(day)) { //Change this line, Note the second check for day compliments.push.apply(compliments, this.config.compliments[entry]); } } Output should be as below [image: 1607363066485-bdb5ce80-c904-444d-bd35-31723a0e1ed5-image.png] [image: 1607363535887-77500428-e8a5-46ff-8613-1b5e09a601b5-image.png] – Ashish
  • Re: MMM-Remote Control and MMM Random You Tube Player

    1
    0 Votes
    1 Posts
    157 Views
    S
    Re: MMM-Remote Control and MMM Random You Tube Player FYI. I established that the problem was not to do with the modules but with youtube. As soon as the address is set to 0.0.0.0 it automatically blocks some videos. Other Videos are playable, it’s just a matter of trial and error to find out which ones. Cheers Simon
  • Anyone know how to use MMM-ShairportMetadata?

    Unsolved
    16
    0 Votes
    16 Posts
    6k Views
    M
    @jmartin1009 did you ever figure this out? Running into some trouble as well
  • Unable to start magic mirror via flask-ask intent

    3
    0 Votes
    3 Posts
    407 Views
    A
    not running as root - [2020-12-07 11:53:51.413] [ERROR] Whoops! There was an uncaught exception… [2020-12-07 11:53:51.414] [ERROR] Error [ERR_STREAM_DESTROYED]: Cannot call write after a stream was destroyed at doWrite (_stream_writable.js:413:19) at writeOrBuffer (_stream_writable.js:401:5) at Socket.Writable.write (_stream_writable.js:301:11) at Object.con. [as log] (/home/pi/MagicMirror/node_modules/console-stamp/main.js:150:46) at App. (/home/pi/MagicMirror/js/electron.js:93:6) at App.emit (events.js:205:15) [2020-12-07 11:53:51.415] [ERROR] MagicMirror will not quit, but it might be a good idea to check why this happened. Maybe no internet connection? [2020-12-07 11:53:51.416] [ERROR] If you think this really is an issue, please open an issue on GitHub: https://github.com/MichMich/MagicMirror/issues