A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • MMM-PIR-Sensor restart problem

    Unsolved
    26
    0 Votes
    26 Posts
    19k Views
    paviroP
    Module mismatch should be resolved now :)
  • not realy Fullscreen

    3
    1 Votes
    3 Posts
    4k Views
    yawnsY
    Open the configuration file (in bash type sudo nano /boot/config.txt) and look for disable_overscan This is either commented with a # or set to 0 It should be disable-overscan=1 Be sure to look through the whole file, sometimes this setting appears more than once. Reboot your pi and you should be good
  • Calendar and newsfeed loading...

    4
    0 Votes
    4 Posts
    3k Views
    E
    Don’t worry. I’ve reinstalled everything from scratch an it works
  • No Data in Module MMM-Formula1

    9
    0 Votes
    9 Posts
    5k Views
    O
    @ianperrin: thanks for Change the Default Config in your module. I’ve updated my Installation an it works!
  • Modules stop work over time

    20
    0 Votes
    20 Posts
    13k Views
    L
    I think i resolved the issue… It was related to my use of Pi-hole. I was using OpenDNS and according to logs in my router some connections were timed out or was unreachable. I changed it first to Google DNS and later to my ISPs DNS-severs. And, behold, no error in my pm2-logs (at least not at the moment) and the modules are up and running So, you were all on to something; @KirAsh4, @McSorley and @kckndrgn!
  • Screen getting Dimmer when complements loading ..

    1
    0 Votes
    1 Posts
    1k Views
    zamZ
    i have noticed my screen is getting little dimmer each and every time when the complements animation are loading and it’s getting brighter again after animation… any idea why it’s happening ??
  • Little problem, probably news feed

    1
    0 Votes
    1 Posts
    1k Views
    P
    Hi, i have little problem :) “Whoops! There was an uncaught exception… { Error: socket hang up at createHangUpError (_http_client.js:252:15) at Socket.socketOnEnd (_http_client.js:344:23) at emitNone (events.js:91:20) at Socket.emit (events.js:185:7) at endReadableNT (_stream_readable.js:973:12) at _combinedTickCallback (internal/process/next_tick.js:74:11) at process._tickCallback (internal/process/next_tick.js:98:9) code: ‘ECONNRESET’ } MagicMirror will not quit, but it might be a good idea to check why this happened. Maybe no internet connection? If you think this really is an issue, please open an issue on GitHub: https://github.com/MichMich/MagicMirror/issues” What it could be? I have internet connection. MagicMirror runs correctly, after some time only appears in error. It occurs periodically. Probably it is the news feed.
  • Failed at the magicmirror@2.0.0 start script 'electron js/electron.js'.

    9
    0 Votes
    9 Posts
    6k Views
    J
    @amanzimdwini said in Failed at the magicmirror@2.0.0 start script 'electron js/electron.js'.: @Jakllo I initially had that problem too - you need to be logged in as PI - not root. I’d suggest starting all over: it really wont take that long. Follow the tutorial @strawberry-3-141 mentioned (https://forum.magicmirror.builders/topic/236/complete-setup-tutorial) to the letter. It was written by @KirAsh4 & made all of my problem go away. I have now done it 4 times, getting it done in less than an hour from unpacking to having it all run! My raspberry all of a sudden even connected via WiFi, and I am expecting my hair to grow back any day now. I’m telling you - pure magic, these guys. All the best Thank you very much, it works now! Before I used Putty after SSH got enabled, logged in with pi/raspberry login.
  • cant get magicmirror to show up on screen

    pm2 troubleshoot
    28
    0 Votes
    28 Posts
    24k Views
    yo-lessY
    @lysnikolaou Welcome to the world of MagicMirror² :)
  • Calendar-Modul won't work with Microsoft Exchange

    1
    0 Votes
    1 Posts
    942 Views
    D
    Hello everyone, as you can see in the heading, i have an Exchange-Server running where my personal calendar is shared. When I copy the .ics-Link into my browser it works fine. But when i want to use this link on my mirror it always says “Loading…” and nothing happens. Could that be because of it’s an german Exchange Server? Any ideas? Thanks so far
  • RPI and HDMI->VGA converters..

    7
    0 Votes
    7 Posts
    4k Views
    G
    @Knox I’ve thought about that but just that I’ve tried 3 different converters makes me mad when it doesn’t work for some unknown reason. But maybe I just have to accept it and buy one. :)
  • custom.css

    10
    0 Votes
    10 Posts
    8k Views
    MichMichM
    Totally off topic, but it’s so freaking awesome to see you guys discuss stuff I just made up on the fly … 😂
  • Screen Font is too big

    17
    0 Votes
    17 Posts
    15k Views
    yo-lessY
    @Menn80 You can go as far as only writing .small { font-size: 10 px; } No need for the ‘body’ tag.
  • Calendar module - https URL

    3
    0 Votes
    3 Posts
    2k Views
    T
    Hi, Coming back from holidays, thanks a lot for your answer! If I understand well, by using “webcall” I’m not going to download .ics file but just parse it. And by using “https” I’m going to download file and parse local file. Question is, how this downloaded file is managed? Where is it? How many space of all version of this file will be used? I think I’ll try to come back to the external handler by modifying .replace function… I’m coming back if necessary, thanks again.
  • mpd/mpc titel display on MM

    Unsolved
    6
    0 Votes
    6 Posts
    4k Views
    strawberry 3.141S
    maybe the module of paviro can give you a kickstart https://github.com/paviro/MMM-Facial-Recognition/blob/master/node_helper.js he’s using pyshell, you can use this as well
  • Mouse Cursor Visible On Reboot

    6
    0 Votes
    6 Posts
    11k Views
    MichMichM
    Additional configuration tips can be found here: https://github.com/MichMich/MagicMirror/wiki/Configuring-the-Raspberry-Pi
  • MMM-Carousel ignoreModules

    5
    0 Votes
    5 Posts
    4k Views
    S
    @ianperrin Thanks a lot.
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    23 Views
  • Adjust brightness of the screen in the night

    8
    0 Votes
    8 Posts
    11k Views
    RedNaxR
    @Keromida The raspbian os is a linux derivative and includes cron which is used to schedule things. You can tell it to do things through your crontab. When you log on to your pi issue the crontab -e command. The first time it will ask you which editor to use… chose the default if you’re not sure. You’ll be greeted by something like this: # # To define the time you can provide concrete values for # minute (m), hour (h), day of month (dom), month (mon), # and day of week (dow) or use '*' in these fields (for 'any').# # Notice that tasks will be started based on the cron's system # daemon's notion of time and timezones. # # Output of the crontab jobs (including errors) is sent through # email to the user the crontab file belongs to (unless redirected). # # For example, you can run a backup of all your user accounts # at 5 a.m every week with: # 0 5 * * 1 tar -zcf /var/backups/home.tgz /home/ # # For more information see the manual pages of crontab(5) and cron(8) # # m h dom mon dow command 00 23 * * * /usr/bin/tvservice -o 00 06 * * * /usr/bin/tvservice -p You’ll have to add the two lines at the bottom which, in this example, will turn the mirror off at 2300 (11pm) and on again at 0600. Save the file, and when asked yes you’re sure, and exit the editor… all done!
  • Basic Setup Question

    5
    0 Votes
    5 Posts
    3k Views
    M
    @Merijeek Actually, reran yet again and (possibly) looking better. Once my card reader stops acting oddly I’ll probably do a reinstall and start again from scratch. Maybe figure out where I went wrong.