MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.

    Something I'm working on ...

    Scheduled Pinned Locked Moved Announcements
    39 Posts 12 Posters 37.8k Views 12 Watching
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • CatoC Offline
      Cato Module Developer @MichMich
      last edited by

      @MichMich I guess both @LukeCodewalker and me have the same issue. I’ve included my markdown below and as far as I can see there should be no issue with it. The only thing might be the inclusion of
      tags for new line.

      Configuration option | Comment | Default 
      ---|---|---
      url | Video Streaming URL.<br><br>You find it in <i>Motion Eye</i> in the <i>Video Streaming Section</i> under <i>Usefull URLs</i> by by clicking the <i>Streaming URL</i> link.<br><br>It should look something like this: `http://motioneye:8081` (probably an IP instead of hostname) | No default
      autoHide | If you want the camera to only be visible on the mirror when there is motion, set this to true. You will then have to enable "Call a Web Hook" in Motion Eye under the Motion Notifications section: <br><br> - Web Hook URL: <b>[http://URL of your mirror]/motioneye</b>. Example: http://192.168.1.11:8080/motioneye<br> - HTTP Method: <b>GET</b><br><br>Remember to update IP white list to enable access from your Motion Eye box.|false
      autoHideDelay|If autoHide is enabled you can decide how long to wait before hiding the camera|60000 (60 seconds)
      width|Width of camera image. You have to try out what fits YOUR monitor | 400px
      debug|Show messages in the log|false
      
      MichMichM 1 Reply Last reply Reply Quote 0
      • MichMichM Offline
        MichMich Admin @Cato
        last edited by

        @Cato That’s correct. You’re mixing html and markdown. Which is not supported within a markdown table. The markdown parser is very strict about this due to security reasons. (We want to prevent code injection via a readme file at all costs.)

        I just use the parser used/developed by/for https://www.npmjs.com, so this is not something I can change.

        1 Reply Last reply Reply Quote 0
        • CatoC Offline
          Cato Module Developer
          last edited by

          @MichMich Are you sure about that?

          I thought InLine HTML was perfectly allowed. See:

          • https://daringfireball.net/projects/markdown/syntax#html
          • https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet#html
          MichMichM 1 Reply Last reply Reply Quote 0
          • MichMichM Offline
            MichMich Admin @Cato
            last edited by

            @Cato Yes, it’s allowed, but not within a markdown table.

            1 Reply Last reply Reply Quote 0
            • CatoC Offline
              Cato Module Developer
              last edited by

              Ok, I’ll reformat my documentation when I get time.

              I found this nice tool: https://dlaa.me/markdownlint/ for checking syntax.

              1 Reply Last reply Reply Quote 0
              • paphkoP Offline
                paphko
                last edited by

                Nice step, a dedicated module database :-)
                However, via chrome for Android, I am not able to upload an image for my module…

                1 Reply Last reply Reply Quote 0
                • R Offline
                  roramirez Core Contributors @MichMich
                  last edited by

                  @MichMich From some days I’ve been working in design and little code about mention before.

                  I hope soon release something can be stable. At today is state alfa state and not working.

                  I send the URL of project if someone is interested
                  https://github.com/roramirez/MagicMirror-Module-Manager

                  Easy module development with MagicMirror Module Template

                  1 Reply Last reply Reply Quote 0
                  • B Offline
                    bmarofsky @MichMich
                    last edited by

                    @MichMich It would be good to require screenshots. Other wise its a good start.

                    MichMichM 1 Reply Last reply Reply Quote 0
                    • tosti007T Offline
                      tosti007 Module Developer
                      last edited by

                      I cannot upload any modules at all, either with pc (windows, firefox) or android (chrome). Is this currently supposed to be like that (aka disabled) or am i doing something wrong? :) I am on the correct github account and the repositories are public.

                      If there is anything don't hesitate to contact me!
                      ProfileSwitcher, TouchNotifications

                      MichMichM yawnsY 2 Replies Last reply Reply Quote 0
                      • MichMichM Offline
                        MichMich Admin @bmarofsky
                        last edited by

                        @bmarofsky Not all modules have visuals. Some just work in the background.

                        1 Reply Last reply Reply Quote 0
                        • 1
                        • 2
                        • 3
                        • 4
                        • 3 / 4
                        • First post
                          Last post
                        Enjoying MagicMirror? Please consider a donation!
                        MagicMirror created by Michael Teeuw.
                        Forum managed by Sam, technical setup by Karsten.
                        This forum is using NodeBB as its core | Contributors
                        Contact | Privacy Policy