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: Spotify with MMM-Assistant2Display

      @Bugsounet said in Spotify with MMM-Assistant2Display:

      @sdetweil : now librespot is embed on A2D

      @killerjoe34

      recipes: [ “with-MMM-Spotify.js”, “with-radio_fr.js” ]

      why using “with-MMM-Spotify.js” recipe ?
      [pourquoi utilisez-vous le recipe de “with-MMM-Spotify.js”]

      if i leave out the recipe with-MMM-Spotify, my a2d will not follow instructions? i have tried the with-A2DSpotify recipe and the search doesnt work.

      speaking of search… is anyone elses spotify search results a bit weird… for example i say “jarvis play jack johnson on spotify” it returns a crazy song called jack johnson/ghostrider. if i get more specific and ask “jarvis play jack johnson, upside down on spotify” it returns an the sone upside down but its from Acoustic tribute to jack johnson album. its as if the mainstream artists are avoided!?

      edit:

      ive just seen this…

      @Bugsounet said in Spotify with MMM-Assistant2Display:

      I will broken the search spotify process
      [Cela va poser souci pour la découverte des lien spotify et ne trouvera rien]

      so am i right in thinking that search is still under development?

      thanks very much for all time and effort in modules! :)

      Richie

      posted in Troubleshooting
      B
      banbutcher
    • RE: MMM-KeyBindings Error

      ive figured it out… just had to add the line:

      evdev: {enabled: false],
      
      posted in Troubleshooting
      B
      banbutcher
    • RE: Calendar-Fetcher: Broadcasting X Events

      @Bugsounet @sdetweil

      thank you gentlemen!

      posted in Troubleshooting
      B
      banbutcher
    • Calendar-Fetcher: Broadcasting X Events

      Allo,

      ive done a new install and ive noticed this just repeating over and over…

      [2020-07-31 20:27:57.767] [LOG]    Use existing calendar fetcher for url: http://calendar.google.com/calendar/ical/xxxxxxxxxxxxxx/basic.ics
      [2020-07-31 20:27:57.768] [INFO]   Calendar-Fetcher: Broadcasting 10 events.
      [2020-07-31 20:27:57.795] [LOG]    Use existing calendar fetcher for url: http://calendar.google.com/calendar/ical/xxxxxxxxxxxxx/basic.ics
      [2020-07-31 20:27:57.797] [INFO]   Calendar-Fetcher: Broadcasting 10 events.
      [2020-07-31 20:27:57.832] [LOG]    Use existing calendar fetcher for url: http://calendar.google.com/calendar/ical/xxxxxxxxxxxxxx/basic.ics
      [2020-07-31 20:27:57.833] [INFO]   Calendar-Fetcher: Broadcasting 10 events.
      [2020-07-31 20:27:59.241] [INFO]   Calendar-Fetcher: Broadcasting 10 events.
      [2020-07-31 20:27:59.300] [INFO]   Calendar-Fetcher: Broadcasting 10 events.
      [2020-07-31 20:27:59.844] [INFO]   Calendar-Fetcher: Broadcasting 5 events.
      [2020-07-31 20:28:00.073] [INFO]   Calendar-Fetcher: Broadcasting 10 events.
      [2020-07-31 20:28:00.902] [INFO]   Calendar-Fetcher: Broadcasting 8 events.
      [2020-07-31 20:28:02.732] [LOG]    Use existing calendar fetcher for url: http://calendar.google.com/calendar/ical/xxxxxxxxxxxxxbasic.ics
      [2020-07-31 20:28:02.734] [INFO]   Calendar-Fetcher: Broadcasting 10 events.
      [2020-07-31 20:28:02.744] [LOG]    Use existing calendar fetcher for url: http://calendar.google.com/calendar/ical/xxxxxxxxxxxx/basic.ics
      [2020-07-31 20:28:02.745] [INFO]   Calendar-Fetcher: Broadcasting 10 events.
      [2020-07-31 20:28:02.754] [LOG]    Use existing calendar fetcher for url: http://calendar.google.com/calendar/ical/xxxxxxxxxxbasic.ics
      [2020-07-31 20:28:02.755] [INFO]   Calendar-Fetcher: Broadcasting 10 events.
      [2020-07-31 20:28:04.241] [INFO]   Calendar-Fetcher: Broadcasting 10 events.
      [2020-07-31 20:28:04.288] [INFO]   Calendar-Fetcher: Broadcasting 10 events.
      [2020-07-31 20:28:04.995] [INFO]   Calendar-Fetcher: Broadcasting 10 events.
      [2020-07-31 20:28:05.597] [INFO]   Calendar-Fetcher: Broadcasting 5 events.
      [2020-07-31 20:28:06.633] [INFO]   Calendar-Fetcher: Broadcasting 8 events.
      

      ive no idea what is does but again id like it to stop if its unnessary!

      Thanks Again,
      Richie

      posted in Troubleshooting
      B
      banbutcher
    • MMM-KeyBindings Error

      Hi,
      ive installed mmm-keybindings and ive got it working the way i want but ive just noticed that when i start MM i get this error:

      [2020-07-31 20:27:28.838] [ERROR]  Whoops! There was an uncaught exception...
      [2020-07-31 20:27:28.845] [ERROR]  Error: Cannot find module 'evdev'
      Require stack:
      - /home/pi/MagicMirror/modules/MMM-KeyBindings/node_helper.js
      - /home/pi/MagicMirror/js/app.js
      - /home/pi/MagicMirror/js/electron.js
      - /home/pi/MagicMirror/node_modules/electron/dist/resources/default_app.asar/main.js
      - 
          at Module._resolveFilename (internal/modules/cjs/loader.js:627:15)
          at Function.Module._resolveFilename (/home/pi/MagicMirror/node_modules/electron/dist/resources/electron.asar/common/reset-search-paths.js:41:16)
          at Function.Module._resolveFilename (/home/pi/MagicMirror/node_modules/module-alias/index.js:49:29)
          at Function.Module._load (internal/modules/cjs/loader.js:531:27)
          at Module.require (internal/modules/cjs/loader.js:685:19)
          at require (internal/modules/cjs/helpers.js:16:16)
          at Class.startEvdevMonitor (/home/pi/MagicMirror/modules/MMM-KeyBindings/node_helper.js:61:17)
          at Class.socketNotificationReceived (/home/pi/MagicMirror/modules/MMM-KeyBindings/node_helper.js:99:22)
          at Socket.<anonymous> (/home/pi/MagicMirror/js/node_helper.js:112:11)
          at Socket.emit (events.js:200:13)
          at /home/pi/MagicMirror/node_modules/socket.io/lib/socket.js:528:12
          at processTicksAndRejections (internal/process/task_queues.js:82:9) {
        code: 'MODULE_NOT_FOUND',
        requireStack: [
          '/home/pi/MagicMirror/modules/MMM-KeyBindings/node_helper.js',
          '/home/pi/MagicMirror/js/app.js',
          '/home/pi/MagicMirror/js/electron.js',
          '/home/pi/MagicMirror/node_modules/electron/dist/resources/default_app.asar/main.js',
          undefined
        ]
      }
      [2020-07-31 20:27:28.861] [ERROR]  MagicMirror will not quit, but it might be a good idea to check why this happened. Maybe no internet connection?
      [2020-07-31 20:27:28.874] [ERROR]  If you think this really is an issue, please open an issue on GitHub: https://github.com/MichMich/MagicMirror/issues
      
      

      i dont think it affects MM but id like to get rid of it coming up, any help is much apprecated!

      Richie

      posted in Troubleshooting
      B
      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
    • MMM-google-route Multiple Instances

      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

      posted in Troubleshooting
      B
      banbutcher
    • RE: MMM-GoogleFit no longer updating

      ive noticed this problem come up before at the start of last month, so im guessing that there is some kind of bug at the start of months?

      it sorts itself out in a day or two!

      posted in Troubleshooting
      B
      banbutcher
    • RE: Get information about thesis assignment, please help🙏😇

      look at MMM-Hotword and MMM-AssistantMk2

      posted in Troubleshooting
      B
      banbutcher
    • RE: .txt file include

      Perfect!!

      now i can go to bed! :D tomorrows task will be styling with css! any pointers?

      as always… thanks again!!

      Richie

      posted in Troubleshooting
      B
      banbutcher
    • 1
    • 2
    • 3
    • 4
    • 5
    • 6
    • 7
    • 8
    • 12
    • 13
    • 6 / 13