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

    6
    0 Votes
    6 Posts
    396 Views
    S

    @1a2a3a I don’t use EXT3, but have used Google photos without lag on my pi4s

  • Stuck at my Mirror currently....

    9
    0 Votes
    9 Posts
    525 Views
    M

    @1a2a3a
    I have no device to test at this moment. So I cannot confirm you.
    And I have no idea about MMM-ModuleScheduler.

  • Possible cross-origin issue?

    7
    0 Votes
    7 Posts
    574 Views
    S

    @toddk you should open an issue.

  • MM2 can get POST API?

    3
    0 Votes
    3 Posts
    291 Views
    M

    @hikano765
    use this.expressApp in node_helper.js
    Of course, you can use your own express or fastify whatever by importing that node module.

  • Config option with array of multiple values?

    25
    0 Votes
    25 Posts
    2k Views
  • How to let user change font size in config file?

    5
    0 Votes
    5 Posts
    430 Views
    U

    @sdetweil said in How to let user change font size in config file?:

    then showed them how to use custom.css

    I’m afraid that would be like having a toddler show someone how to fly a helicopter. 8^)

    I kinda understand the general idea of CSS but I certainly don’t know how to do anything with it. I’m really just sorta stumbling around picking up bits and bobs from other people and trying to MacGyver them into something functional.

  • MMM-Deezer

    2
    0 Votes
    2 Posts
    2k Views
    L

    @tpam03 Hi Pete, this still doesn’t work, right?
    Is it even possible to play ‘loved songs’ from such an external player?
    I thought that I have read it’s not somewhere.

  • MMM-Remote-Control API-based Windows program

    1
    0 Votes
    1 Posts
    140 Views
    F

    I created a small program for Windows based on the API, using small power management functions, currently only supporting pt_BR

    9adf9476-6a8f-4418-866e-5c62b46106a3-image.png

    17a6fa91-0975-43d4-8d0d-bfc44960142b-image.png

    https://github.com/ezeholz/MMM-Remote-Control/files/12898464/Controle.MagicMirror.zip

  • sport /health module

    2
    1 Votes
    2 Posts
    363 Views
    ankonaskiff17A

    @beliar If there is a website that will show your data you can maybe use one of the webpage iframe modules.

  • Module Intermittently Updating

    4
    0 Votes
    4 Posts
    191 Views
    S

    @drstang correct… once it fails like that, it will never recover… code died

  • SocketNotification not working?

    5
    0 Votes
    5 Posts
    299 Views
    M

    @tjat
    If your calendar object is defined in a named function, this will indicate the function itself. However in that case, sendSocketNotification would cause an undefined function error.

  • MMM-MagicMover - transfer repo

    5
    0 Votes
    5 Posts
    569 Views
    rejasR

    Hi C-son, I can take over if you want to transfer it to me.

  • Module with HTTP Request

    10
    0 Votes
    10 Posts
    1k Views
    S

    @sdetweil thanks

  • MM-MQTT module connect into Magic Mirro

    4
    0 Votes
    4 Posts
    576 Views
    V

    @bhepler , @sdetweil
    Thanks , Looks like it’s working now , I’m able to send message from other PC on same
    wifi and it show on Magic Miror

  • electron-rebuild and MagicMirror v2.18 (and more)

    40
    5 Votes
    40 Posts
    14k Views
    M

    @Lusbueb
    Usually, No.
    Only the magic mirror module which use “native node module” needs it. but it would be hard to distinguish by a normal user.

  • MM as rolling picture frame

    13
    0 Votes
    13 Posts
    1k Views
    ankonaskiff17A

    @MMRIZE I know all about 3rd party modules, some of which are well built, some others, not so much.
    Just reaching out to people who may have already done same sort of project to avoid picking one of the not so good modules.

    Kind of like Amazon, I don’t want to find 3 pieces of inferior product before stumbling on the quality module.

  • Need help MMM-touch MMM-pages MMM-page indicator

    11
    0 Votes
    11 Posts
    2k Views
    C

    @MMRIZE, thank you for catching those gesture name errors and giving my another example. I FINALLY GOT IT :)

    { module: "MMM-Touch", position: "bottom_bar", disabled: false, config: { debug: false, useDisplay: false, autoMode: false, defaultMode: "default", gestureCommands: { "default":{ "TAP_1": (commander) => {commander.sendNotification("USER_PRESENCE", true);}, "SWIPE_LEFT_1": (commander) => {commander.sendNotification("PAGE_DECREMENT", null);}, "SWIPE_RIGHT_1": (commander) => {commander.sendNotification("PAGE_INCREMENT", null);}, }, }, } },

    I tried to change things systematically to determine what truly made it start working was the addition of payload after “USER_PRESENCE” and oddly enough adding semicolons at the end of each gesture command.

    Hopefully this thread can help someone else down the line :)

  • [FR] Module PRONOTE

    1
    0 Votes
    1 Posts
    139 Views
    B

    Bonjour à toutes et à tous,

    J’ai cherché un module PRONOTE pour MM. J’en ai trouvé un développé par @bugsounet et @delphiki. Il est EOL.
    J’ai regardé un peu les infos de l’API ProNote, c’est trop compliqué pour moi.
    Si vous avez des pistes pour remonter le même genre d’info que l’ancien module, je suis preneur.
    Bob

  • How to use 'Electron --trace-warnings...'

    2
    0 Votes
    2 Posts
    764 Views
    S

    @amosglenn show me the actual error

  • 1 Votes
    4 Posts
    2k Views
    O

    @Rene1695 A misconfigured docker sadly overwrote my js files on reboot and i hadn’t had the time to recreate it until now.
    I cannot seem to upload my files here but you can look at my github repo where i synced all the changes. Watch out for a pull request to main, however that could take a while to end up in the releases.
    https://github.com/OWL4C/MagicMirror/tree/develop/modules/default/weather
    Of note are: weather.css (as @sdetweil detailed to add a border)
    providers/openmeteo.js (since it is free and more detailed than the other ones i use openmeteo and only know how to integrate it from them, maybe you can get the api reference for others, it should be similar to openmeteo.js though)
    hourly.njk (which adds the table entry, if the config.js has showUV_Index set to true)
    and obviously config.js
    As of yet hourly and current is implemented and i am trying to set up an max_UV for forecast.

    However there is one more bug: UV=0 does not get ignored like rain=0 but actually shows 0 0 0 0 etc. Not gamebreaking but still.