A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • MagicMirror keeps crashing within a minute of restart

    6
    0 Votes
    6 Posts
    903 Views
    S
    @salbee glad u found it…
  • Alert Module help

    3
    1
    0 Votes
    3 Posts
    718 Views
    BKeyportB
    I’m curious if an alert from another program would cause the same garbage… Most install I’ve seen don’t have the “position” indicator in use, matter of fact, all I have in mine is this: { module: "alert", }, This makes the alert app pop up over the screen if it’s triggered. If you have something else installed to trigger alerts manually, you could then use their instructions to test if alerts come up as designed. MMM-Remote-control is great for this (and other stuff too)
  • Config Error

    new code error
    39
    0 Votes
    39 Posts
    13k Views
    evroomE
    @BKeyport said in Config Error: @evroom “convention” isn’t the right word here, perhaps. I’m almost leaning to “peer pressure” perhaps? Doing it because it seems everyone else is? I had to read the beginning of the thread first before starting ‘name-calling’ :-) And perhaps had to address it to the thread starter @PHAGE-GOV, for learning purposes Some people treat the config.js file as code and think that they are actually coding. In principle a JS file is a text file containing JavaScript code, so it is a bit misleading, although it contains “var config =”, which suggests it being a part of some code. IMHO it would be better to use the json extension, so config.json, as it is based on JSON and stores data structures and objects in this format. One should’t care less how coders use variables in their programs (as Sam said: “make names meaningful, use case where appropriate”, especially if you want to keep it maintainable or want to hand it over to someone else), but in case of config.js one should make at least a bit of an effort to keep it simple and understandable. Again: IMHO. In my book this is for example a no-go: { location: "New York", locationID: "", appid: "YOUR_OPENWEATHER_API_KEY" } This is just waiting for an accident to happen. What is wrong using locationName, locationId and apiId ? Or location, location_id and api_id ? Probably nitpicking from my side, but it hurts my eyes :-) I would say “make names meaningful, use case where appropriate and keep it consistent”. I also know it it all voluntary work and it does not cost a dime (unless you donate something to the author, like I did) and therefore one is not really allowed to complain :-) I hope some constructive criticism is allowed though. Do not want to offend anyone. That being said, just enjoy your MagicMirror. :-)
  • "weather" module hangs at "Loading..."

    7
    0 Votes
    7 Posts
    2k Views
    G
    Thanks! I was thinking about that but the documentation indicates where something is required. I had all of the options added but that didn’t work either. I am running the Mirror Server. Would that make a difference?
  • Creating a text box that scrolls continuously horizontally

    5
    0 Votes
    5 Posts
    1k Views
    C
    @sdetweil said in Creating a text box that scrolls continuously horizontally: which is the whole point of the scroll , yes? otherwise u just display it… Thank you very much unfortunately I don’t have the technical skills to convert or adapt any of the existing modules to do this.
  • Change to Server only

    4
    0 Votes
    4 Posts
    1k Views
    S
    @Pijwarren cool… I should add that they added a new run script to do this too npm run server
  • PIR sensor help please

    pir sensor raspberry pi help me please new
    8
    0 Votes
    8 Posts
    4k Views
    P
    Step 1: Calibrate your PIR Sensor. You may use a small circuit for testing ! [image: 1589955905997-proximity_pirtestbb.gif] Step 2: Connect your PIR sensor to Pi [image: 1589955545528-8.a.rpi-pir_bb.jpg] Step 3: Install MMM-PirSensor module https://github.com/paviro/MMM-PIR-Sensor Hope it helps !
  • Cant seem to find config section to edit modules.

    9
    0 Votes
    9 Posts
    2k Views
    P
    @Robertovj3 Thank you for for appreciation ! Check the github page of MMM-ScreenCast for issues… I am sure you will find something there, else create a new issue !
  • Magic Mirror turns to blank screen after 20 minutes

    4
    0 Votes
    4 Posts
    643 Views
    S
    @61metsj373 there was a screensaver already installed, all u had to do was turn it off…
  • Raspberry Pi 4 powersupply

    power supply rasberry pi 4 help me please new
    3
    0 Votes
    3 Posts
    611 Views
    bheplerB
    18W should work.
  • Linking a Google calendar to AlexaPi

    11
    0 Votes
    11 Posts
    3k Views
    S
    @DanielLBarlow I do not. I would have thought config would be global across all Alexa connected devices
  • Get information about thesis assignment, please help🙏😇

    3
    0 Votes
    3 Posts
    728 Views
    B
    @banbutcher First of all I think I need to install magic mirror. I have to upload them later, but that doesn’t cause me. I tried it tonight, but it just doesn’t work “push and talk”. Please help me
  • Current Weather module is displaying inaccurate data

    2
    0 Votes
    2 Posts
    317 Views
    Mykle1M
    @Karthikeyyan https://github.com/MichMich/MagicMirror/wiki/3rd-Party-Modules Scroll down to the weather category. There are many.
  • Calendar Covering the whole screen, how do i adjust this?

    2
    0 Votes
    2 Posts
    564 Views
    R
    @pandeyprakhar00 would you have any info on this? or could you assist on this?
  • Zoom config ignored in server mode?

    3
    0 Votes
    3 Posts
    491 Views
    D
    Thanks, that makes sense, and indeed Chrome is happily remembering the setting too. I wasn’t sure whether the zoom was being applied pre- or post-rendering. But your explanation makes sense, and the solution of doing it “manually” works fine.
  • Current weather missing

    10
    0 Votes
    10 Posts
    2k Views
    J
    @Mykle1 That DID THE TRICK!!!
  • Calendar Issues

    2
    0 Votes
    2 Posts
    246 Views
    S
    @ofallo make sure the link you use for gmail can be accessed by the browser on the pi… it must download the ics file for MM to be able to us the link
  • Black screen after i added assistant and hotword to config

    2
    0 Votes
    2 Posts
    158 Views
    ?
    hi, i think it’s better for you reading offical wiki in each module on github website
  • Config

    6
    0 Votes
    6 Posts
    958 Views
    S
    @sdmydbr did you use MMPM? (it probably accidetnally change the order and quoted) its doesn’t matter the order so much , position will decide, except if you cared about order in area
  • MTA MODULE MM NEWBIE HERE!

    14
    2
    0 Votes
    14 Posts
    3k Views
    Mykle1M
    @jeaniouso Good to see you got it sorted and perhaps a better understanding of how things work. Well done.