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

    banbutcher

    @banbutcher

    3
    Reputation
    175
    Profile views
    128
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    banbutcher Unfollow Follow

    Best posts made by banbutcher

    • RE: My first Magic Mirror build in an old imac

      @sonicgoose said in My first Magic Mirror build in an old imac:

      @sonicgoose said in My first Magic Mirror build in an old imac:

      I’ve been doing the same thing with a 20" white Intel iMac, but have had one helluva time. None of the display controllers work with the native LG 1600x1050 display Apple put in these things, so I’ve basically gutted the iMac and am putting in a new display, etc.

      Not to hijack the thread, but this is how mine turned out.

      IMG_2387.JPG

      also not wanting to hijack thread… but what weather module are you using? :)

      thanks

      Richie

      posted in Show your Mirror
      B
      banbutcher
    • RE: MMM-NetworkScanner

      Nailed it down…

                  occupiedCMD: {notification: 'PAGE_CHANGED', payload: 2},
                  vacantCMD  : {notification: 'PAGE_CHANGED', payload: 0},
      
      

      happy days, now i can go to bed! :D

      posted in Utilities
      B
      banbutcher
    • RE: MMM-GoogleFit

      @Meidlmarkus

      Awesome… thanks I’ll try it out soon! 😊

      … worked like a charm! :)

      posted in Health
      B
      banbutcher

    Latest posts made by banbutcher

    • RE: ReSpeaker 4-Mic Array hat

      @Axel51

      hi, how far do you mean?
      but ive tested to a low whisper from 4ish meters away in my quiet room! :D
      hope this helps

      posted in Hardware
      B
      banbutcher
    • Calendar ...in X number of days

      ive been trying with out luck to have my cadenday display the absolute ie. Oct 16, then when its 20 days out it switches to relative, via the urgency option ie event in X days, then when 24 hours out it switches to event in X hours via get relative. ive mucked about in my config from reading the docs but cant get it working, maybe im not understanding or missreading the docs.

      heres my calendar config below…

      Thanks

          {
            module: 'calendar_monthly',
            position: 'top_left',
            config: {}
          },
          {
            module: 'calendar',
            header: "stuff comin' up...",
            position: 'top_left',
            config: {
              colored: true,
              coloredSymbolOnly: true,
              maxTitleLength: 25,
              fade: false,
              timeFormat: 'absolute',
              urgency: 20,
              getRelative: 24,
              calendars: [
                {
                  symbol: 'calendar',
                  color: '#4287f5',
                  url: 'my url'
                },
                {
                  symbol: 'apple-alt',
                  color: '#ffffff',
                  url: 'my url'
                },
                {
                  symbol: 'robot',
                  color: '#6dd300',
                  url: 'my url'
                }
              ]
            }
          },
      
      posted in Troubleshooting
      B
      banbutcher
    • RE: 2nd mirror! 175x45cm

      have you a network speed checker running? that could account for the 500mb your using?

      posted in Show your Mirror
      B
      banbutcher
    • RE: script to use fswatch to add/delete file to database... point me in right direction

      @sdetweil thanks Sam, ill give it a look nd hve a go!

      posted in Development
      B
      banbutcher
    • script to use fswatch to add/delete file to database... point me in right direction

      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

      posted in Development
      B
      banbutcher
    • NPM high CPU usage...

      howdy folks, just noticed that my cpu is running higher than normal so i taught restarting my mirror would sort it out but it didnt, even with pm2 magicmirror stopped its still showing that its running high. i did top and it shows npm running up to 25% on cpu

      any idea why this is happening

      tried to upload pic but having problems, should see screen shot when click on like

      restarting my pi seems to solve problem for a while, it reoccurs!

      posted in Troubleshooting
      B
      banbutcher
    • RE: snowboy: Device or resourse busy

      @sdetweil as always thanks for your help!

      i think i need to bring in the expert: @Bugsounet have you any thoughts?

      posted in Troubleshooting
      B
      banbutcher
    • RE: snowboy: Device or resourse busy

      could there be a way to shut it properly if the mirror is refreshed?

      posted in Troubleshooting
      B
      banbutcher
    • RE: new update Assistant2Display

      @raf how did you solve it, incase anyone else hase the same issue?

      posted in Troubleshooting
      B
      banbutcher
    • RE: snowboy: Device or resourse busy

      and you can tell from that output that it hung?

      I think its when i refresh MM, it doesnt close snowboy properly so when MM refreshes snowboy is open already and hangs?
      EDIT* (I tested the theory and if i refresh my MM then snowboy goes into that error loop.)

      would that make sense?

      posted in Troubleshooting
      B
      banbutcher