A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • What to do with package-lock.json

    2
    0 Votes
    2 Posts
    539 Views
    BKeyportB
    @EveningStarNM Ignore it, if an update won’t happen because of it, delete it then.
  • My weather forecast keeps changing vertical size.

    5
    0 Votes
    5 Posts
    1k Views
    R
    @sdetweil Just set my pictures from RANDOM to OLD and watched it scan through them twice with no change in weather forecast size. I was hoping I could see it do something. Nope, nothing…
  • Symbolic Link fault Question

    3
    0 Votes
    3 Posts
    697 Views
    S
    @sdetweil i also wouldn’t copy the node_modules folder, but redo npm install. Or zip the whole thing and unzip on target, instead of copy
  • Issues enabling https on RP 4

    1
    0 Votes
    1 Posts
    305 Views
    P
    Hi all, I found myself working on my first Smart Mirror this week and I loved how easy it is to download new modules and have them running in no time. I was interested in enabling https by creating the certificates and changing the variable under config.js: useHttps: false -> useHttps: true Nevertheless I only got a black screen afterwards. I tried everything I could think of, but, being that Im not much of a programmer, it basically meant hitting the keyboard with one hand while having another coffee hoping that would do it. Eventually, I managed to find out that I could connect to the https://localhost:port via a browser, which made me realise the keyboard-hitting works… and that it was running… just not with electron. Well, tonight, after many an hour in front of this, I was able to get it to work, so I can narrow it down to the following: Create your certificates correctly Make sure you put the right address where they are located Not enough coffee There is a piece of code in electron.js that seems to be checking the wrong variable: // if (config[“tls”] !== null && config[“tls”]) { if (config.useHttps) { prefix = “https://”; } else { prefix = “http://”; } The line in “//” was commented out by me. I couldnt find much of a reference to tls anywhere. Finally, as the certificate is self signed, these lines had to be added also to electron.js: app.on(‘certificate-error’, (event, webContents, url, error, certificate, callback) => { event.preventDefault(); callback(true); }); I hope it helps someone else! Thanks Regards JP
  • MM fails regularly

    raspberry pi 1 chromium network
    7
    0 Votes
    7 Posts
    2k Views
    M
    @GuyWithAQuestion That actually sounds like a good solution, thanks! I’ve already got a cronjob that turns the screen off at night so I’ll try to add one to reboot every so often
  • Outlook.com calendar

    Solved
    8
    0 Votes
    8 Posts
    5k Views
    B
    hello, I am using an outlook addon which is gsyncit to synchronize my outlook calendar to gmail calendar. no problem with the mirror which contains the gmail calendar.
  • Acces IP Whitelist

    5
    0 Votes
    5 Posts
    1k Views
    G
    Thanks it’s ok now.
  • npm istall problem

    3
    0 Votes
    3 Posts
    415 Views
    S
    @sdetweil if u had run the install script, it would have done this for you
  • No stream output from webcam. No errors raised.

    12
    0 Votes
    12 Posts
    4k Views
    Y
    @hsalas After thinking about it, I came to the conclusion that it had more to do with the power usage of the raspberry pi than any sort of code/module issue. I noticed I was getting low power notices while just trying to use the webcam. Even using webcamoid would lag, stutter, and give those errors. So I installed Ubuntu 20.04 on a mini desktop, installed MM and the modules (with some tweaking to get pyaudio working) I had no issues, and everything worked perfectly. Which means it’s either the pi itself not having enough power, the webcam you are using is drawing too much power, or a combination of both. Might be worth exploring
  • Socket Error on Server Mode

    4
    0 Votes
    4 Posts
    1k Views
    S
    @emrah_asl again. What do u mean publish? U are uploading all the files and running mm from there, or a live link to your home server, or???
  • problem after switching rpi4

    3
    0 Votes
    3 Posts
    576 Views
    R
    @sdetweil it works back, i reinstalled the mirror and copied the modules folder back from the win pc to the pi and restarted the config.js and it worked
  • After reboot RPI no changes are saved?

    15
    0 Votes
    15 Posts
    7k Views
    P
    @daenick @wizz Mine was a bad mem card. I created an image of it with win32Diskimager, Now I can just write the complete setup to a new card anytime I need to. In my case it requires a lot of redoing the image since I cant leave well enough alone. Constant changing things on my MagicMirror.
  • Cannot get my Google Photos at the top of the screen???

    5
    0 Votes
    5 Posts
    1k Views
    R
    @chassain-0 Thanks! For the record, I’ve been looking in google for days. Never could find anything that would help. Guess my google-fu isn’t that good.
  • google assistant foto's problem

    1
    0 Votes
    1 Posts
    249 Views
    R
    when I ask the google assistant to show my photos he only shows about 30 of the 100, where do I know this setting that he shows them all (photos are on google drive)
  • black image after update google assistant

    5
    0 Votes
    5 Posts
    868 Views
    R
    @sdetweil okay Sam thanks again it works back
  • Copy & paste question

    4
    0 Votes
    4 Posts
    669 Views
    S
    @norwestie do npm run config:check from the MagicMirror folder, work from the top down, one error at a time unexpected token usually means a missing comma on the line before the one reported
  • Calender updated to show 2021 holidays?

    6
    0 Votes
    6 Posts
    1k Views
    S
    @jca2112 guess u will have to ask them, cause the ics doesn’t have any 2021 dates in it, although it’s listed as 2021.
  • Default Calendar and Daylight Savings Problems

    Unsolved
    13
    0 Votes
    13 Posts
    3k Views
    S
    @DaHarry great, that’s what I am looking for…
  • MMM-Carousel w/ Slide Navigation

    15
    0 Votes
    15 Posts
    5k Views
    R
    @banbutcher module installed (MMM-Keybindings) but not added in the config and it works (my knowledge is also very limited because I also have to figure everything out) I normally work in the concrete so that is something completely different huh
  • MMM-Sonos - by Snille

    8
    0 Votes
    8 Posts
    4k Views
    johnnyboyJ
    @Stoffbeuteluwe said in MMM-Sonos - by Snille: @johnnyboy Hi, do you know how to set the moving text (Titel / Artist) in a static text? my fan of my Mac mini go’s up when something is moving on my screen Sorry, no. Since you said it was hard coded, I never bothered to play about with it. but I turned on Mirror the other day and it is not showing anymore, so will need to find time to perhaps download it again.