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.

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

    Scheduled Pinned Locked Moved Development
    5 Posts 2 Posters 713 Views 2 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.
    • B Offline
      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 Do not disturb
        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

        How to add modules

        learning how to use browser developers window for css changes

        B 1 Reply Last reply Reply Quote 0
        • B Offline
          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 Do not disturb
            sdetweil @banbutcher
            last edited by

            @banbutcher let me know if u have troubles

            Sam

            How to add modules

            learning how to use browser developers window for css changes

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

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

              Sam

              How to add modules

              learning how to use browser developers window for css changes

              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 Sam, technical setup by Karsten.
              This forum is using NodeBB as its core | Contributors
              Contact | Privacy Policy