A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • npm install for modules also needed?

    2
    0 Votes
    2 Posts
    438 Views
    S
    @Joern if the module supplies a package.json, then you should do npm install in the module folder
  • Rotate screen by custom.css work only for -90deg

    9
    0 Votes
    9 Posts
    3k Views
    J
    bottom 110% was first try, but cutted away parts on left side :-( even if there was space… Margin 0, if not other issues will come - works fine as mirror is anyhow bigger…
  • 2.12 npm check:config temp fix

    Locked
    6
    1 Votes
    6 Posts
    659 Views
    S
    @videogame95 open another topic. this one is about the config checker. and provide some info
  • How to call my cloud base magic mirror from raspberry pi 4

    7
    0 Votes
    7 Posts
    2k Views
    E
    Hello thank you ver much for your practive solution. I learned how to batch files runs.
  • MMM-awesome-alexa only works once on startup, and doesn't work again

    Moved
    3
    1 Votes
    3 Posts
    664 Views
    S
    @Ameyalgudkar there is an open issue https://github.com/dolanmiu/MMM-awesome-alexa/issues/92 maybe you could look in the developers window for any errors.
  • screen resolution problem

    8
    0 Votes
    8 Posts
    729 Views
    BKeyportB
    @RIKKO14 Nobody has it in the configuration app if it’s a pi4. It’s now it’s own application. Glad you got it fixed.
  • Weather just won't show up...

    13
    0 Votes
    13 Posts
    2k Views
    S
    I feel like fool… I misred that… sorry…
  • 0 Votes
    6 Posts
    1k Views
    K
    @sdetweil You’re right; I missed that one. Thank you - that did the trick and both versions of the module now work as expected.
  • google photos size

    2
    0 Votes
    2 Posts
    553 Views
    V
    @kram As the bottom of the config googlephoto. You can width - hight change size in both box may work. I am having getting my photos to load up on my mirror Could you please send me a photo of you Google photo config file So could copy what I need.
  • magicmirror is blocked after 30 sec

    19
    0 Votes
    19 Posts
    5k Views
    B
    yes i did it. i solved the problem I found the fault in the compliment module. On compliments.js file I wrote : compliments: { anytime: [], morning: [], afternoon: [], evening: [], "....-01-01": ["Happy new year!"], "....-09-14": ["Happy birthday !"] then adding “” compliments: { anytime: [""], morning: [""], afternoon: [""], evening: [""], "....-01-01": ["Happy new year!"], "....-09-14": ["Happy birthday !"] the update interval is every 30 sec, that’s why it blocked. Thanks you for your help @sdetweil
  • Update Announcements Showing at Top of Mirror

    3
    0 Votes
    3 Posts
    708 Views
    S
    @cyberphox by adding module:"updatenotifications", disabled: true // < --- add this line
  • set issue under MagicMirror OS

    4
    0 Votes
    4 Posts
    878 Views
    J
    Thanks, Iam not very familiar with Docker compilation, then I will try a fresh install in old school way and rotate screen by CSS, that also saved a lot of CPU/GPU use already…
  • MMM-RemoteCompliments only show first run

    1
    0 Votes
    1 Posts
    266 Views
    E
    Hi, I love that module, IT’s working fine when I type “npm start” it is exactly show my remote file content via Google Drive. But When type CTRL+R for refreshing page (It needs for my modules, scheduled 10 minutes period) , MMM-RemoteCompliments module is disappearing. The only way to bring it , I’m triggering currentCompliment.doc file for typing space etc. Any help ? { module: "MMM-RemoteCompliments", position: "top_center", config: { classes:"thin medium bright" } },
  • Random issue, screen garbled after time

    1
    0 Votes
    1 Posts
    262 Views
    T
    Hi all, need abit of help. My mirror has randomly started going garbled on the monitor for no reason randomly. I thought it was the pi itself and I have bought a new one and redone it. However it has appears to come back. I’m on now pi3b+ with a new 3a psu. Fresh install on latest mirror build. I have restarted the monitor with out turning the pi off and that doesn’t sort it. The only thing that get it back is a full reboot of the pi. Any ideas? Here a video of it youtube
  • Raspbian/MM won't boot

    4
    0 Votes
    4 Posts
    774 Views
    S
    @Cyric if u copied everything, then u should be ok… reflash the card u will have to do another install cycle to get all the dependencies redone… run the installer script again… then copy your modules folder over and the config.js i don’t know what was trying to do the monitor_on*
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    19 Views
  • magic mirror 2 config.js file

    Solved
    38
    0 Votes
    38 Posts
    17k Views
    V
    @videogame95 said in [magic mirror 2 config.js file](/post/8157 All you have to do is copy the config.is.samples to your documents folder so you clear copy. Just rename the file config.js and it will work . If you muck it up you have a copy in you documents Again just remember to make a copy again.
  • Problems with MMM-FHEM

    1
    0 Votes
    1 Posts
    236 Views
    V
    Hi Friends, unfortunately i have some problems with the above standing module. It does not shows anything. FHEM server ist located on the same device. Using npm start dev does not show any error here is my comfig {//MMM-FHEM module: 'MMM-FHEM', position: 'top_left', config: { host: 'localhost', port: '8083', https: false, devices: [ { deviceName: 'MAX_106dd0', deviceReadings: [ { name: 'temperature', icon: 'wi wi-thermometer', suffix: '&deg;' }, /*{ name: 'humidity', icon: 'wi wi-humidity', suffix: '%' },*/ ], }, { deviceName: 'MAX_106dd8', deviceReadings: [ { name: 'temperature', icon: 'wi wi-thermometer', suffix: '&deg;' }, /*{ name: 'battery', icon: 'fa fa-battery-half', suffix: '' },*/ ], }, ], }, }, I know the module is not longer maintanced. But mayby somebody can help me Thanks a lot Regards
  • Someone Help (Struggling to get 3rd party modules working)

    7
    0 Votes
    7 Posts
    1k Views
    S
    @boybay7 no service for free/no credit card that I am aware of
  • MMM-Openmapweather & MMM-NOAA3 image error

    6
    1
    0 Votes
    6 Posts
    1k Views
    Mykle1M
    Try a different provider. Some of the api’s in use with this module could have changed some of their data or the data structure. Just a suggestion.