A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • GIT and updates to Weather Module

    5
    0 Votes
    5 Posts
    1k Views
    crazylegsC
    @sdetweil @karsten13 Thank you both so much for your guidance! It is much appreciated and I believe I understand what I need to do.
  • What's the best way to fetch JSON data?

    Solved
    6
    0 Votes
    6 Posts
    2k Views
    S
    @creepinjesus when the server is remote there are urls u can use to proxy your real url search for cors proxy
  • Integrating an npm module that uses import

    13
    0 Votes
    13 Posts
    4k Views
    S
    @lavolp3 i do not know. i consider myself a node rookie, and a typescript noobie. because i am away from my systems i am unable to try different solutions… at least a few more weeks if u try w node serverOnly does it make a difference? there the node engine is running the code, vs the engine thru electron…
  • Read dates from file and do a compare

    12
    0 Votes
    12 Posts
    3k Views
    B
    @sdetweil Thanks for all the help. I ended the project because I found a module that allready hat the function that I was looking for. You came up with some good information, thx for the help.
  • Help with creating a table

    22
    1
    0 Votes
    22 Posts
    7k Views
    S
    @Schmaniel good and if u set a class instead of the individual styles then u can change them in custom.css without changing the code and fiddle w them in the elements view of the dev env to get them like u want 1st…
  • Develop module with API

    42
    0 Votes
    42 Posts
    16k Views
    Mykle1M
    @rick93 You’re welcome, mate. Congrats on making your module!
  • 0 Votes
    7 Posts
    3k Views
    I
    i had the same problem and changed type: “wDataCurrent”, to type: “current”, because in the folder /home/pi/MagicMirror/modules/default/weather i found the files current.njk hourly.njk forecast.njk now is runs
  • Dual Assistant Alexa / Google Assistant

    1
    3 Votes
    1 Posts
    303 Views
    ?
    Hi guys ! I’m now able to inform you that my MMM-Alexa module is under coding (and working) The result is actually not to bad ;) You can run now MMM-GoogleAssistant and MMM-Alexa in the same time :) Two keywords are register: Jarvis: launch GoogleAssistant Alexa: launch Alexa i will inform you later ;) See You @bugsounet
  • Extend table / insert TD - please help

    10
    2
    0 Votes
    10 Posts
    1k Views
    ?
    @sdetweil dix and flex is for lazy man like me mouahah
  • Question/help

    4
    0 Votes
    4 Posts
    775 Views
    A
    @innovation Just search for Raspberry Pi TTS and you should get plenty of tutorials for it
  • Close

    15
    4 Votes
    15 Posts
    3k Views
    ?
    added: MMM-NewsFeed This module will be available and scheduled to be released at 01 January 2021 with news MagicMirror Version
  • I need your help

    4
    0 Votes
    4 Posts
    749 Views
    G
    @innovation, 36 / 5000 I’m glad I was able to help you!
  • MMM-PIR-Sensor and mirror not waking up.

    4
    0 Votes
    4 Posts
    689 Views
    D
    Hi @sdetweil , I finally managed to use PM2 and here what I see in the error log when my mirror crashes. [1554:1214/202715.173231:FATAL:memory_linux.cc(42)] Out of memory. It’s strange as I never had this issue before and I haven’t been using any new modules. Any suggestions?
  • Help with puppeteer ,cheerio and json

    9
    0 Votes
    9 Posts
    954 Views
    S
    @lolo i cannot help with look. Totally useless here
  • Displaying JSON returns

    2
    0 Votes
    2 Posts
    362 Views
    S
    @laprison node_helper invokes the python script, and then sends the json data up to module. See the process.exec or process.spawn library functions
  • I want to learn how to create a module

    2
    0 Votes
    2 Posts
    506 Views
    S
    @Viperzee only Javascript Use my sample module and read the module developers doc https://github.com/sdetweil/SampleModule
  • Show iCloud Reminders

    5
    0 Votes
    5 Posts
    3k Views
    3
    Hi all. Just want to recall that old topic, which still actual for some of us :) So, I made iCloud sync with calendar and birthdays (the second point was a little bit tricky, but it works now). But, the last stone still without any movement - iCloud reminders: tried to do that with vdirsyncer: as result, I got an empty file without any reminder (tried many different setup) tried to search for any other suitable ways: different scripts, etc. Nope. Maybe Is there any options to do it now? Thanks in advance.
  • Purpose of Depth=1

    2
    0 Votes
    2 Posts
    369 Views
    mumblebajM
    @ankonaskiff17 The --depth=1 means the following. Git shallow clone lets you pull down just the latest commits, not the entire repo history. So if your project has years of history, or history from thousands of commits, you can select a particular depth to pull.
  • Copy of calendar

    7
    0 Votes
    7 Posts
    821 Views
    P
    i found the module MMM-Mycalendar wich is a copy of the default calendar I will try to do a copy of this and find a way to do my specific-calendar thks
  • Change module position dynamically?

    1
    0 Votes
    1 Posts
    276 Views
    M
    Hi, I am building an app to control my mirror at a distance and am using MMM-Remote-Control’s API to perform actions on the mirror via HTTP requests. I’d like to be able to, for example, send a request with a message in the payload and a region to display the message on. So I could send “Hello!” and have it appear in the bottom left, in the center, in the top_bar, etc. Is there a way to easily display something at a position not declared in the config? Right now I’m thinking of making one fixed “module” for each position possible and then just sending the request to a specific module to display it at that modules fixed position, but I was wondering if y’all had any better ideas? Thanks a ton, Looking forward to building this thing