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-Memo - Add some memos on your page and manage them through HTTP request

    Scheduled Pinned Locked Moved Productivity
    41 Posts 23 Posters 27.9k Views 23 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.
    • CatoC Offline
      Cato Module Developer
      last edited by

      Wow, really nice and usefull! Will try it out tonight!

      1 Reply Last reply Reply Quote 0
      • cowboysdudeC Offline
        cowboysdude Module Developer
        last edited by

        For someone who needs lists… this is awesome!

        1 Reply Last reply Reply Quote 0
        • slametpsS Offline
          slametps @schnibel
          last edited by

          @schnibel Awesome module!

          regards,

          Slamet PS

          1 Reply Last reply Reply Quote 0
          • S Offline
            schnibel
            last edited by

            Hi guys,
            Thank you for your messages.
            I also wanted to tell you that I added the “Display” functionalities using the default alert module. So you just have to ‘git pull’ :)

            Don’t hesitate to propose any suggestions.
            Christophe

            1 Reply Last reply Reply Quote 0
            • S Offline
              schnibel
              last edited by

              @MichMich and @paviro, did you have the opportunity to play with this module “post-it / memo” module ?
              Any suggestions ?
              Bye for now

              SnilleS 1 Reply Last reply Reply Quote 0
              • SnilleS Offline
                Snille Module Developer @schnibel
                last edited by Snille

                @schnibel Hi! Thank you for this module! I’m currently using it in a quiet different way. :) I’m a frequent flyer (fly 4 times a week) so, from time to time I have to message my wife to tell that a flight is late (or canceled). So, to get around this problem I set up a new gmail-account for my Mirror, then I joined “Flight Aware” with that account. On the site, you can set to be sent information mails for specific flight-numbers. I set up to get mails on start, land and changes for my “flights”. These mails then are picked up with a python-script that parse them and send a “refined” version of the information to a “memo” on the mirror, that then “popup” automatically. So, now my wife only have to glance at the mirror to know when I will land and if there are any changes in the schedule. All automatically. :)

                Thank you for making it possible. :)

                If you cant find it, make it and share it!
                Modules: MMM-homeassistant-sensors, MMM-Modulebar, MMM-Profilepicture, MMM-Videoplayer

                yawnsY S 2 Replies Last reply Reply Quote 2
                • yawnsY Offline
                  yawns Moderator @Snille
                  last edited by

                  @Snille
                  This is so 100% nerdy :D
                  But I like the idea!

                  1 Reply Last reply Reply Quote 1
                  • S Offline
                    schnibel @Snille
                    last edited by

                    @Snille Awesome ! I love the idea !

                    1 Reply Last reply Reply Quote 1
                    • D Offline
                      dsegel
                      last edited by

                      I love this module, but have a few requests:

                      1. I’d like to get rid of the pin. I want to make it more professional looking.

                      2. What css should I use in custom.css to left-align the text in the memos? I can’t figure out what to use.

                      3. You should add a different font option. I had to override it custom.css.

                      1 Reply Last reply Reply Quote 0
                      • ceddirrC Offline
                        ceddirr
                        last edited by

                        Hi all! Thank you for this module, it looks awesome!
                        I’d have just one question, on my mirror when I do this command
                        http://192.168.0.137:8080/DisplayMemo?memoTitle=SHOPPING&item=ALL
                        it only stays 3 seconds. Is there more options, to display it longer?
                        Thank you for your help =)

                        strawberry 3.141S 1 Reply Last reply Reply Quote 0
                        • strawberry 3.141S Offline
                          strawberry 3.141 Project Sponsor Module Developer @ceddirr
                          last edited by

                          @ceddirr https://github.com/schnibel/MMM-Memo#to-temporary-display-the-second-memo-of-the-shopping-memo-note

                          Please create a github issue if you need help, so I can keep track

                          ceddirrC 1 Reply Last reply Reply Quote 0
                          • ceddirrC Offline
                            ceddirr @strawberry 3.141
                            last edited by

                            @strawberry-3.141 Hi, Thank you for your quick reply =)
                            I am sorry I read this already, but I didn’t understand how to make my memo stay longer… :/
                            I have only one module with “memoDisplayNotification” set to “true”.
                            I understand the alert module is managing this with:
                            self.sendNotification(“SHOW_ALERT”, {});
                            But how to integrate this into the command
                            http://192.168.0.137:8080/DisplayMemo?memoTitle=SHOPPING&item=ALL
                            Thank you again!

                            strawberry 3.141S 1 Reply Last reply Reply Quote 0
                            • strawberry 3.141S Offline
                              strawberry 3.141 Project Sponsor Module Developer @ceddirr
                              last edited by

                              @ceddirr add the config option display_time to the alert module https://github.com/MichMich/MagicMirror/tree/master/modules/default/alert#configuration-options

                              Please create a github issue if you need help, so I can keep track

                              1 Reply Last reply Reply Quote 0
                              • ceddirrC Offline
                                ceddirr
                                last edited by

                                Riiight, thank you very much! :D

                                1 Reply Last reply Reply Quote 0
                                • ceddirrC Offline
                                  ceddirr
                                  last edited by

                                  Hi all,

                                  Thank you again for your answer last time, playing with the option display_time from the alert module.

                                  However, if you modify it, every alert would be modified. For exemple, if I want to set my memo to keep displayed for at least 30 secondes, I go modify the display_time from the alert module. But, all alerts like for example “welcome back Mr Blabla” when I switch profile will stay longer than usual.

                                  The question is how do I have to do to only change the MMM-Memo alerts please?
                                  Many thanks,
                                  Cedric ;)

                                  1 Reply Last reply Reply Quote 0
                                  • S Offline
                                    schnibel
                                    last edited by

                                    Hi guys,
                                    Just came back on the Internet, and I saw your messages.
                                    @ceddirr, I’m sorry, but I didn’t develop a specific module for alerts as the existing one is quite nice… But I understand your problem.
                                    When I had this DisplayMemo option, the idea was to temporarily display a long message, is it your case ?

                                    strawberry 3.141S 1 Reply Last reply Reply Quote 0
                                    • ceddirrC Offline
                                      ceddirr
                                      last edited by

                                      Hi, thank you for getting back to me =)

                                      Yes, the idea is basically the same, but I would just like to see the memo a little bit longer than the regular alert’s configuration.
                                      The problem for me is if I change the display_time setting directly on the alert module, it would be too long for the other alert like “nice to see you %profile%”, etc lol

                                      1 Reply Last reply Reply Quote 0
                                      • strawberry 3.141S Offline
                                        strawberry 3.141 Project Sponsor Module Developer @schnibel
                                        last edited by

                                        @schnibel easiest soluton would be to replace notifications with alerts, as they can have a duration parameter, but the downside is there can be just one alert per module at the same time.

                                        https://github.com/schnibel/MMM-Memo/blob/master/MMM-Memo.js#L123

                                        to this.sendNotification("SHOW_ALERT", {title: ttl, message: msg, timer: 5000}); for 5 seconds or make a config option for it

                                        Please create a github issue if you need help, so I can keep track

                                        1 Reply Last reply Reply Quote 1
                                        • wiresharkW Offline
                                          wireshark
                                          last edited by

                                          This post is deleted!
                                          D wiresharkW 2 Replies Last reply Reply Quote 0
                                          • D Offline
                                            dsegel @wireshark
                                            last edited by

                                            @wireshark Try something like this in your ~/MagicMirror/css/custom.css file:

                                            .MMM-Memo .note {
                                                font-size: 25px;
                                                font-family: "Roboto Condensed", sans-serif;
                                            }
                                            

                                            Note that I just picked that size (25px) out of the air; I have no idea what the default size is. You’ll have to experiment. Also not sure if the size option will even work (although I know the font-family option does).

                                            1 Reply Last reply Reply Quote 0

                                            Hello! It looks like you're interested in this conversation, but you don't have an account yet.

                                            Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

                                            With your input, this post could be even better 💗

                                            Register Login
                                            • 1
                                            • 2
                                            • 3
                                            • 1 / 3
                                            • 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