• Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
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-NewsFeedTicker.

Scheduled Pinned Locked Moved Unsolved Troubleshooting
21 Posts 4 Posters 3.6k Views 4 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.
  • A Offline
    ankonaskiff17
    last edited by Sep 27, 2021, 3:45 PM

    Is there a missing component in the MMM-NewsFeedTicker. I’ve installed it twice, one two different machines and it stopped MM in its tracks. Put in modules folder as required, copied config.js module block and put in config folder.
    No settings changes, launched MM and got black screen. Pulled section of config.js back out, restarted, black screen.
    Deleted MMM-NewsFeedTicker from modules folder. Everything back to normal.
    Tried to launch dev tools but while window came up, there was an error message where normally would be css code, etc.

    S 1 Reply Last reply Sep 27, 2021, 4:13 PM Reply Quote 0
    • S Offline
      sdetweil @ankonaskiff17
      last edited by sdetweil Sep 27, 2021, 4:15 PM Sep 27, 2021, 4:13 PM

      @ankonaskiff17 remember that we deleted old libraries in 2.16 , many modules didn’t document that they were needed, and SO, we end up with a crash

      see the messages where u start MM, and look for ‘module not found’ and then npm install those in the MM folder …

      probably one of

      request
      rrule-alt
      valid-url

      Sam

      How to add modules

      learning how to use browser developers window for css changes

      1 Reply Last reply Reply Quote 0
      • G Offline
        greedyvegan
        last edited by Mar 21, 2024, 3:31 AM

        @sdetweil said

        request
        rrule-alt
        valid-url

        this still doesn’t work

        S 1 Reply Last reply Mar 21, 2024, 12:49 PM Reply Quote 0
        • S Offline
          sdetweil @greedyvegan
          last edited by Mar 21, 2024, 12:49 PM

          @greedyvegan show me the messages from mm npm start

          Sam

          How to add modules

          learning how to use browser developers window for css changes

          G 1 Reply Last reply Mar 21, 2024, 6:23 PM Reply Quote 0
          • G Offline
            greedyvegan @sdetweil
            last edited by Mar 21, 2024, 6:23 PM

            @sdetweil show me the message from npm start

            after starting mm v2.26.0 it says
            loading config…
            [DEBUG] config template file not exists, no envsubst
            loading module helpers…
            no helper found… initializing new module helper
            then…

            Screenshot 2024-03-21 at 2.16.40 PM.png

            S 1 Reply Last reply Mar 21, 2024, 6:31 PM Reply Quote 0
            • S Offline
              sdetweil @greedyvegan
              last edited by Mar 21, 2024, 6:31 PM

              @greedyvegan that says you have an instance running already, do

              pm2 status
              

              then

              pm2 stop all
              

              then

              pm2 start  xx
              

              xx is the number or name on the row

              Sam

              How to add modules

              learning how to use browser developers window for css changes

              G 1 Reply Last reply Mar 21, 2024, 7:24 PM Reply Quote 0
              • G Offline
                greedyvegan @sdetweil
                last edited by Mar 21, 2024, 7:24 PM

                @sdetweil
                which row?

                S 1 Reply Last reply Mar 21, 2024, 7:26 PM Reply Quote 0
                • S Offline
                  sdetweil @greedyvegan
                  last edited by Mar 21, 2024, 7:26 PM

                  @greedyvegan share the output of
                  pm2 status

                  Sam

                  How to add modules

                  learning how to use browser developers window for css changes

                  G 1 Reply Last reply Mar 21, 2024, 7:27 PM Reply Quote 0
                  • G Offline
                    greedyvegan @sdetweil
                    last edited by greedyvegan Mar 21, 2024, 7:28 PM Mar 21, 2024, 7:27 PM

                    @sdetweil
                    │ id │ name │ mode │ ↺ │ status │ cpu │ memory │
                    ├────┼────────────────────┼──────────┼──────┼───────────┼──────────┼──────────┤
                    │ 0 │ MagicMirror │ fork │ 29 │ stopped │ 0% │ 0b │
                    │ 2 │ mm │ fork │ 0 │ stopped │ 0% │ 0b │
                    │ 1 │ run-start │ fork │ 0 │ stopped │ 0% │ 0b │
                    └────┴────────────────────┴──────────┴──────┴───────────┴──────────┴──────────┘
                    Screenshot 2024-03-21 at 3.25.22 PM.png

                    S 1 Reply Last reply Mar 21, 2024, 7:34 PM Reply Quote 0
                    • S Offline
                      sdetweil @greedyvegan
                      last edited by sdetweil Mar 21, 2024, 7:42 PM Mar 21, 2024, 7:34 PM

                      @greedyvegan hm…
                      run this

                      ps -ef | grep  MagicMirror  | awk '{print $2}` | xargs sudo kill  -9
                      

                      the. try. npm start

                      Sam

                      How to add modules

                      learning how to use browser developers window for css changes

                      G 2 Replies Last reply Mar 21, 2024, 7:40 PM Reply Quote 0
                      • 1
                      • 2
                      • 3
                      • 1 / 3
                      • 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