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

    Topics

    • O

      MMM-Rocketlaunch- image removal?

      Watching Ignoring Scheduled Pinned Locked Moved Solved Troubleshooting
      4
      0 Votes
      4 Posts
      729 Views
      M
      I had the same idea. I added a boolean variable to disable outputting row 9. diff --git a/MMM-Rocketlaunch.js b/MMM-Rocketlaunch.js index c65b2c5..31f5faa 100644 --- a/MMM-Rocketlaunch.js +++ b/MMM-Rocketlaunch.js @@ -25,6 +25,7 @@ Module.register('MMM-Rocketlaunch',{ apiParmVerbose: '&format=json', missiondesc: true, imggray: true, + imgdisplay: true, launches: "1", statusTable: { @@ -229,7 +230,7 @@ Module.register('MMM-Rocketlaunch',{ } // row 9 - if (currentLaunche.image) { + if (currentLaunche.image && this.config.imgdisplay) { var row = document.createElement("tr"); table.appendChild(row);
    • O

      Updated MM and now i get white screen with "ERR_CONNECTION_REFUSED"

      Watching Ignoring Scheduled Pinned Locked Moved Solved Troubleshooting
      25
      0 Votes
      25 Posts
      6k Views
      O
      @sdetweil done and done sir! many thanks pi@raspberrypi:~/MagicMirror $ node -v v16.9.1
    • O

      News feed moves by 1 Px?

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved Troubleshooting
      1
      0 Votes
      1 Posts
      756 Views
      O
      Hi, Does anyone know why when a headline loads in the standard news feed module the headline moves up 1 pixel, and then when it fades out it moves back down 1 px? cheers Onis
    • O

      MMM-PIR or MMM-PIR-Sensor issues...

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved Troubleshooting
      17
      0 Votes
      17 Posts
      6k Views
      Mykle1M
      Gee, I’ve missed this place. No, really.
    • 1 / 1