@brendan_c23 Turns out my api key was off by a letter. Got the current weather to display, but the temperatures are definitely off. It says it is 0.1 degrees and feels like -3 degrees where I am, but the app on my Iphone says it is 36 degrees outside. I have verified that I have entered the correct locationID for the city/state that Im in. My weather forecast still isnt displaying either.
Read the statement by Michael Teeuw here.
Posts
-
RE: Default currentweather and weatherforecast not displaying
-
Default currentweather and weatherforecast not displaying
I registered for api key yesterday and have entered in the locationIDs and appids in the config.js file under weatherforecast and currentweather modules. I do not receive any errors after saving but nothing comes up in the magicmirror interface once I run the magic mirror. Any help would be appreciated
-
RE: Rotating Display Screen
@sdetweil is there a way to do it manually through code?
-
RE: Rotating Display Screen
@sdetweil yes and yes its plugged in the main next to power supply
-
RE: Rotating Display Screen
@sdetweil HDMI-2 is the only option that comes up in the Screen layout editor. I just checked and I have the hdmi cord plugged into the main micro hdmi port on the pi and HDMI 1 port on TV.
-
RE: Rotating Display Screen
@sdetweil How can I rotate the display 90 degrees clockwise?
-
RE: Rotating Display Screen
@sdetweil It comes up in the in the Screen Layout Editor as that because I have it pugged into HDMI2 on the tv
-
Rotating Display Screen
I need to rotate my screen from landscape to a portrait display. Basically rotate the current display 90 degrees clockwise. I am displaying the Pi through a TV but have rotated the TV so the long side is going straight up and down instead of left to right. I have tried this by clicking the raspberry button in the top left corner and Preferences > Screen Configuration > Right-click HDMI-2 > Orientation > Left > Green check mark , but after confirming the changes, nothing happens. Any help would be appreciated, thank you
-
RE: Manual Installation Trouble
Thank you I hit Y, but how can I reverse it? I want to start installing modules but the mirror screen keeps running
-
RE: Manual Installation Trouble
@sdetweil Thank you. Can you link me to PM2 installation
-
RE: Manual Installation Trouble
@sdetweil Delete MM folder? How do I do that
And I think so but not totally sure -
RE: Manual Installation Trouble
@sdetweil Do I need to clear all of the previous downloads/code or am I good to just copy + paste that line below everything?
-
RE: Manual Installation Trouble
@brendan_c23 I am attempting to install the latest Node.js version using the code provided on the manual installation page of this website. I copy and pasted each line one by one as directed. When I got to the “npm run start” line, I am hit with these lines:
pi@raspberrypi:~/MagicMirror $ npm run start
magicmirror@2.14.0 start /home/pi/MagicMirror
DISPLAY=“${DISPLAY:=:0}” ./node_modules/.bin/electron js/electron.js/home/pi/MagicMirror/node_modules/electron/index.js:14
throw new Error(‘Electron failed to install correctly, please delete node_modules/electron and try installing again’)
^Error: Electron failed to install correctly, please delete node_modules/electron and try installing again
at getElectronPath (/home/pi/MagicMirror/node_modules/electron/index.js:14:11)
at Object. (/home/pi/MagicMirror/node_modules/electron/index.js:18:18)
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)
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. (/home/pi/MagicMirror/node_modules/electron/cli.js:3:16)
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! magicmirror@2.14.0 start:DISPLAY="${DISPLAY:=:0}" ./node_modules/.bin/electron js/electron.js
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the magicmirror@2.14.0 start script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.npm ERR! A complete log of this run can be found in:
npm ERR! /home/pi/.npm/_logs/2021-01-16T20_10_19_289Z-debug.logI am not sure where to go from here. Any guidance/help would be greatly appreciated. I am using a 2Gb raspberry Pi 4. I have a very limited background in coding, but I notice it is telling me to delete the node_modules/electron and try installing again, any guidance on how to go about doing that would be appreciated.
Thanks you guys