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

    Posts

    Recent Best Controversial
    • RE: mmm assistant mk2

      @Bugsounet :-) So custom.css overides main.css , so does GoogleAssistant.css overide all ?

      posted in Troubleshooting
      J
      JohnBachini
    • RE: mmm assistant mk2

      @Bugsounet

      Yes i have it set to fullscreen_above, i confirmed it works fine if i remove the css code i posted above

      posted in Troubleshooting
      J
      JohnBachini
    • RE: mmm assistant mk2

      @Bugsounet

      HI, Amazing work with GoogleAssist, it seems to be more responsive and accurate than AssistantMK2.

      Have an issue with the display of the googleAssistant banner. My Mirror is full screen, ie in custom.css i have :-

       body {
           margin: 0px;
           position: absolute;
           height: 100%;
           width: 100%;
      }
      

      Which i hope is correct, im struggling with css side of things !! :-)
      But when the banner appears i have this issue,

      GoogleAssistant.png
      As top of banner is missing and width

      I looked at GoogleAssistant.css, but couldnt work out what needs to change.

      posted in Troubleshooting
      J
      JohnBachini
    • RE: Remote control

      @hawkeye I dont use this module, but it looks like you have , position: ‘bottom_left’ You need to remove the comma at start of line.

      posted in Utilities
      J
      JohnBachini
    • RE: i cant figure out what i did wrong, fresh installation of raspberry pi os on raspberry pi4 ..

      @sdmydbr9 Haven’t you posted this already ?, anyways you may want to wait, by look of it AssistantMK2 is to be replaced.

      posted in Troubleshooting
      J
      JohnBachini
    • RE: Default calendar ignoring some config.

      @nibov33070

      Dont use this module but noticed you have maxTitleLength: 5, documentation says value between 10 & 50.

      posted in Troubleshooting
      J
      JohnBachini
    • RE: MMM-Screencast don`t work

      @Stevent

      I quickly tried that module and it does work, what if you specify different port than 8080 in screencast config.
      If that makes no difference, what happens if you change ip address on which Magicmirror listens on at top of your config.

      address: “0.0.0.0”, //Address to listen on - Change this to ip of your MagicMirror.

      posted in Troubleshooting
      J
      JohnBachini
    • RE: MMM-Screencast don`t work

      @JohnBachini

      @sdetweil you beat me to it… :-)

      posted in Troubleshooting
      J
      JohnBachini
    • RE: MMM-Screencast don`t work

      @Stevent Try changing port to something other than 8080, I’m guessing something else is using that port, Like MagicMirror itself.

      posted in Troubleshooting
      J
      JohnBachini
    • RE: MMM-Screencast don`t work

      @Stevent you need to post your conifg minus token/account/password information, dont think you can get much help with just what you have provided.

      posted in Troubleshooting
      J
      JohnBachini
    • RE: MMM-Nest-Status - New module for your Nest thermostats and protect smoke detectors!

      @michael5r
      Is this the same token obtained doing this .??

      https://github.com/USA-RedDragon/badnest

      posted in Utilities
      J
      JohnBachini
    • RE: Smart Devices and sensors

      @duxnobis

      Yes checkout HomeAssistant, it supports Hue and Aqara, and then you can use MMM-HomeAssistant-sensors (snille fork)to pull that information into MagicMirror if you want

      posted in Requests
      J
      JohnBachini
    • RE: MMM-Parcel

      @luisestrada

      it works for me. But sure for how much longer as had email from them saying they are making some changes to there API. So that may well break it.

      posted in Utilities
      J
      JohnBachini
    • RE: Mac CPU increases drastically and gets hot

      @trividar just as a test have you tried it with animation turned off, just to confirm it is the animation causing the problems. ?

      posted in Troubleshooting
      J
      JohnBachini
    • RE: MMM-CalenderExt2 - Fixed Header position ?

      @Sean

      Hi, any idea how i can fix the the position of the title/days.

      At the moment when there are events in the calendar its position is this

      CorrectCal.png

      but when no events, position drops to bottom, how can i fix it in the position as above ?

      WrongCal.png

      thanks

      posted in Troubleshooting
      J
      JohnBachini
    • RE: Mac CPU increases drastically and gets hot

      @trividar
      Yeah i have 2012 MacMini which i use for plexserver, so when that’s transcoding that’s using a lot of cpu, so a few animated icons shouldn’t even show up as load. The other thing to note is darksky has been bought by Apple, and they’ve announced that API access will be stopped in 2022.

      posted in Troubleshooting
      J
      JohnBachini
    • RE: Mac CPU increases drastically and gets hot

      @trividar

      I know that module does use bit of cpu if all the icon animation is turned on, but would have thought your mac mini should have easily managed that. Well there are plenty of other weather modules to use :-)

      posted in Troubleshooting
      J
      JohnBachini
    • RE: Mac CPU increases drastically and gets hot

      Have you tied removing module by module to see if you can pin point if one of them is causing the problems

      posted in Troubleshooting
      J
      JohnBachini
    • RE: Works with Node Serveronly but not npm start MM

      @sdetweil

      Hi,

      I bet you thought you’d heard the last of this, so you know how you managed to get it all working. Well the problem now is the complete opposite. In that now it doesn’t work node servermode. ?
      I thought i was going mad and must have been running it incorrectly :thinking_face:

      Any ideas ?

      Thanks

      pi@MagicMirror:~ $ cd MagicMirror/
      pi@MagicMirror:~/MagicMirror $ node serveronly

      [2020-04-29 14:24:42.858] [LOG]    Starting MagicMirror: v2.11.0
      [2020-04-29 14:24:42.868] [LOG]    Loading config ...
      [2020-04-29 14:24:42.873] [LOG]    Loading module helpers ...
      [2020-04-29 14:24:42.874] [LOG]    No helper found for module: MMM-Logging.
      [2020-04-29 14:24:42.875] [LOG]    No helper found for module: alert.
      [2020-04-29 14:24:42.911] [LOG]    Initializing new module helper ...
      [2020-04-29 14:24:42.912] [LOG]    Module helper loaded: updatenotification
      [2020-04-29 14:24:42.912] [LOG]    No helper found for module: clock.
      [2020-04-29 14:24:42.913] [LOG]    No helper found for module: MMM-OpenmapWeather.
      [2020-04-29 14:24:42.913] [LOG]    No helper found for module: weatherforecast.
      [2020-04-29 14:24:43.238] [LOG]    Initializing new module helper ...
      [2020-04-29 14:24:43.238] [LOG]    Module helper loaded: MMM-Tools
      [2020-04-29 14:24:43.239] [LOG]    No helper found for module: MMM-PlexNowPlaying.
      [2020-04-29 14:24:43.240] [LOG]    Initializing new module helper ...
      [2020-04-29 14:24:43.241] [LOG]    Module helper loaded: mmm-hue-lights
      [2020-04-29 14:24:43.243] [LOG]    Initializing new module helper ...
      [2020-04-29 14:24:43.243] [LOG]    Module helper loaded: MMM-homeassistant-sensors
      [2020-04-29 14:24:43.366] [LOG]    Initializing new module helper ...
      [2020-04-29 14:24:43.367] [LOG]    Module helper loaded: MMM-Hotword
      [2020-04-29 14:24:44.467] [LOG]    Initializing new module helper ...
      [2020-04-29 14:24:44.468] [LOG]    Module helper loaded: MMM-AssistantMk2
      [2020-04-29 14:24:44.470] [LOG]    Initializing new module helper ...
      [2020-04-29 14:24:44.470] [LOG]    Module helper loaded: MMM-Assistant2Display
      [2020-04-29 14:24:44.849] [LOG]    Initializing new module helper ...
      [2020-04-29 14:24:44.850] [LOG]    Module helper loaded: MMM-Parcel
      [2020-04-29 14:24:44.899] [ERROR]  WARNING! Could not load config file. Starting with default configuration. Error found: Error: The module '/home/pi/MagicMirror/modules/MMM-synology-ds/node_modules/mmmagic/build/Release/magic.node'
      was compiled against a different Node.js version using
      NODE_MODULE_VERSION 73. This version of Node.js requires
      NODE_MODULE_VERSION 64. Please try re-compiling or re-installing
      the module (for instance, using `npm rebuild` or `npm install`).
      [2020-04-29 14:24:44.900] [LOG]    Loading module helpers ...
      [2020-04-29 14:24:44.901] [LOG]    No helper found for module: MMM-Logging.
      [2020-04-29 14:24:44.902] [LOG]    No helper found for module: alert.
      [2020-04-29 14:24:44.902] [LOG]    Initializing new module helper ...
      [2020-04-29 14:24:44.903] [LOG]    Module helper loaded: updatenotification
      [2020-04-29 14:24:44.903] [LOG]    No helper found for module: clock.
      [2020-04-29 14:24:44.904] [LOG]    No helper found for module: MMM-OpenmapWeather.
      [2020-04-29 14:24:44.904] [LOG]    No helper found for module: weatherforecast.
      [2020-04-29 14:24:44.905] [LOG]    Initializing new module helper ...
      [2020-04-29 14:24:44.906] [LOG]    Module helper loaded: MMM-Tools
      [2020-04-29 14:24:44.906] [LOG]    No helper found for module: MMM-PlexNowPlaying.
      [2020-04-29 14:24:44.907] [LOG]    Initializing new module helper ...
      [2020-04-29 14:24:44.907] [LOG]    Module helper loaded: mmm-hue-lights
      [2020-04-29 14:24:44.908] [LOG]    Initializing new module helper ...
      [2020-04-29 14:24:44.908] [LOG]    Module helper loaded: MMM-homeassistant-sensors
      [2020-04-29 14:24:44.909] [LOG]    Initializing new module helper ...
      [2020-04-29 14:24:44.910] [LOG]    Module helper loaded: MMM-Hotword
      [2020-04-29 14:24:44.910] [LOG]    Initializing new module helper ...
      [2020-04-29 14:24:44.911] [LOG]    Module helper loaded: MMM-AssistantMk2
      [2020-04-29 14:24:44.911] [LOG]    Initializing new module helper ...
      [2020-04-29 14:24:44.912] [LOG]    Module helper loaded: MMM-Assistant2Display
      [2020-04-29 14:24:44.912] [LOG]    Initializing new module helper ...
      [2020-04-29 14:24:44.913] [LOG]    Module helper loaded: MMM-Parcel
      [2020-04-29 14:24:44.920] [LOG]    Whoops! There was an uncaught exception...
      [2020-04-29 14:24:44.920] [ERROR]  Error: The module '/home/pi/MagicMirror/modules/MMM-synology-ds/node_modules/mmmagic/build/Release/magic.node'
      was compiled against a different Node.js version using
      NODE_MODULE_VERSION 73. This version of Node.js requires
      NODE_MODULE_VERSION 64. Please try re-compiling or re-installing
      the module (for instance, using `npm rebuild` or `npm install`).
          at Object.Module._extensions..node (internal/modules/cjs/loader.js:807:18)
          at Module.load (internal/modules/cjs/loader.js:653:32)
          at tryModuleLoad (internal/modules/cjs/loader.js:593:12)
          at Function.Module._load (internal/modules/cjs/loader.js:585:3)
          at Module.require (internal/modules/cjs/loader.js:692:17)
          at require (internal/modules/cjs/helpers.js:25:18)
          at Object.<anonymous> (/home/pi/MagicMirror/modules/MMM-synology-ds/node_modules/mmmagic/lib/index.js:1:13)
          at Module._compile (internal/modules/cjs/loader.js:778:30)
          at Object.Module._extensions..js (internal/modules/cjs/loader.js:789:10)
          at Module.load (internal/modules/cjs/loader.js:653:32)
      [2020-04-29 14:24:44.924] [LOG]    MagicMirror will not quit, but it might be a good idea to check why this happened. Maybe no internet connection?
      [2020-04-29 14:24:44.925] [LOG]    If you think this really is an issue, please open an issue on GitHub: https://github.com/MichMich/MagicMirror/issues
      pi@MagicMirror:~/MagicMirror $
      
      posted in Troubleshooting
      J
      JohnBachini
    • RE: Works with Node Serveronly but not npm start MM

      @sdetweil

      Wow… you got it working… thanks a lot for that.!! :thumbs_up:

      Think there were a few people who couldn’t get this module working so hopefully this will of solved it for them as well.

      posted in Troubleshooting
      J
      JohnBachini
    • 1
    • 2
    • 3
    • 4
    • 5
    • 3 / 5