A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • Wallberry Theme: Change Picture depending on time

    1
    0 Votes
    1 Posts
    256 Views
    D
    Hi. Is there a way to use for example two unsplash collections, one for daytime and one starting from 19:00 on? Should be possible right? Something like… (the below should not represent code but just the logic): If local time between 6:00 and 19:00 than use collection: “1234” else if local time between 19:00 and 6:00 than use collection: “9876” Anyone the same issue or request? Idea how to solvethis?
  • Help please. Module doesn't show up

    4
    1
    0 Votes
    4 Posts
    682 Views
    Mykle1M
    @bhepler said in Help please. Module doesn't show up: Edited to add: Dammit, @Mykle1 beat me to it. :thumbsup:
  • This topic is deleted!

    1
    1
    0 Votes
    1 Posts
    1 Views
  • Log in problem on iPhone

    1
    1
    0 Votes
    1 Posts
    388 Views
    StoffbeuteluweS
    iPad works fine but on the iPhone since 2 days it’s not possible to log in… [image: 1590437475526-a808ad52-5618-40b5-af43-f959742b3c17.jpeg]
  • MoonRise Help

    6
    0 Votes
    6 Posts
    1k Views
    bheplerB
    @thgmirror - Thank you, but I am aware of this. I’m trying to help @PHAGE-GOV with his issue so I used your config. What I really need is for him to respond with with more details on his problem.
  • Backing up via GitHub repo

    19
    0 Votes
    19 Posts
    6k Views
    A
    Thanks all for your responses! I am going to try @karsten13’s answer and setup a parent repository above the MagicMirror directory! Funny how I did not thank of that :D
  • PM2 autostart not working

    3
    1
    0 Votes
    3 Posts
    1k Views
    V
    Hi sdetweil, Thank you very much. This help my start up problem. BR. -VesaLa59
  • Can I change remote access address?

    2
    0 Votes
    2 Posts
    249 Views
    S
    @Chemikaze not without installing another server that will map /magicmirror to some other port. the value of docker and containers is that what happens on the inside of the container can be standardized and reused without change, while outside you can still access the app… so, the ‘design’ is that the magicmirror container would be 8080 on the inside and 2040 (or whatever) on the outside
  • MM2 will not start after update

    Solved
    9
    0 Votes
    9 Posts
    2k Views
    K
    @killing-joke said in MM2 will not start after update: Afterwards I performed npm update and npm restart but didn´t helped. was a typo. It should be "Afterwards I performed npm update and npm restart and it helped. Thank you very much.
  • MMM-NYC-Transit Module (Black Screen)

    20
    0 Votes
    20 Posts
    6k Views
    J
    @sdetweil Thank you immensely for you help. It is running now.
  • 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.