A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • MMM-Nixie

    Moved
    2
    0 Votes
    2 Posts
    588 Views
    R
    I fixed it! just had to delete the html sections in the css.
  • MMM-iFrame-Ping in two different page

    Unsolved
    2
    0 Votes
    2 Posts
    976 Views
    E
    Someone help me please? :crying_face:
  • MMM-Widget help

    Unsolved modules java html
    1
    0 Votes
    1 Posts
    1k Views
    R
    Does anyone know of a guide to help write the HTML Java script for creating a widget?
  • MMM-GooglePhotos now says 'Loading...' in bottom right

    Unsolved mmm-googlephotos loading
    7
    0 Votes
    7 Posts
    2k Views
    ?
    @0YXmEQ So, still have problem? Or tell me more details what you have done and what you have expected and what you get now. Screenshot will be also the help to understand the problem.
  • 0 Votes
    1 Posts
    449 Views
    G
    I have been trying to get a few of these modules to work. #1 the MMM-Remote-Control , for controlling your MM from an app on your cell phone. I have git cloned the install , npm installed the module. and added the script to the Config file. If there is someone that could please just walk me through the complete steps i would greatly appreciate this. In addition to this module i have also been trying to figure out the PIR Sensor Module. I have not completed something . I have wired up the PIR Sensor to my RP3b and have done the Git Clone , along with adding the scripts , however i feel that just as the other modules that i’m confused about . i am not completing something correctly… Please help . My email is as follows . bertgreen1969@gmail.com thank you.
  • Newbie Basic setup help

    Solved
    4
    0 Votes
    4 Posts
    1k Views
    S
    @daymo87 cool… sorry can’t help with that one! maybe a new topic with new header will attract other users can u mark this one solved?
  • Error on loading script "...//MMM-name.js"

    Solved
    3
    0 Votes
    3 Posts
    758 Views
    spitzlbergerjS
    @sdetweil many thanks! The wrong spelling was the right track. In the installation instructions I had written: git clone https://github.com/spitzlbergerj/MMM-Teslalogger cd MMM-Teslalogger npm install But it must be called (capital L) git clone https://github.com/spitzlbergerj/MMM-TeslaLogger cd MMM-TeslaLogger npm install
  • MMM-CalendarExt2 Multiple "views" side by side

    Unsolved
    1
    0 Votes
    1 Posts
    375 Views
    D
    Hi guys. I want to have 3 “views” side by side in MMM-CalendarExt2, I found a way to do it here by creating 3 instances of the module in the config.js but I’d rather have it all done in the one instance. (I think having the module 3 times runs slower) Thanks in advance.
  • Help for a Novice....

    Moved
    22
    0 Votes
    22 Posts
    7k Views
    S
    @j-ason well, there WAS an error… email sent back
  • Credentials being blocked?

    Unsolved
    5
    0 Votes
    5 Posts
    1k Views
    F
    address: "0.0.0.0", // Address to listen on, can be: // - "localhost", "127.0.0.1", "::1" to listen on loopback interface // - another specific IPv4/6 to listen on a specific interface // - "", "0.0.0.0", "::" to listen on any interface // Default, when address config is left out, is "localhost" port: 8080, //ipWhitelist: ["127.0.0.1", "::ffff:127.0.0.1", "::1", "::ffff:192.168.0.42", "::ffff:192.168.0.50"], // Set [] to allow all IP addresses ipWhitelist:[], // or add a specific IPv4 of 192.168.1.5 : // ["127.0.0.1", "::ffff:127.0.0.1", "::1", "::ffff:192.168.1.5"], // or IPv4 range of 192.168.3.0 --> 192.168.3.15 use CIDR format : // ["127.0.0.1", "::ffff:127.0.0.1", "::1", "::ffff:192.168.3.0/28"], and yes the UI is on the same machine.
  • MMM-Pages - Changing pages

    Moved
    1
    0 Votes
    1 Posts
    420 Views
    B
    ive been trying to change page using recipies. ive butchered the test.js in the recipies folder in AMK2 … ive got this far: var recipe = { transcriptionHooks: { "HOOKING_TEST": { pattern: "how's traffic", command: "CMD_TRAFFIC" }, "HOOKING_TEST2": { pattern: "test ([a-z 0-9]+)$", command: "INTRODUCTION2" }, }, commands: { "CMD_TRAFFIC": { notificationExec: { notification: "PAGE_CHANGED", payload: 1 }, } } } exports.recipe = recipe // Don't remove this line. any help is greatly appreciated ! :)
  • Nothing would come up on the display, the module won't run :/

    Moved Unsolved mmm-aqi
    5
    0 Votes
    5 Posts
    1k Views
    Mykle1M
    @KaranC said in Nothing would come up on the display, the module won't run :/: " disabled: t, " My bad. So sorry. I create a var in my config file var t = true; to simplify things for myself. You would have to use disabled: true, Again, I apologize. That is completely my fault. I’ll fix the original post
  • Anyone successfully using MMM-Tesla module?

    Unsolved
    10
    0 Votes
    10 Posts
    4k Views
    A
    I have started work on a fork from MMM-Tesla, since I could not get this working either. It is located at https://github.com/martinburheimtingstad/MMM-Tesla2/
  • Adding new Module in Config

    Solved
    8
    0 Votes
    8 Posts
    2k Views
    S
    @jakuk said in Adding new Module in Config: Line 159 col 17 Expected an identifier and instead saw ‘MMM-Tado’. so, lets look on the line BEFORE 159, cause there was a problem (it is NOT expecting to see ) } // < --- what is this? { // < mmm-tado module start module: 'MMM-Tado', position: 'middle', config: { username: '********', password: '*******', updateInterval: 300000 } } // < mm-tado end end of all modules is ], but I don’t see that either
  • MMM-Stripes problems.

    Unsolved
    3
    0 Votes
    3 Posts
    1k Views
    C
    Yes. I use https://github.com/paviro/MMM-Stripes this module. I can’t get any info in documentation. Anyone used WS2812b leds with his mirror ? Best regards.
  • Issues with MMM-json-feed module.

    Unsolved
    11
    0 Votes
    11 Posts
    4k Views
    S
    @Aurelio if u put this in a browser, does it return data? https://corona.lmao.ninja/all mine returns this {"cases":285706,"deaths":11876,"recovered":93584,"updated":1584796664654} I have restarted MM a couple times today and the display comes up each time
  • MMM-AlarmClock - Sound doesn't stop

    Unsolved
    3
    0 Votes
    3 Posts
    1k Views
    Mykle1M
    @doron92 I don’t know that this is much help but I just installed and used the most basic config entry (below) and the alarm turns off as expected, based on the timer setting in the config. I changed the timer value a few times and it follows that value. Try a basic config entry (such as this one) and see if it works. At least it’s a place for you to start troubleshooting. { module: 'MMM-AlarmClock', position: 'top_right', config: { timer: 15 * 1000, alarms: [ {time: "20:29", days: [0,1,2,3,4,5,6], title: "Soccer", message: "Get ready for soccer training!", sound: "alarm.mp3"}, ], } },
  • This topic is deleted!

    Unsolved
    1
    0 Votes
    1 Posts
    51 Views
  • Ultrasonic Sensor Usage Modules

    Unsolved
    1
    0 Votes
    1 Posts
    523 Views
    S
    Does anyone here know a module which works with ultrasonic sensors, because i have tried https://github.com/Matzefication/MMM-Move and https://github.com/Simon089/MMM-Swipe and none of them seem to work. (if you have any suggestions on how to make them work please tell me). So i am looking for other modules which could use an ultrasonic sensor to either change “pages” on the mirror using a swipe motion or just a sensor to wake up the mirror if i come in front of it. Please and Thank you
  • Trying to reuse an auth cookie from Chromium with Electron

    Unsolved
    2
    0 Votes
    2 Posts
    674 Views
    S
    @Jfarro what mm version are u running? And how did u install? If the package.json says "start","./run-start.sh", Then add to config.js serverOnly:"local", After the address: line, and before modules: line This will start mm by using chromium browser instead of electron.