Navigation

    MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord
    MagicMirror² v2.15.0 is available! For more information about this release, check out this topic.

    How to post code on the forum - For absolute beginners

    Troubleshooting
    10
    26
    8844
    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.
    • Mykle1
      Mykle1 Project Sponsor Module Developer @s199 last edited by

      @s199 said in How to post code on the forum - For absolute beginners:

      i love your “absolute beginners” guides, keep them coming!

      thanks a lot !

      Hey, thanks for that. I do appreciate it. When I think of another one, I’ll get right to it.

      Peace!

      1 Reply Last reply Reply Quote 0
      • Mykle1
        Mykle1 Project Sponsor Module Developer @s199 last edited by

        @s199

        You might be interested in this. It’s not titled For absolute beginners, but it’s close enough.

        https://forum.magicmirror.builders/topic/4089/complete-walkthrough-install-magicmirror-on-a-pc-windows-7

        1 Reply Last reply Reply Quote 0
        • R
          roxx last edited by roxx

          lets see if this works
          I have this back tick on my Android and not in my windows tablet.. so i will need to post code from this mobile!!!

          1 Reply Last reply Reply Quote 0
          • swvalenti
            swvalenti Project Sponsor last edited by

            Awesome

            Thank you!
            
            1 Reply Last reply Reply Quote 0
            • evroom
              evroom last edited by

              Still having trouble with < and >, actually < x m l _ l I n e > (without spaces).

              <xml_line>
              

              Or:

              </xml_line>
              

              I did:

              < x m l _ l I n e >

              and

              < / x m l _ l I n e >

              Remove the spaces to get my result.
              I was given a workaround for this, but of course forgot it.

              S 1 Reply Last reply Reply Quote 0
              • S
                sdetweil @evroom last edited by

                @evroom the workaround is to add a space after <

                evroom 1 Reply Last reply Reply Quote 0
                • evroom
                  evroom @sdetweil last edited by

                  @sdetweil
                  Can’t be it. He said hopefully.
                  So when I have numerous lines of xml, I need to add a space after every < ?

                  And when doing so I actually get:
                  < xml_line>

                  S 1 Reply Last reply Reply Quote 0
                  • S
                    sdetweil @evroom last edited by

                    @evroom yes… the space will show, uuuuuuuugly…

                    you would think that the three backquotes would turn off text interpretation…
                    but sadly not…

                    1 Reply Last reply Reply Quote 0
                    • Mykle1
                      Mykle1 Project Sponsor Module Developer last edited by Mykle1

                      I’m posting to this topic in the hope that it will be read by users that are not aware of the protocol for posting.

                      Your code posts should look like this:

                      {
                                  disabled: false,
                                  module: "MMM-EARTH",
                                  position: "bottom right",
                                  config: {
                                      mode: "Natural",
                                      rotateInterval: 15000,
                                      animationSpeed: 0,
                                      MaxWidth: "45%",
                                      MaxHeight: "45%",
                                  }
                              },
                      

                      NOT like this:

                      {
                      disabled: false,
                      module: “MMM-EARTH”,
                      position: “bottom right”,
                      config: {
                      mode: “Natural”,
                      rotateInterval: 15000,
                      animationSpeed: 0,
                      MaxWidth: “45%”,
                      MaxHeight: “45%”,
                      }
                      },

                      Peace!

                      S 1 Reply Last reply Reply Quote 0
                      • J
                        JediJah last edited by

                        Thanks for this post. I am about to put it to good use.

                        1 Reply Last reply Reply Quote 0
                        • 1
                        • 2
                        • 3
                        • 2 / 3
                        • First post
                          Last post
                        Enjoying MagicMirror? Please consider a donation!
                        MagicMirror created by Michael Teeuw.
                        Forum managed by Paul-Vincent Roll and Rodrigo Ramírez Norambuena.
                        This forum is using NodeBB as its core | Contributors
                        Contact | Privacy Policy