MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord
    MagicMirror² v2.20.0 is available! For more information about this release, check out this topic.

    script to use fswatch to add/delete file to database... point me in right direction

    Development
    2
    5
    102
    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.
    • B
      banbutcher last edited by

      hi team
      so ive been using a couple of scripts to do:

      1. uses fs watch to check for add/delete of a download folder and then print output to text
      2. my MMM checks thats text file and displays the last 10 entries, add one colour and delete a different

      which worked fine, but now i want to try and use a database of those file names and locations along with their hash info so i can still use fs watch to add but also delete from database if the file is deleted

      i dont want someont to di it for me, id just like to be pointed in the right direction links to similar or a toutorial the database will be run on a mac

      thanks

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

        @banbutcher you can use mongodb, which is very easy.

        it is called nosql, because u don’t have to define a structure of the records. just use json and it does all the work.

        then you can lookup records by using the fields in the records you inserted.

        u can call it from inside the fs functions. just another library. (of course u have to setup and run the server separate from mm)

        Sam

        Create a working config
        How to add modules

        B 1 Reply Last reply Reply Quote 0
        • B
          banbutcher @sdetweil last edited by

          @sdetweil thanks Sam, ill give it a look nd hve a go!

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

            @banbutcher let me know if u have troubles

            Sam

            Create a working config
            How to add modules

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

              @banbutcher there is a little nosql db and lib in one
              https://www.npmjs.com/package/nosql

              Sam

              Create a working config
              How to add modules

              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 Paul-Vincent Roll and Rodrigo Ramírez Norambuena.
              This forum is using NodeBB as its core | Contributors
              Contact | Privacy Policy