• Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
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.

Help Me To Get Lucy Working

Scheduled Pinned Locked Moved Troubleshooting
18 Posts 4 Posters 5.6k 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.
  • D Offline
    dazza120 @Mykle1
    last edited by dazza120 Dec 14, 2018, 10:38 AM Dec 14, 2018, 9:50 AM

    @mykle1 said in Help Me To Get Lucy Working:

    else if (notification === ‘HIDE_TRAFFIC’) {
    this.sendNotification(‘HIDE_TRAFFIC’);
    }
    else if (notification === ‘SHOW_TRAFFIC’) {
    this.sendNotification(‘SHOW_TRAFFIC’);
    }

    Hi as soon as i add those lines i’m no longer able to see the mic and lucy stops working i used an online json editor and it says line 429 is } else if AND 431 is MM.getModules ive tried every blank space here but it just breaks everytime, done all the other bits which seem ok as its not broken the voice module just adding the lines above seems to kill it. If i add the default lucy clock and calendar i can’t get them to appear and dissapear at will, i can hide ALL modules or show all modules only :(

      this.sendNotification('SHOW_LOTTERY');
       this.sendNotification('SHOW_CLOCK');
       this.sendNotification('SHOW_EARTH');
       this.sendNotification('SHOW_EYECANDY');
       this.sendNotification('SHOW_LICE');
       this.sendNotification('SHOW_COWBOY');
       this.sendNotification('SHOW_TIDES');
       this.sendNotification('SHOW_VOICE');
    
     } else if (notification === 'HIDE_PAGE_ONE') {
    
         MM.getModules().enumerate((module) => {
                module.hide(1000);
            });
    
    M 1 Reply Last reply Dec 14, 2018, 9:22 PM Reply Quote 0
    • M Offline
      Mykle1 Project Sponsor Module Developer @dazza120
      last edited by Mykle1 Dec 14, 2018, 9:27 PM Dec 14, 2018, 9:22 PM

      @dazza120

      Ok, the readme needs to be updated so the line numbers weren’t quite correct (My bad). I’ve taken the liberty of adding GoogleMapsTraffic to the defaults of Hello-Lucy. It was just easier for me than trying to explain things here.

      1. Get a new copy of the Hello-Lucy repo.
      2. In the MMM-voice replacement files folder is your new MMM-voice.js file and node_helper.
      3. In the Replacement module files folder is your new MMM-GoogleMapsTraffic.js file.

      Replace your current files with the files above.

      Any of my modules will work by default, after having installed them. See the Replacement module files folder for other modules that you might want to use (Ex. calendar, clock, compliments, newsfeed etc)

      Create a working config
      How to add modules

      1 Reply Last reply Reply Quote 1
      • M Offline
        Mykle1 Project Sponsor Module Developer
        last edited by Mykle1 Dec 15, 2018, 2:25 AM Dec 15, 2018, 1:55 AM

        Video quality is pretty bad but I’ve been working on a single, full page module specifically for my system and Hello-Lucy. The orange-ish square (bottom center) is an enlarged CPU core image containing the temperatures of each core.

        HardwareMonitor

        Create a working config
        How to add modules

        1 Reply Last reply Reply Quote 1
        • M Offline
          Mykle1 Project Sponsor Module Developer
          last edited by Mykle1 Dec 15, 2018, 3:16 AM Dec 15, 2018, 3:13 AM

          If only the video quality was this good. Click on images for a better view.

          0_1544843607437_cyan.png

          0_1544843698660_white.png

          Create a working config
          How to add modules

          D 1 Reply Last reply Dec 15, 2018, 7:52 AM Reply Quote 1
          • D Offline
            dazza120 @Mykle1
            last edited by Dec 15, 2018, 7:52 AM

            @mykle1 thank you very much! At the bottom google traffic bit in the mmm-voice.js folder can I just add new modules underneath it? PS that looks good, it’s not a pi then lol, thanks for your help :)

            M 1 Reply Last reply Dec 15, 2018, 1:52 PM Reply Quote 0
            • M Offline
              Mykle1 Project Sponsor Module Developer @dazza120
              last edited by Dec 15, 2018, 1:52 PM

              @dazza120

              Take a look at the readme again. Yes, you can add other modules beneath the traffic entry in the voice.js file. You HAVE to. But that’s not the extent of it. For each new module you want to add (except the default modules) you must edit

              1. The module.js file you want to control
              2. The MMM-voice node_helper
              3. The MMM-voice.js file (in 2 places)

              Create a working config
              How to add modules

              D B 2 Replies Last reply Dec 15, 2018, 2:00 PM Reply Quote 0
              • D Offline
                dazza120 @Mykle1
                last edited by Dec 15, 2018, 2:00 PM

                @mykle1 yep got that in the module itself after the return wrap and in Lucy’s array yep I’ll look at the traffic one and dupe it, thanks for your help, it has been much appreciated.

                1 Reply Last reply Reply Quote 0
                • B Offline
                  bhepler Module Developer @Mykle1
                  last edited by Dec 16, 2018, 3:02 PM

                  @mykle1 - That raises an interesting question. Since you have to modify the module’s main JS file, does that imply that every time the module updates you’d have to re-enter your changes?

                  M 1 Reply Last reply Dec 16, 2018, 8:41 PM Reply Quote 0
                  • M Offline
                    Mykle1 Project Sponsor Module Developer @bhepler
                    last edited by Dec 16, 2018, 8:41 PM

                    @bhepler

                    Hey b. :-)

                    To answer your question directly, yes. It has always been that way. I don’t know another way of doing it that wouldn’t require re-entering the changes unless module authors wanted Lucy functionality by default. In that case, a simple addition to their module.js is all that is required. I would handle the Lucy side.

                    When I got the idea for Lucy there was nothing like it here. I knew what I wanted her to do and I accomplished that. Simple coding, looking back, but no small undertaking for me with no prior coding experience at all. Look at my first posts on this site. I couldn’t add a module correctly.

                    Anyway, I continue to use Lucy very successfully to this day,

                    Create a working config
                    How to add modules

                    B 1 Reply Last reply Dec 17, 2018, 8:56 PM Reply Quote 0
                    • B Offline
                      bhepler Module Developer @Mykle1
                      last edited by Dec 17, 2018, 8:56 PM

                      @mykle1 - Ah. That’s fine. Considering the functionality added, it seems a small price to pay. I just want to be sure I’m aware of the ramifications. If I’m building mirrors for friends, I need to weigh the pros & cons of including Hello Lucy into their builds. If I can maintain access to their mirror, then I can make it work. I just have to remember to redo my modifications to the module code.

                      But if the owners intend to run the updates… then I should probably hold off on the Hello Lucy module. I barely trust myself with modifying the code, let alone teaching someone else how to do it!

                      M 1 Reply Last reply Dec 17, 2018, 10:22 PM Reply Quote 1
                      • 1
                      • 2
                      • 1 / 2
                      1 / 2
                      • First post
                        10/18
                        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