A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • Seperate Config for Web Access

    7
    0 Votes
    7 Posts
    1k Views
    S
    @cweinhofer as mentioned over there, open an issue on GitHub for the project owners to examine many old I* devices don’t support the es6 JavaScript operators that most of us are using and going to. so the code won’t run. don’t know about android, but would expect the same problem I know there was a PR a couple years ago to restore the old operator based code, but it was not selected
  • Can't access per browser, whitelist?

    3
    0 Votes
    3 Posts
    524 Views
    D
    @sdetweil Thx that was it! Much thanks!
  • Reverse Proxy and Private Modules

    7
    0 Votes
    7 Posts
    5k Views
    N
    @Jessendelft It receives and relays all your requests to the resource you want to access. The proxy server can change your IP address, country of location, and region in the process. Try https://soax.com/911-proxy-socks and make a reverse connection. The outgoing IP addresses of most free proxies have long been listed in various SPAM databases and blocklists. These addresses will be blocked on most popular resources, so there is no way to use these proxies for mailing lists or mass registration on social networks.
  • 0 Votes
    8 Posts
    2k Views
    S
    @pantherette0420 no, the PC still has to run, as MagicMirror is there. you could turn off the PC display… some computer somewhere ( pi, desktop, laptop, server ) has to run MagicMirror for however long u want to look at it. 24x7 maybe
  • How do you get modules to communicate with each other?

    7
    0 Votes
    7 Posts
    2k Views
    cowboysdudeC
    @adrien00 I have two modules that relay info back and forth to each other. They are weather modules and I get info and send it over to the other module. I do this because I needed/wanted some weather info to show up in a specific place so I send my ‘payload’ from the 1st module to the 2nd module…
  • Black screen when adzan playing

    2
    0 Votes
    2 Posts
    451 Views
    S
    @heuss60100 I would open an issue on the modules GitHub page to engage the author
  • Uninstall Magic Mirror

    2
    0 Votes
    2 Posts
    589 Views
    S
    @nikki-0 rename the MagicMirror folder mv MagicMirror macgigmirror.old then run my install script see https://github.com/sdetweil/MagicMirror_scripts
  • MMPM Environmental Variables/URI Questions

    1
    0 Votes
    1 Posts
    470 Views
    B
    Re: Help with setting up mmpm and finding the right ip address I am having difficulties finding the proper URI for MMPM. I have MM running with pm2 command on my PI3 connected through VNC Viewer and Putty.(via help topic elsewhere) I can get into the json file for the variables and make the adjustments. I used MagicMirror as my PROCESS NAME, and its sketchy for me, which name to input here: pm2, PM2, or just MagicMirror, as in the example. I haven’t been able to access or view the MMPM gui through browsers on the PI or my browser on my Windows Machine. I know you need more info and I’m able to provide it upon request. buxtor
  • Multiple instances

    12
    0 Votes
    12 Posts
    4k Views
    TipponT
    @elmago said in Multiple instances: @tippon Hello I did like you and it works perfectly. Thank you so much. No problem, glad I could help :)
  • Completely New to MM; Looking for direction

    3
    0 Votes
    3 Posts
    1k Views
    S
    @bkeyport but u left out the fun… scripts for install and update here https://github.com/sdetweil/MagicMirror_scripts and as you are starting, try out my new config module, that makes editing config.js a thing of the past https://github.com/sdetweil/MMM-Config also, read the two topics listed in my signature… at least you will get to installing modules…
  • Use MMM-AlexaControl to switch pages on MMM-Pages

    3
    0 Votes
    3 Posts
    795 Views
    L
    @sdetweil Yh i’ve realised that i am just stupid. All i had to do was to add the pages on the MMM-AlexaControl module and not the MMM-Pages one. Thank you for your help and time :)
  • [MMM-ImageSlideshow

    3
    0 Votes
    3 Posts
    877 Views
    G
    @sdetweil , thanks!
  • Stop mm from a touch button

    6
    0 Votes
    6 Posts
    1k Views
    BKeyportB
    @harney because of the problems within the MM world, I ended up controlling my buttons with external python scripts. More flexable, more configurable, and able to do exactly what I want.
  • 0 Votes
    5 Posts
    562 Views
    S
    @Datfatboi never change the module code ( your second choice) unless u are fixing a bug or adding some new function. always put info into config.js now, your lines for config.js are not correct. { module: "MMM-RottenTomatoes", position: "top_left", config: { showHeader: "true" showBoxOffice: "true" showOpeningThisWeek: "true" } }, watch out for the quote style… the curved ones are used by MS office apps… we need the text ones, straight up and down also u are missing some required trailing commas look at each line, and follow the rules general rules for module definition {} and [] must be matched the word to the left of : does not need quotes the thing to the right of : if a number or, true/false does NOT need quotes otherwise is needs quotes, single or double doesn’t matter as long as start and end quote are the same if the thing on the next line is a word , then THIS line needs a trailing comma if the thing on the next line is {, then THIS line needs a trailing comma also, indentation makes it MUCH easier to see the {} and []
  • 0 Votes
    1 Posts
    392 Views
    A
    Hi I’ve got a rpi4 running magic mirror and was wondering if it is going to be safe to install room assistant on the same machine? Ie when running node -v it shows v10.23.0 while my understanding for room assistant v12.x is required. I wonder if there is an easy way to run a magic mirror on v10.x and room assistant on v12.x? Thanks, Alex
  • MMM-Face-Recognition-SMAI

    1
    0 Votes
    1 Posts
    392 Views
    ParvezP
    can any one share with me " MMM-Face-Recognition-SMAI " configarition file ?
  • This topic is deleted!

    1
    3
    0 Votes
    1 Posts
    1 Views
  • install git on Synology NAS ?

    8
    0 Votes
    8 Posts
    31k Views
    D
    @Big11 Here is the answer: Install the SynoCommunity package source Install ‘git’ using the package manager Now you can use ‘git’ commands from the CLI while SSHed into the Synology. How to install SynoCommunity: A. This guide here: https://sys-advisor.com/en/2017/11/05/tuto-synology-comment-ajouter-le-depot-synocomunity-2/ B: Google “add synocommunity to synology” it if that link becomes unavailable.
  • MagicMirror ready to boot Image

    8
    5 Votes
    8 Posts
    11k Views
    S
    @amsuvarna27 can u explain more? U downloaded raspian image on windows And used some tool to put that into an SD card (etcher is a tool) Then what happens?
  • How to keep secrets out of config.js (server only)

    11
    0 Votes
    11 Posts
    4k Views
    J
    @BKeyport Here’s a more detailed explanation for you and anyone who is curious. The if (typeof module !== "undefined") {} line checks if there is a global variable named module. If there is, then we must be using a module system and we have to export config using module.exports = config;. If not, then we must be in the browser and config will already be available to any other modules. In the browser, there is no concept of separate modules (a.k.a. files); script files are loaded in and simply concatenated one after the other. So if you load config.js and then another-file.js, the config variable (var config = { ... } ) will be available as a global variable in another-file.js. The module and require variables are not defined. In more modern code with a module system, you have to export anything you want to use elsewhere, and import it in modules where you need it. Node.js uses module.exports = ... to export and ... = require("module-to-import") to import.