MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord
    1. Home
    2. Jarhead96097
    3. Best
    • Profile
    • Following 0
    • Followers 0
    • Topics 5
    • Posts 34
    • Best 3
    • Controversial 0
    • Groups 0

    Best posts made by Jarhead96097

    • RE: My mirror finally finished and installed

      @supersook Nice job on your mirror!

      The cost of one-way glass made us consider alternatives. As we recently remodeled our family room, we decided to mount the monitor inside a frame on the wall. I was able to route power and install an outlet inside the open wall and frame. We added a monitor arm and use the Dell monitor USB to power the Raspberry Pi 4. It is physically located on the wall by our kitchen, so it is convenient and easy to reference. It is also quite a conversation starter!

      Scott

      20200602_091753 (2).jpg

      posted in Show your Mirror
      Jarhead96097
      Jarhead96097
    • Default Weather module still not displaying

      After upgrading to 2.20.0, the default Weather module has stopped displaying. I finally had some time and rebuilt my MM, reusing the same config.js. Unfortunately, I’m still receiving the “Uncaught SyntaxError: Unexpected token” error on line 159 of weather.js. Here’s my config.js with personal data xxxx’d out:

      			module: "weather",
      			disabled: false,
      			position: "top_left",
      			classes: "daytime_scheduler",
      			config: {
      				initialLoadDelay: 3000,
      				weatherProvider: "openweathermap",
      				type: "current",
      				apiKey: "XXXX6abf89276a4b3cc00cfbcca7XXXX",
      				location: "XXXXXX, XX",
      				apiBase: "http://api.openweathermap.org/data/",
      				weatherEndpoint: "/weather",
      				locationID: 5574093,
      				degreeLabel: true,
      				updateInterval: 1800000,
      				//lat: "XX.XXXX70",    //used for troubleshooting with other providers
      				//lon: "-1XX.XXXX10",
      				appendLocationNameToHeader: true,
      				showLocationAsHeader: true,
      				showWindDirection: true,
      				showHumidity: true,
      			}
      		},
      

      Any ideas on what to do are appreciated in advance!

      posted in Troubleshooting
      Jarhead96097
      Jarhead96097
    • RE: Default Weather module still not displaying

      @sdetweil Sam, thanks for all of your help. I’ve finished rebuilding without running ‘npm audit fix’ and everything is working as it should! I used your installation script and everything worked fine. I also took the opportunity to move things around and try a couple of new 3rd party modules… everything is back to normal!

      Thanks again,
      Jarhead96097

      posted in Troubleshooting
      Jarhead96097
      Jarhead96097
    • 1 / 1