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

    Topics

    • B

      Calendar ...in X number of days

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved Troubleshooting
      1
      0 Votes
      1 Posts
      195 Views
      B
      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' } ] } },
    • B

      script to use fswatch to add/delete file to database... point me in right direction

      Watching Ignoring Scheduled Pinned Locked Moved Development
      5
      0 Votes
      5 Posts
      713 Views
      S
      @banbutcher there is a little nosql db and lib in one https://www.npmjs.com/package/nosql
    • B

      NPM high CPU usage...

      Watching Ignoring Scheduled Pinned Locked Moved Troubleshooting
      1
      0 Votes
      1 Posts
      302 Views
      B
      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 [image: view?usp=sharing] 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!
    • B

      snowboy: Device or resourse busy

      Watching Ignoring Scheduled Pinned Locked Moved Troubleshooting
      12
      0 Votes
      12 Posts
      3k Views
      ?
      @banbutcher don’t know really, in all case it will be restart I have coded this code ‘on error… Retry and make a loop (is needed)’ And I code ‘stop snowboy every 12h snowboy and restart it (and verify any error)’ So the code is normally controlled by the library
    • B

      MMM-GoogleFit module update...

      Watching Ignoring Scheduled Pinned Locked Moved Requests
      1
      3
      0 Votes
      1 Posts
      275 Views
      B
      Hi team, i use this module, its great AND i know that @amcolash does not maintain it anymore but i was wondering if any of the super skilled gurus here could update it to show more information as its shown in the GoogleFit app like: Sleep info: [image: 1603029374522-sleep-small.png] Weight info: [image: 1603029390187-weight-am.png] Heart Rate info: [image: 1603029432178-heart-rate.png] i know its not easy as i have tried and failed to find anything helpful on the google developers site. :( (ive like zero knowledge in this field - im an electrician by trade!) :D thanks for taking the time to look! Richie
    • B

      MMM-Pages or MMM-Carousel... which one?

      Watching Ignoring Scheduled Pinned Locked Moved General Discussion
      1
      0 Votes
      1 Posts
      279 Views
      B
      Hi, just trying to figure out which is best? Im looking for multiple pages and key bindings. looking for the veterans opinions on which is least likely to cause issues ! :)
    • B

      ReSpeaker 4-Mic Array hat

      Watching Ignoring Scheduled Pinned Locked Moved Hardware
      3
      0 Votes
      3 Posts
      753 Views
      B
      @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
    • B

      Calendar-Fetcher: Broadcasting X Events

      Watching Ignoring Scheduled Pinned Locked Moved Troubleshooting
      5
      0 Votes
      5 Posts
      727 Views
      S
      @banbutcher glad to help, and the clock sends seconds, minutes and hours messages. and RSS sends entry, and etc,etc,etc
    • B

      MMM-KeyBindings Error

      Watching Ignoring Scheduled Pinned Locked Moved Troubleshooting
      2
      0 Votes
      2 Posts
      347 Views
      B
      ive figured it out… just had to add the line: evdev: {enabled: false],
    • B

      MMM-google-route Multiple Instances

      Watching Ignoring Scheduled Pinned Locked Moved Troubleshooting
      1
      0 Votes
      1 Posts
      157 Views
      B
      Howdy folks, As the title suggests im looking to run multiple instances of MMM-google-route on different pages of MMM-Pages. so i want one page displaying best route to work and one page displaying best route to office. do i need to rename modules to have em run on different pages? many thanks, Richie
    • B

      folder monitor/ file creation...

      Watching Ignoring Scheduled Pinned Locked Moved Requests
      10
      0 Votes
      10 Posts
      1k Views
      S
      @banbutcher you can also convert the buffer to a string buffer_object.toString()
    • B

      MMM-Pages - Changing pages

      Watching Ignoring Scheduled Pinned Locked Moved Troubleshooting
      1
      0 Votes
      1 Posts
      393 Views
      B
      ive been trying to change page using recipies. ive butchered the test.js in the recipies folder in AMK2 … ive got this far: var recipe = { transcriptionHooks: { "HOOKING_TEST": { pattern: "how's traffic", command: "CMD_TRAFFIC" }, "HOOKING_TEST2": { pattern: "test ([a-z 0-9]+)$", command: "INTRODUCTION2" }, }, commands: { "CMD_TRAFFIC": { notificationExec: { notification: "PAGE_CHANGED", payload: 1 }, } } } exports.recipe = recipe // Don't remove this line. any help is greatly appreciated ! :)
    • B

      MMM-Pages & MMM-Hotword

      Watching Ignoring Scheduled Pinned Locked Moved Solved Troubleshooting
      2
      0 Votes
      2 Posts
      520 Views
      B
      @banbutcher turns out it was a bug in GoogleMapsTraffic, installed sdetweil version to fix it! :)
    • B

      SpaceX satellite finder

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved Requests
      1
      0 Votes
      1 Posts
      1k Views
      B
      I’m sure I’ve seen something like this in the module section but with the ISS. My idea is the you plug in your location and it tell you the next time the spaceX satellites will be visible in your region of the sky! Again I don’t know if this is possible but I’ve just seen that Elon musk/SpaceX have launched more! Thank you and good luck!
    • B

      monitor - disassemble or not?

      Watching Ignoring Scheduled Pinned Locked Moved Hardware
      9
      0 Votes
      9 Posts
      2k Views
      FoziF
      @thedoorsfanatic Try to find a guide on youtube on how to disassemble a benq monitor. I just googled for “disassebmle benq monitor” and found a few videos on yt. Maybe your model is amongst them.
    • B

      MM on NanopiM4 using Lubuntu...

      Watching Ignoring Scheduled Pinned Locked Moved General Discussion
      21
      0 Votes
      21 Posts
      3k Views
      S
      @banbutcher I have updated the run-start.sh script… if you would like the latest copy do cd ~/MagicMirror curl -sL https://raw.githubusercontent.com/sdetweil/MagicMirror_scripts/master/run-start.sh > run-start.sh
    • B

      Problem with MMM-AssistantMk2 or MMM-Hotword

      Watching Ignoring Scheduled Pinned Locked Moved Solved Troubleshooting
      3
      0 Votes
      3 Posts
      660 Views
      B
      @Sean Thanks for that, a little bit more fiddling with it and i got it working.
    • 1 / 1