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-MyTasklist

    Scheduled Pinned Locked Moved Utilities
    9 Posts 4 Posters 89 Views 5 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.
    • htilburgsH Offline
      htilburgs
      last edited by htilburgs

      MMM-MyTasklist

      This a module for Magic Mirror².
      This displays a simple Tasklist, you can update through a web frontend.

      image

      image

      Installation

      Clone this repository in your modules folder, and install dependencies:

      cd ~/MagicMirror/modules 
      git clone https://github.com/htilburgs/MMM-MyTasklist.git
      cd MMM-MyTasklist
      npm install 
      

      Update

      When you need to update this module:

      cd ~/MagicMirror/modules/MMM-MyTasklist
      git pull
      npm install
      

      Configuration

      Go to the MagicMirror/config directory and edit the config.js file.
      Add the module to your modules array in your config.js.

      {
        module: "MMM-MyTasklist",
        position: "top_left",
        header: "MyTaskList",
        disabled: false,
        config: {
          tasksFile: "modules/MMM-MyTasklist/tasks.json",
          updateInterval: 300000,
          showCompleted: true,
          maxTasks: null
        }
      },
      

      Load Webinterface for updating the Tasklist

      Open a browser and type http://serverip address:8448
      So if for example you’re MagicMirror is on 192.168.0.48 then you go to http://192.168.0.48:8448

      The Webinterface for MyTasklist will be loaded and you will be able to:

      • choose language for the Webinterface
      • add tasks
      • complete tasks
      • delete tasks
      • edit tasks
      • move the order from tasks by drag-and-drop
      • filter on all, active or done tasks

      All the updates are instantly published on your Mirror

      NOTE:
      With a touchscreen you’re able to check the checkboxes on the Mirror to complete the task.

      All these changes are instantly published to the Webinterface

      Versions

      v1.0.0 - Initial release
      v1.1.0 - Update Look & Feel
      v1.1.1 - Change Webinterface port from 8123 to 8448
      v1.2.0 - Add possibility to edit the tasks in the Webinterface

      (still trying to learn JS, but not afraid to ask and AI is my best friend) ☺

      C S 2 Replies Last reply Reply Quote 3
      • C Offline
        chrisfr1976 @htilburgs
        last edited by

        @htilburgs Really nice and useful. Great job!

        Regards, Chris.

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

          @htilburgs you might consider changing the port number. HomeAssistant uses 8123
          so both on the same machine will collide

          Sam

          How to add modules

          learning how to use browser developers window for css changes

          htilburgsH 1 Reply Last reply Reply Quote 0
          • htilburgsH Offline
            htilburgs @sdetweil
            last edited by htilburgs

            @sdetweil
            Oké, I didn’t know. Let me see in an hour.
            Is there a rule for the Ports? Which I can use or not use?

            (still trying to learn JS, but not afraid to ask and AI is my best friend) ☺

            S karsten13K 2 Replies Last reply Reply Quote 0
            • htilburgsH Offline
              htilburgs @chrisfr1976
              last edited by

              @chrisfr1976
              Thank you 👍

              (still trying to learn JS, but not afraid to ask and AI is my best friend) ☺

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

                @htilburgs none that I know of. Anything 8000 and above is ‘free’ of system requirements.

                Sam

                How to add modules

                learning how to use browser developers window for css changes

                1 Reply Last reply Reply Quote 0
                • karsten13K Offline
                  karsten13 @htilburgs
                  last edited by

                  @htilburgs said in MMM-MyTasklist:

                  Is there a tule for the Ports? Which I can use or not use?

                  you could add a config param for the port so that everyone who collides with 8123 could choose another one without hacking the source code

                  htilburgsH 1 Reply Last reply Reply Quote 1
                  • htilburgsH Offline
                    htilburgs @karsten13
                    last edited by

                    @karsten13
                    I know that is an option. The fast fix now is that I have changed the port to 8448

                    (still trying to learn JS, but not afraid to ask and AI is my best friend) ☺

                    htilburgsH 1 Reply Last reply Reply Quote 1
                    • htilburgsH Offline
                      htilburgs @htilburgs
                      last edited by

                      I Just published v1.2.0
                      This is an update with EDIT possibility in the Webinterface

                      (still trying to learn JS, but not afraid to ask and AI is my best friend) ☺

                      1 Reply Last reply Reply Quote 1
                      • 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