A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • React Template

    3
    0 Votes
    3 Posts
    687 Views
    W
    @sdetweil thanks for the quick reply it was really just to help manage the dom updates but it’s no problem if it’s not easily implemented.
  • MyStandings suitable for Formule 1

    5
    0 Votes
    5 Posts
    964 Views
    JerryPJ
    @assassins can you tell me how. pleas
  • 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
    5k 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
    8k 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
    17k 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
    313 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
    2k Views
    ?
    @sdetweil dix and flex is for lazy man like me mouahah
  • Question/help

    4
    0 Votes
    4 Posts
    885 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
    880 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
    777 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
    1k Views
    S
    @lolo i cannot help with look. Totally useless here
  • Displaying JSON returns

    2
    0 Votes
    2 Posts
    381 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
    573 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
    381 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.