MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. sdetweil
    3. Posts
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.
    S
    Do not disturb
    • Profile
    • Following 0
    • Followers 110
    • Topics 92
    • Posts 21,302
    • Groups 1

    Posts

    Recent Best Controversial
    • RE: audio problem

      @tommyk looking at the code, I think the system is busy during bootup, and this causes an uncaught failure

      There is a new notification , sent after updateDom() is called, to inform the app that the content has been drawn.

      I think the module needs to use that notification to start the play of the audio element it just added

      posted in Troubleshooting
      S
      sdetweil
    • RE: audio problem

      @tommyk can you describe the environment, how does the music get played?

      What do you mean by manual start bs auto?
      What version of MagicMirror are you running?

      Show the system info section of the output from startup

      As for your other post, all messages from users with reputation below 2 are reviewed before posting on the forum

      posted in Troubleshooting
      S
      sdetweil
    • RE: MMM-TeslaLogger stopped working

      @leonids best thing is to post an issue to the module GitHub page to engage the author

      posted in Troubleshooting
      S
      sdetweil
    • RE: New Module MMM-PWSWeather

      @msimon360 if the modules provide multi instance support (pretty easy) then you don’t have to do the copying

      on the sendSocketNotification from module to node_helper, send some unique key, typically this.identifier will work
      when the node helper sends the response, it add the id it received…
      And
      the module in
      socketNotificationReceived, check the ID against its value… if no match, ignore it

      sendSocketNotification from the helper goes to ALL instances of the module at the SAME TIME
      so it will have to check if the data is intended for its instance ID

      generally a couple lines of code in the helper and in the module
      sometimes, really modularized node_helpers need to pass if from request to response functions… (one of mine is like that)

      posted in Showcase
      S
      sdetweil
    • RE: New Module MMM-PWSWeather

      @msimon360 here is the link for the new weather provider
      https://docs.magicmirror.builders/module-development/weather-provider.html
      this doc is new, so any feedback is welcomed,

      and the doc for the themes
      https://docs.magicmirror.builders/modules/weather.html#themes

      basically the provider does the data acquisition (fetch) of the data , now in the server side, so multiple module instances can use the same last fetched data to keep the fetch count down

      and the optional theme does the custom display (if you don’t want to use the default theme)

      posted in Showcase
      S
      sdetweil
    • RE: Pollen module

      @joey you are doing great!!!

      posted in Requests
      S
      sdetweil
    • RE: Pollen module

      @joey node js now has fetch built in so you can stop
      using request,

      Take the json text and put it into one of the online formatters

      my go to https://codebeautify.org/jsonvalidator?/jsonvalidate
      paste, then hit the format button top left , you can copy out the formatter text to look at later too

      and then you can see the structure and compare it to what the code expects

      posted in Requests
      S
      sdetweil
    • RE: New Module MMM-PWSWeather

      @msimon360 said:

      I don’t know how to get it added to the 3rd-Party-Modules page.

      you edit the wiki at https://github.com/MagicMirrorOrg/MagicMirror
      and add your month entry to the appropriate section.

      overnight the 3rd party processor will add it to the searchable list

      any reason you made a complete module, vs another provider in the default weather module?

      posted in Showcase
      S
      sdetweil
    • RE: Calendar events broadcasting, nothing showing...

      @BKeyport broadcasting is different than using

      Can you explain the setup and config you are running.

      Is this multiple systems to one server?

      We added a caching handler to reduce unnecessary sends to the same module

      posted in Troubleshooting
      S
      sdetweil
    • RE: Weekly summary

      @htilburgs did you see Karsten’s post right above yours?

      posted in General Discussion
      S
      sdetweil
    • RE: MMM-Carousel breaks with multiple instances of module by using positional

      @gonzonia you didn’t mention scenes before. But it’s just another module

      posted in Troubleshooting
      S
      sdetweil
    • RE: MMM-Carousel breaks with multiple instances of module by using positional

      @gonzonia see this post
      https://forum.magicmirror.builders/topic/18218/mmm-carousel-two-of-the-same-module

      I like MMM-Pages for this

      posted in Troubleshooting
      S
      sdetweil
    • RE: Weekly summary

      @htilburgs can you open your profile ( top right) select edit

      And find this setting, email, subscribe

      IMG_5296.png

      posted in General Discussion
      S
      sdetweil
    • RE: Problems with KristjanESPERANTO/MMM-PublicTransportHafas

      @Volkae I’m guessing something changed in the service api.
      @kristjanesperanto will be along tomorrow

      posted in Troubleshooting
      S
      sdetweil
    • RE: MMM- Carousel

      @Mati_93 you will get older more times than not thru google…

      posted in Troubleshooting
      S
      sdetweil
    • RE: IR frame screen touch.

      @Mati_93 search the 3rd party modules (listed above in the top menu) , there are some for touch and swipe (which may require different sensor hardware)

      they would send the ‘next page’ notification like the button does

      posted in Requests
      S
      sdetweil
    • RE: MMM-Bambulink: MagicMirror Module for Bambu Lab Printers

      @TAGinside edit the wiki on the MagicMirror GitHub page to add your module to the appropriate section and the next day it will appear in the searchable list here

      https://modules.magicmirror.builders/

      You could also describe it on the discord or reddit MagicMirror channels

      posted in Development
      S
      sdetweil
    • RE: MMM-HomeAssistant

      @onkelbobby generally you should post a message to the author in the module github issues section

      posted in System
      S
      sdetweil
    • RE: MMM-RTSPStream no longer working

      @dangerousden have you tried MMM-Mplayer?

      https://github.com/evroom/MMM-MPlayer

      posted in Troubleshooting
      S
      sdetweil
    • RE: MM clock reverted to UTC

      @smegbadger you would have to load the develop branch of MagicMirror, as we don’t distribute less than the full package…

      see this link
      https://forum.magicmirror.builders/topic/14327/testing-new-fixes-or-solving-current-problems-with-next-release-code

      posted in Troubleshooting
      S
      sdetweil
    • 1
    • 2
    • 3
    • 4
    • 5
    • 1065
    • 1066
    • 1 / 1066