MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. kayakbabe
    3. Posts
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.
    Offline
    • Profile
    • Following 0
    • Followers 1
    • Topics 15
    • Posts 114
    • Groups 0

    Posts

    Recent Best Controversial
    • RE: [Electron] display, MM faded away

      @sdetweil said in [Electron] display, MM faded away:

      disabled:true,

      I’m confused… if the module is still in the MagicMirror file and folder structure? is it still executed even if the module is completely commented out of the MagicMirror config.js? or does disabled:true; do the same thing as commenting it out?

      posted in Troubleshooting
      kayakbabeK
      kayakbabe
    • RE: [Electron] display, MM faded away

      @Bugsounet I was using a small SD card 8MEG and my logs got too full and kept things from running correctly.

      I had to pm2 flush to clear out the logs.
      and then restart and it worked.

      So I got a bigger sd card and have been working on the errors. I found changing the timer in the grove-gestures script got rid of a lot of timeout errors on it’s python script. I also made the news feed refresh less frequently and got less 401 errors from that. Now I can probably go back to the 8gb card. :-)

      posted in Troubleshooting
      kayakbabeK
      kayakbabe
    • RE: 1 old noob + 1 rPi = I can't believe I did it! (revisited)

      @Mykle1 Yes you are a F****** genius! Way to go Pops!

      posted in Show your Mirror
      kayakbabeK
      kayakbabe
    • RE: Using MMM-BackgroundSlideshow with MMM-MagicMover

      @raymondjspigot I had a thought that might apply. MagicMover adds a div to all the modules. maybe having that surreounding div added to the backgroundslideshow… is breaking the css for the BackgroundSlideshow.

      Are you wanting a background with stuff floating around on top of it?

      I’m thinking you would need to alter the javascript code in the MagicMover to exclude the BackgroundSlideshow from having the div added around it. It would break any updates for MagicMover as you would have to add-in your custom code again if you pulled an update from the source.

      posted in Troubleshooting
      kayakbabeK
      kayakbabe
    • RE: Currentweather and weatherforecast do not stay hidden

      @sdetweil Having what you have on hand makes a ton of sense. I would probably go that on route myself except I’m making this as a gift for my Dad. He is an absolute paranoid dude when it comes to cameras especially in his bathroom or bedroom, which is where this will go. And the PIR sensors are cheap. cheaper than even a pi camera. And this mirror will always be on due to the cheap monitor I"m using.

      I do think something in the currentweather and forecastweather is tossing out dom information that is switching the style css from display off to display block.
      i have commented out all the other modules except the MMM-grovegestures and the two weather modules. So it’s not coming from elsewhere.

      From looking at the code, it appears that there is an onIdle somewhere. I want to find that.

      I wish I had Coda on this pi. I’m used to coding in a Mac environment. I’m being stubborn and trying to do this all on the pi.
      Is there a graphic code editor which can search files in a project and not just the file you have open?

      posted in Troubleshooting
      kayakbabeK
      kayakbabe
    • RE: VGA Montitor

      @dhanushx012 I am like the guy who started this topic. I can’t just blank the screen by turning the hdmi output off on the pi. And, I can’t power off the monitor using CEC commands. Even though I am using a HDMI instead of VGA I have the simililar issues.

      Q: why not turn hdmi output off?
      A: Because my tv monitor detects no hdmi signal and just has to scream at me about it with a not very cute logo and ugly text. There are no settings within the monitor to turn off that message.

      Q: Why not power the monitor on/off?
      A: I can’t power it off and on using the CEC commands because I also get a annoying message and logo from the monitor when it starts up.

      Q: why do you have to use that monitor when it’s easy to get another one that will work either way?
      A: I have to use a cheap VIZIO on sale for $32 US that I got. I don’t have a spare lcd panel around to use. Some of us can’t simply buy another monitor. We are using what we have. So far all together with my pi, my $32 monitor, and some cables, molding (frame), glass, and film and a gestures sensor for $2.50. I’ve managed to spend just around $120.

      Problem: Same as the guy who originally posted. I need the monitor to be on at all times and sending a signal because of the first two issues listed. So, I am trying to use the MMM-grove-gestures built in way to hide all the modules… but some of the modules don’t behave and turn themselves back on. Super annoying. I’m still debugging that. I think it is inside the currentweather and weatherforecast modules

      Solution: get the screen to turn black

      And getting it to do that is the crux of the problem.

      posted in Hardware
      kayakbabeK
      kayakbabe
    • RE: Currentweather and weatherforecast do not stay hidden

      @sdetweil what sleepwake module are you using?

      posted in Troubleshooting
      kayakbabeK
      kayakbabe
    • RE: Currentweather and weatherforecast do not stay hidden

      @Bugsounet I found that in the config.js for the grove gestures and changed it. … no effect. I fully stopped and restarted the magic mirror.

      the other modules stayed hidden like the are supposed to, but not the current weather or weather forecast.

      posted in Troubleshooting
      kayakbabeK
      kayakbabe
    • RE: Currentweather and weatherforecast do not stay hidden

      @sdetweil
      It’s the default behavior of the MMM-GroveGestures module.

      in config.js

      "CLOCKWISE": {
                moduleExec: {
                  module: [],
                  exec: (module, gestures) => {
                    module.hide(1000, null, {lockstring:"GESTURE"})
                  }
                }
              },
              "ANTICLOCKWISE": {
                moduleExec: {
                  module: [],
                  exec: (module, gestures) => {
                    module.show(1000, null, {lockstring:"GESTURE"})
                  }
                }
              },
      
      

      in the code is looks like it adds a div around each module and sets it to

      class="container" style="display: none;">
      

      No “GESTURE” is being sent as all would show instead of hide. It’s just the weather stuff that reappears. The added DIV is being altered by some other process to

      class="container" style="display: block;">
      

      I can’t figure out what is doing it.

      posted in Troubleshooting
      kayakbabeK
      kayakbabe
    • Currentweather and weatherforecast do not stay hidden

      When using a button, PIR, gesture sensor, microwave sensor etc to blank the screen the currentweather and weatherforecast always turn themselves on. I want to turn them off to prevent screen burn in. So I have protyped several ways I ust mentioned to have the screen blank unless I physically (with a button or my presense or a gesture) make it display. All the modules respect this EXCEPT the currentwewather and weather forecast.

      It seems to be happening when they update their data. If I have, for example, currentweather set to fetch an update at 10 minutes, and the forecast set to update at 15 minutes. Those are the time intervals it takes for those respective modules to reapear. And they shouldn’t because I haven’t sent them the notification to do so.

      Any ideas of what code needs to be changed to make them respect the setting and not alter the DOM by themselves?

      p.s.
      I read this and am not sure how it applies, but I"m thinking it is involved in my issue…Re: Why does currentweather use lockstring???

      posted in Troubleshooting
      kayakbabeK
      kayakbabe
    • RE: [WANTED] new ownership of modules.

      Thank you for all you have done! I am a newbie to MagicMirror (two months since I started playing with it and figuring it out) and I have installed several of your modules. I’m learning so much about node.js and javascript by tweaking their configurations and I’m impressed. I just found this note from you saying you were going to move on to new things as life has been changing so much for you.
      I found MM and your modules because I was creating change in my life. Good LUCK and may you find interesting challenges and satisfaction whatever you end up doing.

      And… Thank you!

      p.s. I hope you do lurk from time to time and check in on us. You will be missed for sure.

      posted in Development
      kayakbabeK
      kayakbabe
    • RE: weatherforecast showing only two days.

      @castletonroad I have had the same eperience too.

      posted in Troubleshooting
      kayakbabeK
      kayakbabe
    • RE: after 2.12 upgrade custom.css is no longer loading

      @sdetweil I did the update manually. though I did install with your script when I first set it up.
      I have really been messing with it tonight and I have touched the custom css.
      to reduce the body margins.

      drwxr-xr-x 2 pi pi 4096 Aug 8 23:50 ./
      drwxr-xr-x 17 pi pi 4096 Aug 8 23:48 …/
      -rw-r–r-- 1 pi pi 1059 Aug 8 23:50 custom.css
      -rw-r–r-- 1 pi pi 2957 Jul 22 06:21 main.css

      I also added the grove_gestures and page and page indicator modules.
      I’ll back those out and see what happens with the custom.css.

      posted in Troubleshooting
      kayakbabeK
      kayakbabe
    • after 2.12 upgrade custom.css is no longer loading

      I updated to 2.12 tonight. my custom.css is not loading anymore. I opened the mirror in a brower and viewed the source and I see that a change has been made. In 2.11 the actuall custom.css appeared before the body opening html tag. But now I see this message in the html code.

      <!-- custom.css is loaded by the loader.js to make sure it's loaded after the module css files. -->
      

      Obviously loader.js isn’t actually loading the custom.css.

      If I manually open the custom.css in my browser and then reload the mirror (in the same browser) I do see my custom css. It is upon the first loading of the mirror when it starts up that custom.css is not loading.

      In electron when it is started upon booting the pi, the loader isn’t loading the custom.css. and I do not see my custom css. I plugin in a keyboard and can force refresh. but this isn’t how I want the mirror to run. and I Don’t want to have to plug in a keyboard every time the power goes out. I live in the country and that happens often enough to be irritating here.

      posted in Troubleshooting
      kayakbabeK
      kayakbabe
    • 1
    • 2
    • 3
    • 4
    • 5
    • 6
    • 6 / 6