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.

    MMM-WeatherorNot Random Number at Bottom

    Scheduled Pinned Locked Moved Unsolved Troubleshooting
    5 Posts 2 Posters 605 Views 2 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.
    • S Offline
      Splashed
      last edited by

      My Weatherornot module keeps displaying this random number code at the bottom of my module. From looking at others projects, it doesn’t seem like it belongs in the module.

      Can someone tell me how to get rid of it?

      IMG_1014.jpeg

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

        @Splashed well, let’s find out where it came from

        open the developers window, ctrl-shift-i,
        select the elements tab, click the arrow in the top right corner…

        then move the mouse over the mm page so that number is highlighted.

        then that section of the page html will be highlighted.

        print screen that and post here

        Sam

        How to add modules

        learning how to use browser developers window for css changes

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

          @sdetweil

          I appreciate the direction. I am unable to highlight the number unfortunately. Someone on reddit suggested that what Im seeing in the epoch timestamp. If thats the case, I dont mind seeing it, but Id love to see it in a normal timestamp and perhaps a different color.

          S 2 Replies Last reply Reply Quote 0
          • S Offline
            sdetweil @Splashed
            last edited by

            @Splashed hmm… that would be the first time I’ve seen content on the page that didn’t come the mm app.

            if you open the mm url with the system browser, so you see the same results?
            http://localhost:8080

            if you set

            address:"0.0.0.0",
            ipWhitelist:[],
            

            in config.js and restart mm
            then you can access from your PC, laptop, phone
            http://pi_ip_address_or_hostname:8080
            is it still there

            Sam

            How to add modules

            learning how to use browser developers window for css changes

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

              @Splashed looks like it’s the timestamp of the iframe content

              from the code

              Screenshot_20240131_093524_Chrome.jpg

              the author is not available, so someone would have to fork and provide a fix

              you could edit the .js file and remove that +…
              on line 82

              Sam

              How to add modules

              learning how to use browser developers window for css changes

              1 Reply Last reply Reply Quote 0
              • 1 / 1
              • 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