A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • Default calendar and Nextcloud CalDav

    13
    0 Votes
    13 Posts
    6k 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
    219 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
    794 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
    735 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
    703 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
    509 Views
    mumblebajM
    @Bugsounet Updated and it now works fine. Thanks @Bugsounet
  • CalendarExt2 and GoogleTasks

    mmm-calendarext2 mmm-googletasks
    1
    1 Votes
    1 Posts
    347 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
    666 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
    1k 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
    132 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
    5k 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
    318 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
  • Now I'm getting somewhere, HA turns screen on and off :-)

    Moved
    3
    1 Votes
    3 Posts
    947 Views
    cowboysdudeC
    @fribse Nice job! I’m strictly using home assistant. Not tied to Magic Mirror at all. Home Assistant is a cool thing and I have it running my entire house :)
  • MMM-GooglePhotos freezes the photos after some time

    1
    0 Votes
    1 Posts
    304 Views
    A
    Hi, my goolge photos module work fine when MM restarted but then after a few hours it stops changing the photos. Restart fixes it but it is super inconvinient. I wonder if this is known issue and if so how to fix it?
  • default compliments

    3
    0 Votes
    3 Posts
    595 Views
    M
    @ashishtank fantastic! that’s correct. Thanks
  • Default Weather module not loading and no error showing.

    31
    0 Votes
    31 Posts
    42k Views
    M
    I know this is old but…my weather wasnt loading. I was trying to use the “forecast” option. Figured out (despite what @Mykle1 said above) that it does work with API keys but I needed to changed weatherEndpoint: in the weather.js file apiKey: "YOUR-API-KEY", apiSecret: "", apiVersion: "2.5", apiBase: "https://api.openweathermap.org/data/", // TODO: this should not be part of the weather.js $ weatherEndpoint: "/forecast", I had it set to forecast in the config/config.js (below) but that wasnt enough. After I changed the weatherEndpoint, it worked. The { module: "weather", position: "bottom_right", config: { type: "forecast" } }, Hope this helps someone. [image: 1607022494767-ddc1edca-508f-483c-840f-9b12c4ac13a6-image.png]
  • MMM-remotecontrol unable to turn on monitor

    1
    0 Votes
    1 Posts
    256 Views
    S
    Hi, I am totally new at magic mirror and coding. I have been learning along the way. However, I can not seem to figure out how to turn on my monitor with this module. It only gives me a blank screen. I have searched and multiple expert said to change tvservice to vcgencmd, but I don’t know where to change it. Thank you very much!!
  • MMM-NetworkScanner (spitzlbergerj) Keep Alive

    2
    0 Votes
    2 Posts
    420 Views
    J
    Disregard the above issue. I solved it by using the fork by leveneg. Happy days, all working as it should :)