MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. Shampooman
    3. Best
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.
    S
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 15
    • Groups 0

    Posts

    Recent Best Controversial
    • Image Galery

      Did anyone try to do something like this? You could use it like these digital pictureframes and show your favourite holidaypictures.
      I can’t find a module, that does something like this. It’s such a simple idea, that I thought someone might have done it, and I’m just to stupid to find it… :)

      posted in Requests
      S
      Shampooman
    • RE: Hide Module (not deleting if from the config.js)

      you could just comment it out.

      /*
      {
      	module:clock,
      	position: 'top_left',
      }
      */
      

      would do the job. :)

      Moderator’s Note: Please use proper Markdown when showing code.

      posted in Development
      S
      Shampooman
    • RE: OwnCloud integration

      ok, now it works completly. Perhaps I had a mistake inside my code. Thank you for your help!

      posted in General Discussion
      S
      Shampooman
    • RE: Issue with sendSocketNotification and socketNotificationReceived

      @paviro said in Issue with sendSocketNotification and socketNotificationReceived:

      Only had a quick look at your code but it seems like you are not sending anything from the UI JavaScript to the node_helper. In order for the node_helper to be able to communicate with the module’s JavaScript you have to open the socket connection by sending some kind of initial message to the helper first. So you can probably fix it by adding this.sendSocketNotification("hello") to the start function of your lovenotes.js.

      Thank you! This helped a lot!!!

      posted in Development
      S
      Shampooman
    • 1 / 1