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

    Posts

    Recent Best Controversial
    • RE: Help with the software

      @sdetweil

      I’ll try to access it remotely. I didn’t intend on doing that at this point. I’ll navigate the how to and get back soon.

      I cannot attach images here.
      I can barely load the browser and tabs for Google searches (Chromium and Mozilla) on the device itself to be able to C&C here.

      Could there be something lingering from previous install setup that I need to clear/purge through terminal?

      posted in Troubleshooting
      S
      StewartBaird86
    • RE: Help with the software

      @sdetweil

      I had my mirror working earlier. Issues getting it updated (module, then node errors and issues updating) but got it working.
      I added a module, then I ran into problems.

      I removed the MagicMirror folder and contents.
      I copied and pasted your script into my raspberrypi (3B+ Running Bookworm)
      I have not been able to install MM.
      I have tried install,start,update,run, npm in different command combos accompanied with Sudo.

      I was getting (node:27979) [DEP1070]… url proxy port invalid…future node.js will throw an error.

      Running config:check
      Node:internal/module/cjs/loader:1228
      Throw error;
      A

      Error: Cannot find module ‘ansis’
      …/js/check_config.js
      …
      …
      At object (…js/check_config.js:3:16)
      Code:‘MODULE_NOT_FOUND’
      requirestack: […/MagicMirror/js/check_config.js]

      Node.js V20.17.0

      I am not sure what I am missing as it is a new download with attempted install.

      I also have a list of dependencies not created or may be moved out of incoming
      "The following packages have unmet dependencies:
      npm: Depends: node-agent-base but it is not going to be installed
      …
      …
      (Long list of file nodes with same message)
      …
      Recommends: node-tap but it is not going to be installed

      E:unable to correct problems, you have held broken packages.

      I can’t seem to figure out what I am missing or why I can’t force updates or complete install.

      *note: the node and DEP problem occurred after I installed the first and only module on the previous MM config.js file.
      That was the reason I scrapped the whole folder and started over with your link.

      I’m not super savvy, but have been working through the learning process of required packages and getting upto date to get the first MM running.
      Hopefully this is something simple to correct and action.

      Appreciate any help

      posted in Troubleshooting
      S
      StewartBaird86
    • RE: MMM-MyCommute not able to access API

      @blee1997 said in MMM-MyCommute not able to access API:

      SOLUTION!

      The MMM-MyCommute module instructions all work. Until you get to the API’s needed for this project. You will need to enable 3 APIs instead of the instructed 1.

      1.) Maps Javascript API
      2.) Directions API
      3.) Geocoding API
      

      after enabling all of these, the module should be working properly.

      Mine doesn’t load at all. I have enabled the three modules and input the API key in my config file. Any suggestions?

      posted in Troubleshooting
      S
      StewartBaird86
    • RE: MMM Scoreboard help

      Years old post. Not sure if you ever found a solution. Maybe too late but I came across this.
      Change the default in the script in the modules MMM-MyScoreboard folder maybe?
      I would try this but with Covid I wouldn’t know if it worked

      Module.register(“MMM-MyScoreboard”,{
      // Default module config.
      defaults: {
      dataPollInterval: 5 * 60 * 1000, //update every 5 minutes
      showLeagueSeparators: true,
      colored: true,
      rolloverHours: 3, //hours past midnight to show the pervious day’s scores
      viewStyle: “largeLogos”,
      sports: [

      posted in Utilities
      S
      StewartBaird86
    • MMM-MyScoreboard Teams

      Hello, Me Again

      I had cloned and installed the latest MMM-MyScoreboard. I run the following and my mirror displays no problem, however it shows way more teams than i need or my screen can handle. When I try to add a team, doesn’t matter what league that is when the mirror won’t load.

      Works:
      sports: [
      {
      league: “NHL”
      },
      {
      league: “MLB”
      },
      {
      league: “NFL”
      },
      {
      league: “NCAAM_MM”,
      label: “March Madness”
      }
      ]
      }

      Doesn’t Work (copy paste from ReadMe):
      {
      league: “MLB”,
      teams: [“TOR”, “CHW”, “NYY”]
      },
      Then I thought maybe the teams: [“xxxxxxx”] needed a ], for the end like one of the other sections of ReadMe but that didn’t work either:
      {
      league: “NBA”,
      teams: [“TOR”],
      },

      Im not sure why I try to add a team in any league the module crashes. I try 1 team at a time, 1 league at a time, not always the same team “OTT”.
      I have made sure the quotes are scripted ones not word document style ones etc and done copy paste from ReadMe.
      Has anyone encountered this problem or have any insight?

      Much Appreciated

      SB

      posted in Troubleshooting
      S
      StewartBaird86
    • RE: Monthly Calendar Add

      @sdetweil THANK YOU SO MUCH!!!

      posted in Troubleshooting
      S
      StewartBaird86
    • RE: Monthly Calendar Add

      Anybody able to explain what I am doing wrong? I am following the Read ME

      posted in Troubleshooting
      S
      StewartBaird86
    • RE: Update magic mirror error

      @sdetweil I am doing this remotely on a laptop. I am also a noob to all of this and don’t understand the bash portion.
      I have typed your script in using brackets, quotations etc and nothing happens in my terminal.
      what are the steps to execute the scripts

      posted in Troubleshooting
      S
      StewartBaird86
    • Update magic mirror error

      Trying to run the update but get the following error:

      Your local changes to the following files would be overwritten by merge: package-lock.json
      Please commit your changes or stash them before you merge,
      Aborting

      I have only edited my config.js and cloned modules to module folder.

      Tried the following commands and got same error

      Git pull

      Git pull && npm install

      posted in Troubleshooting
      S
      StewartBaird86
    • Monthly Calendar Add

      Hey Guys and Girls

      I am working on my first magic mirror and learning the whole command thing…its not going well.
      I have cloned the file and created a config.js file.
      When I go to add Monthly_Calendar (https://github.com/KirAsh4/calendar_monthly/blob/master/README.md)
      My Magic Mirror wont load. I have copied and pasted the command lines to no success.
      I have ran my syntax through jshint.com but the errors don’t make sense to me, or I cant figure it out.
      When I add the calendar I have “{” on the line before module. I get an error saying it should be “}” as it expects that because of line 27 (Var secion) has a “{”
      I comply and make the switch, error disappears from syntax check, but then it starts asking for semi colons and such.
      When I change Position: to Position; and swap ’ to" I get the following error:
      Expected an assignment or function call and instead saw an expression.
      I am adding the module in the way the default modules appear in the config file.

      modules: [
      		{
      			module: "alert",
      		},
      		{
      			module: "updatenotification",
      			position: "top_bar"
      		},
      		{
      			module: "clock",
      			position: "top_left"
      		},
      		{
      			module: ‘calendar_monthly’,
      		    position: “top_center”,
      	      },
      

      Syntax Errors:

      Three warnings
      97 Expected ‘}’ to match ‘{’ from line 27 and instead saw ‘module’.
      97 Missing semicolon.
      97 Unrecoverable syntax error. (75% scanned).

      posted in Troubleshooting
      S
      StewartBaird86
    • 1 / 1