• 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.

Bugsounet and MMM-Pir

Scheduled Pinned Locked Moved General Discussion
68 Posts 10 Posters 5.0k Views 11 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.
  • R Offline
    rkorell @sdetweil
    last edited by Mar 25, 2025, 1:00 PM

    @sdetweil said in Bugsounet and MMM-Pir:

    some modules need a refresh install

    at least in bugsounet’s README.md there is a hint in this direction …

    S 1 Reply Last reply Mar 25, 2025, 1:11 PM Reply Quote 0
    • S Away
      sdetweil @rkorell
      last edited by Mar 25, 2025, 1:11 PM

      @rkorell yes, but there is nothing I can do… the dependencies no longer exist
      he had some integrated update mechanism, I added code to launch that once…
      now its dead too…

      Sam

      How to add modules

      learning how to use browser developers window for css changes

      R 1 Reply Last reply Mar 25, 2025, 1:36 PM Reply Quote 0
      • R Offline
        rkorell @sdetweil
        last edited by Mar 25, 2025, 1:36 PM

        @sdetweil OK.
        really unfortunate.
        I do not understand these dependencies - so I was hopeful that an update will not destroy module’s ability to work …

        So I have to stay with the old mirror version to keep module running?

        Regards,
        Ralf

        S 1 Reply Last reply Mar 25, 2025, 1:54 PM Reply Quote 0
        • L Offline
          lif @sdetweil
          last edited by Mar 25, 2025, 1:39 PM

          @sdetweil said in Bugsounet and MMM-Pir:

          @lif can you talk about this python after …

          MagicMirror upgrades? if so , did you use my upgrade script?

          this highlights a problem. some modules need a refresh install when nodejs and MagicMirror change
          so the upgrade script does that. but that wipes the node_modules folder for the module. and the dependencies are also not available anymore.

          so, if i DO try the npm install it breaks, if i dont try the npm install it might break. fun times.
          i will add a check for the authors url and skip the install action

          I was trying to upgrade Nodejs and if failed with lots of errors.

          my mm and the whole system had got messy, so I’m using this as an opportunity to clean things up (it didn’t help insofar as a restore from the most recent backup didn’t work.

          S 1 Reply Last reply Mar 25, 2025, 1:57 PM Reply Quote 0
          • S Away
            sdetweil @rkorell
            last edited by Mar 25, 2025, 1:54 PM

            @rkorell said in Bugsounet and MMM-Pir:

            So I have to stay with the old mirror version to keep module running?

            i do not know…

            I do not understand these dependencies
            rather than put all the code in the module, there are libraries of things
            that can be called…

            so you make those libraries as separate packages and list them in the dependencies section of package.json and npm install goes and gets them

            he might have decided that multiple components needs the same functions and packaged as library, to be loaded by all that needed it, code once, ship multiple times…
            except that breaks now as the dependencies also are no longer available

            as I said in my initial warning post, plan for them all to fail to work

            Sam

            How to add modules

            learning how to use browser developers window for css changes

            R 1 Reply Last reply Mar 25, 2025, 6:55 PM Reply Quote 0
            • S Away
              sdetweil @lif
              last edited by Mar 25, 2025, 1:57 PM

              @lif yeh, my upgrade script does the nodejs upgrade too…

              use the n command

              sudo npm install n -g 
              sudo n xxx
              where xxx is the version you want to use
              

              recent backup didn’t work

              how backup? use my backup/restore

              yes that is broken too, as the authors repos no longer exist and binary backup may not work on different OS level/nodejs level

              Sam

              How to add modules

              learning how to use browser developers window for css changes

              L 2 Replies Last reply Mar 25, 2025, 2:14 PM Reply Quote 0
              • L Offline
                lif @sdetweil
                last edited by Mar 25, 2025, 2:14 PM

                @sdetweil said in Bugsounet and MMM-Pir:

                how backup? use my backup/restore

                yes that is broken too, as the authors repos no longer exist and binary backup may not work on different OS level/nodejs level

                IMG file on my (new) linux desktop

                1 Reply Last reply Reply Quote 0
                • L Offline
                  lif @sdetweil
                  last edited by Mar 25, 2025, 2:18 PM

                  @sdetweil said in Bugsounet and MMM-Pir:

                  @lif yeh, my upgrade script does the nodejs upgrade too…

                  use the n command

                  sudo npm install n -g 
                  sudo n xxx
                  where xxx is the version you want to use
                  

                  Thanks, added to my install notes

                  S 1 Reply Last reply Mar 25, 2025, 2:20 PM Reply Quote 0
                  • S Away
                    sdetweil @lif
                    last edited by Mar 25, 2025, 2:20 PM

                    @lif n is the nodejs version of nvm

                    Sam

                    How to add modules

                    learning how to use browser developers window for css changes

                    L 1 Reply Last reply Mar 25, 2025, 10:37 PM Reply Quote 0
                    • R Offline
                      rkorell @sdetweil
                      last edited by Mar 25, 2025, 6:55 PM

                      @sdetweil said in Bugsounet and MMM-Pir:

                      plan for them all to fail to work

                      yes - as stated -really unfortunate!
                      Thanks for your clarification!
                      Ralf

                      R 1 Reply Last reply Mar 26, 2025, 1:10 PM Reply Quote 0
                      • 1
                      • 2
                      • 3
                      • 4
                      • 5
                      • 6
                      • 7
                      • 5 / 7
                      5 / 7
                      • First post
                        48/68
                        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