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

    Posts

    Recent Best Controversial
    • RE: MMM-GoogleFit

      @Meidlmarkus

      That’s what I thought, thanks for the reply!

      posted in Health
      B
      banbutcher
    • RE: MMM-GoogleFit

      another quick question… is it possible to have a graph of some sort weeky/monthly of weight?
      i think i read on one of the new covid19 threads that this module has a graph function!?

      thanks again

      posted in Health
      B
      banbutcher
    • RE: MMM-Spotify

      Hi,

      im wondering if its possible to allign the spotify module to the right edge of the screen? ive recently added a covid-19 module and the spotify module alligns its self with the longer left edge. also is it possible to increse the padding on the bottom, i just want to space it away from th e covid module.

      hopefully the link works and you can see what i mean…

      https://drive.google.com/open?id=1_n5ntrUBSJITaOsOVct8U_-VpiiMSaAr

      thanks,
      Richie

      posted in Entertainment
      B
      banbutcher
    • RE: MMM-GoogleFit

      @Meidlmarkus

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

      … worked like a charm! :)

      posted in Health
      B
      banbutcher
    • RE: MMM-GoogleFit

      hi,
      with the weights in Kgs… is it possible to have it to 1 decimal place?

      Thank you

      posted in Health
      B
      banbutcher
    • RE: Raspberry 4 with two 24-inch screens ?

      @sdetweil

      i knew i could be wrong!! :D

      posted in Hardware
      B
      banbutcher
    • RE: Raspberry 4 with two 24-inch screens ?

      for display 1 - mm.sh

      cd /home/pi/MagicMirror
      DISPLAY=:0 npm start
      

      for display 2 - mm2.sh

      cd /home/pi/MagicMirror
      DISPLAY=:1 npm start
      

      i could be wrong tho…

      posted in Hardware
      B
      banbutcher
    • MMM-Pages - Changing pages

      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 ! :)

      posted in Troubleshooting
      B
      banbutcher
    • RE: MMM-Pages & MMM-Hotword

      @banbutcher

      turns out it was a bug in GoogleMapsTraffic, installed sdetweil version to fix it! :)

      posted in Troubleshooting
      B
      banbutcher
    • RE: MMM-GoogleMapsTraffic

      @banbutcher

      so i looked back a couple of pages on the MMM-AssistantMk2 page and found out that the version of GoogleMapsTraffic (vicmora) had a bug in it so ive updated to @sdetweil version and its working fine now thanks for the fix @sdetweil

      posted in Transport
      B
      banbutcher
    • 1 / 1