A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • Calendar Not Loading

    10
    0 Votes
    10 Posts
    10k Views
    BangeeB
    I had the same problem. I was not using https. now it works for me.
  • Newsfeed is not loading

    2
    0 Votes
    2 Posts
    3k Views
    bheplerB
    I copied your module configuration and found a couple things. It looks like you may be having a character set issue. It may just be an artifact of the copy & paste. But here’s what I found: You need to use the single quote character around your text values. module: 'newsfeed. I’m not sure what character is in there, but my system didn’t like it. The showSourceTitle and showPublishDate variables are not part of the config: {...} section, so the closed curly brace (}) needs to be moved up 2 lines to just after the closed bracket (]). I think that once you make these changes, you’ll have to bounce the magic mirror process to get the content to show up. I was able to see the module, and received no errors, but the content didn’t load.
  • Hide a module while still having it work

    7
    0 Votes
    7 Posts
    5k Views
    J
    @DevilRev You can also do that, just add the line this.hide(0); to the module start up section. However you will need to stash (or commit) these changes later on when you want to update the module.
  • Alerts not showing?

    4
    0 Votes
    4 Posts
    2k Views
    J
    @clumsy_ninja Yup documentation is wrong there, the default is false. Edit: made a PR to correct this.
  • MMM-Wunderlist CSS

    1
    0 Votes
    1 Posts
    1k Views
    egsn_jcksnE
    Hello together, I really like the Wunderlist module for the To-Do lists. Unfortunately I cannot find a CSS-file for it, does it exist? Or is there any other possibility to change the interface of the list? I would like the extend it and try some other changes. Thanks a lot.
  • MMM-ModuleScheduler, how to hide it ?

    3
    0 Votes
    3 Posts
    2k Views
    ClogsC
    @Jopyth, thank you for the reply. Like to keep it simple. Removed position: and schedule elements from my config entry for your MMM-ModuleScheduler module. and all working fine now.
  • MMM-Formula1 is not loading

    8
    0 Votes
    8 Posts
    4k Views
    F
    @viper-sg2 said in MMM-Formula1 is not loading: Today, i reboot my mirror and i was amazed. The module was loading… yesterday i delete the module and cloned it again. I restart my MM and: No Loading - the module didn’t start properly. Annoyed i switched off the rasberry. Today morning, after the boot of my MM: Surprise - the module is loading!? I didn’t have any explanation, sorry @frog, but maybe, clone the repo again und set up with no configuration, just i do. Restart the rasberry and see what happened. Not sure what you are sorry about - as I said, I removed all parameters in the config.js and was working again.
  • Update all modules at once

    4
    0 Votes
    4 Posts
    5k Views
    yawnsY
    Sure. You could run a script which dives into every subfolder and runs git pull Take a look here for several solutions: http://stackoverflow.com/questions/3497123/run-git-pull-over-all-subdirectories Or take a look at this: https://myrepos.branchable.com/ I think I will try myrepos on the weekend
  • Help please with refresh of webpage

    3
    0 Votes
    3 Posts
    2k Views
    S
    @yawns I copied everything exactly, had a thrice over look at syntax but now the module doesn’t show at all. On the MM it just shows the name, but not the content. Help?
  • Currentweather is not loading

    2
    0 Votes
    2 Posts
    2k Views
    ?
    Ok now it works. Maybe openweather updated their server.
  • MMM-PIR debouncing implementation?

    1
    0 Votes
    1 Posts
    1k Views
    L
    So I am attempting to use a mini-pir sensor with the MMM-PIR module. I am able to successfully use a full size SR-501 PIR sensor but when I try to use the mini SR-505 sensor the sensor triggers a wake cycle every 40 ish seconds regardless of motion. I’m positive this is because the operating range of the smaller sensor is a slightly higher voltage (4.5V minimum to 20V max) and is causing it to have occasional peaks when it is running at only 5V. Is there a way to implement debouncing in this module? I have zero programming experience but have looked into this issue and seen debouncing used in other applications. Any recommendations?
  • MMM-WunderGround not updating after a few hours

    5
    0 Votes
    5 Posts
    4k Views
    L
    I will update and check the functionality. Thanks. @RedNax said in MMM-WunderGround not updating after a few hours: Changed around some things in the way information is retrieved from weatherunderground. It’s on github, please test.
  • Black screen for copy of hellowold module

    4
    0 Votes
    4 Posts
    2k Views
    T
    I found the problem. Initially I named module as “Titus” and have javscript as “titus.js”. I renamed like below and it worked. “titus.js” to “Titus.js” { module: 'Titus', position: 'middle_center', header: 'Titus module', config: { text: 'Glory to God, Jesus and Holyspirit, all the time' } }, Thank you. Regards, Titus S.
  • newsfeed display time?

    1
    0 Votes
    1 Posts
    1k Views
    C
    I’m sorry if this is really the wrong forum but I couldn’t find a place where to post questions about the default modules. The newsfeed module doesn’t seem to have an option for how long the news should be shown only timings I can see to set is how often the feed should be updated, how long the fading in and out should take and how long between the showings, not how long the actual showing is going to take place. Have I understood that correctly and in that case, do I need to go into the actual js file and hardcore into the module?
  • Modules not showing up on KWEB or Midori

    7
    0 Votes
    7 Posts
    5k Views
    N
    @strawberry-3.141 Well i tried Chromium but i didn’t get it to work on the Pi Zero. With the code you provided it works well. Thank you for your time.
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    65 Views
  • 0 Votes
    5 Posts
    11k Views
    B
    @yawns I actually managed to figure it out. The problem was in the configs for the individual modules. They were set for ´config.js´ instead of ´config.units´ and ´congif.timeFormat´. Once I changed those it worked out. Thanks for the help though!
  • "phyton capture.py" error

    6
    0 Votes
    6 Posts
    5k Views
    W
    @s1081314 I had the same problem. Couldn’t capture using USB webcam. Read somewhere that it does not work with USB webcam. So i got around this by taking pics (fswebcam) and selecting option 2 and giving the path to where the images were saved. That worked without any issue. Read the post below… https://support.magicmirror.builders/topic/210/facial-recognition-customize-your-mirror-for-every-user/33 Cheers!
  • Sonos shows no Album

    1
    0 Votes
    1 Posts
    1k Views
    S
    Hey guys, i have a problem with my sonos module. It doesn’t show any infos except the speaker names.
  • MMM-TrainConnections

    9
    0 Votes
    9 Posts
    5k Views
    G
    okay i can’t edit my post… how can i change the connection.php script so that i see when my train come to late ? i only wanna see my train from my city (for example berlin) to frankfurt with the lateness time but only the way to the city (like that https://forum.magicmirror.builders/uploads/files/1462363258197-mm_st.jpg) not the way back from the “Deutsche Bahn” i only got that (with apikey) http://download-data.deutschebahn.com/static/apis/fahrplan/Fpl-API-Doku-Open-Data-BETA-0_81_2.pdf