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.

    Where to git clone MagicMirror 2.16

    Scheduled Pinned Locked Moved Solved Troubleshooting
    12 Posts 4 Posters 4.8k Views 3 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.
    • plainbrokeP Offline
      plainbroke
      last edited by plainbroke

      HELP,
      Where do I find older version of MagicMirror?
      Want to install 2.16 so all my modules work again.

      I use MMM-Carousel with a long list of other modules. When I did the update to 2.18 goes black screen when I add modules. Plus lost my laptop that all my backups where on. HDD failure… I am really just wanting to get it back the way it was…
      Usually I can reload MagicMirror 2.16 and just copy my modules folder into the new install and everything works.
      As of right now I have MMM-Carousel working with default calendar, iFrame, MagicMirror-backup-restore, MMM-DarkSkyForecast, MMM-Snow,
      and MMM-SugarValue. If I try to install other modules, I get a black screen.
      I have tried many different ones and each time I have to: rm -rf MagicMirror and then reinstall with Sams auto installer. I am in the mid twenties, trying to add different modules…

      This is my normal list of working modules…

      module: "MMM-Carousel",
      config: {
      transitionInterval: 15000, //45000,
      ignoreModules: ["MMM-Snow"],
      mode: "slides",
      		slides: [
      ["MMM-CalendarExt"]  //has to first to work.
      

      x [“calendar”], // 1st copy shows Birthdays Friends and Family.
      [“calendarh”], //2nd copy of default calendar for US Holidays
      x [“iFrame”],
      [“MMM-ATM”],
      [“MMM-RTSPStream”], //Wyze Camera 1
      [“MMM-Bored”],
      [“MMM-CalvinAndHobbes”],
      [“MMM-CloneWarsQuotes”],
      [“MMM-Cocktails”],
      [“MMM-COVID19”],
      [“MMM-DailyQuote”],
      x [“MMM-DarkSkyForecast”],
      [“MMM-Dogs”],
      [“MMM-Evil”],
      [“MMM-Gas”],
      [“MMM-GmailFeed”],
      [“MMM-History”],
      [“MMM-RTSPStream2”], //Wyze Camera 2
      [“MMM-icanhazdadjoke”],
      [“MMM-ImagesPhotos”],
      [“MMM-learnlanguage”],
      [“MMM-MotionEye”],
      [“MMM-MyWordOfTheDay”],
      [“MMM-NetworkScanner”]
      [“MMM-NFL”],
      [“MMM-quote-of-the-day”],
      [“MMM-RAIN-MAP”],
      [“MMM-rfacts”],
      [“MMM-RTSPStream3”], //Wyze Camera 3
      [“MMM-SimpleLogo”],
      [“MMM-SingleStock”], //UPS
      x [“MMM-SugarValue”], //Diabetic #s
      [“random_quotes”]

      Slow learner. But trying anyways.

      S mumblebajM 2 Replies Last reply Reply Quote 0
      • plainbrokeP Offline
        plainbroke @sdetweil
        last edited by

        @sdetweil said in Where to git clone MagicMirror 2.16:

        @mumblebaj FORCE if already upgraded… otherwise it will say ‘already at current release’ and abort

        Thanks guys I have slowly and I mean slowly got a few to work… I will install all of them and see what sdetweils upgrade script can do under force…

        Slow learner. But trying anyways.

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

          @plainbroke there is a tag in the git repo.

          search clone git tag

          https://www.techiedelight.com/clone-specific-tag-with-git/

          Sam

          How to add modules

          learning how to use browser developers window for css changes

          1 Reply Last reply Reply Quote 0
          • plainbrokeP Offline
            plainbroke
            last edited by

            @sdetweil
            Sorry Sam,
            I do not understand how to do this.
            Went to the link you provided, evidently this is above my pay grade. LOL
            Jeff

            Slow learner. But trying anyways.

            SharkbyteS 1 Reply Last reply Reply Quote 0
            • SharkbyteS Offline
              Sharkbyte @plainbroke
              last edited by Sharkbyte

              @plainbroke

              Top oh the evening
              If you follow the url he sent you you can use the tag to rollback below is a screenshot showing the tag
              alt text

              You can use the tag to git that specific version
              The version you are looking for is below but you have to follow the instructions provided by @sdetweil To get the git to get that version (wanted to throw another get in that sentence) lol

              
              $ git clone -b <tagname> <repository> 
              
              

              tagged version url

              If you complete this task sir your pay grade will be raised along with gitrank. Lol

              Feel free to ask any questions

              Technically challenged all day everyday.
              So then I just go here Evolution MMA
              Of course though spending time with the son is always the best of the best!

              1 Reply Last reply Reply Quote 0
              • mumblebajM Offline
                mumblebaj Module Developer @plainbroke
                last edited by

                @plainbroke So, you may want to supply us the error messages that you are getting when you start the mirror. Either the content from the terminal when you start the mirror with npm or if you start the mirror with pm2 then pm2 log --lines 100. There are underlying issues with the modules that you have installed. To get you up and running on 2.18 then you need to provide us with the log output so we can see how to assist. Rolling back to older version of MM may not be the right thing to do. Let’s see if we can resolve the issues.

                Check out my modules at: https://github.com/mumblebaj?tab=repositories

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

                  @mumblebaj and if you use my upgrade script, it will do all the missing require lib corrections for the active modules

                  Sam

                  How to add modules

                  learning how to use browser developers window for css changes

                  mumblebajM 1 Reply Last reply Reply Quote 0
                  • mumblebajM Offline
                    mumblebaj Module Developer @sdetweil
                    last edited by

                    @sdetweil That is true. But he already upgraded to latest. Not sure if your scripts will fix after the fact?

                    Check out my modules at: https://github.com/mumblebaj?tab=repositories

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

                      @mumblebaj add force instead of apply, then its a re-upgrade (npm install, not pull) … and do the whole thing

                      Sam

                      How to add modules

                      learning how to use browser developers window for css changes

                      mumblebajM 1 Reply Last reply Reply Quote 0
                      • mumblebajM Offline
                        mumblebaj Module Developer @sdetweil
                        last edited by

                        @plainbroke There you go. Use the upgrade script by @sdetweil with the apply option and it should sort out your modules’ missing dependencies. If you still have issues then post the logs so we can see what else is wrong.

                        Check out my modules at: https://github.com/mumblebaj?tab=repositories

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

                          @mumblebaj FORCE if already upgraded… otherwise it will say ‘already at current release’ and abort

                          Sam

                          How to add modules

                          learning how to use browser developers window for css changes

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