A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • MagicMirror Hosting on AWS

    Moved
    3
    0 Votes
    3 Posts
    3k Views
    S

    @bhepler the script will work fine. it will setup to run in server mode.

    there is only one install, and three ways to run

    I had a free tier aws instance that only cost $10 a month!

    and remember there are some modules that talk to pi hardware that can’t run in that env. just like they can’t run on Linux or windows.

  • MMM-PVoutput

    4
    1 Votes
    4 Posts
    2k Views
    S

    @mrvanes Just wanted to say thanks for your efforts

  • using a library in a module

    2
    0 Votes
    2 Posts
    277 Views
    S

    @tomasf i don’t know for certain, but you could open the developers window and look at the sources tab to see what was actually imported and setup…

  • MMM-OralB / Bluetooth equipped toothbrush integration

    68
    0 Votes
    68 Posts
    20k Views
    lavolp3L

    @oberfragger
    Actually the better module currently to work with the toothbrush is MMM-BluetoothDevices
    I think I have that working.

    However, pairing is necessary.

    At which point are you failing, what description have you used?

  • Use of array within all module files

    10
    1 Votes
    10 Posts
    994 Views
    S

    @bdeelman so, I would open the developers window., ctrl-shift-i on the pi MM window
    select the sources tab, navigate the left nav modules/your module name, select the source file name modulename.js

    scroll to the line for the socketNotificationReceived().
    this.

    and click the number at the left edge of that line, should turn blue

    then hit f5 to refresh the page, and MM will reload and you should stop at the line…

    move your mouse over the word ‘this’, and it should expand a box describing what this points to , which should be THIS modules instance data…

    if not, then THAT is the problem…

  • Help please!!

    63
    0 Votes
    63 Posts
    14k Views
    S

    @innovation glad u got it… i changed the message to say check the config
    and also allowed the error message to pass thru even if not in debug mode… thanks for your patience

  • New transportation module for Riga

    1
    0 Votes
    1 Posts
    176 Views
    P

    Hi everyone,

    I would like to develop a transportation module for Riga, and have something similar to those amazing modules for German/French/Norwegian/American cities. However, the information they provide is literally nothing, an html page , downloadable as Pdf.

    Should I parse this as an xml first? How do I make this readable by the MM? I would like to display arrival times of different bus/tram lines at a particular stop, but they do not have any busstop id’s either (I see that those modules up and running already have them. Do I need to create them from scratch?

    Thank you very much in advance!

  • Voice command to open videos

    6
    0 Votes
    6 Posts
    789 Views
    P

    @bigjojo

    Merci, j’ai essayé, ça marche.

    cordialement,
    Paul

  • React Template

    3
    0 Votes
    3 Posts
    502 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
    553 Views
    JerryPJ

    @assassins
    can you tell me how. pleas

  • GIT and updates to Weather Module

    5
    0 Votes
    5 Posts
    620 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
    1k 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
    2k 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
    1k 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
    0 Votes
    22 Posts
    4k 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
    10k Views
    Mykle1M

    @rick93

    You’re welcome, mate. Congrats on making your module!

  • 0 Votes
    7 Posts
    2k 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
    261 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
    0 Votes
    10 Posts
    921 Views
    ?

    @sdetweil dix and flex is for lazy man like me mouahah

  • Question/help

    4
    0 Votes
    4 Posts
    528 Views
    A

    @innovation Just search for Raspberry Pi TTS and you should get plenty of tutorials for it