reinstalled MM and back in business, who knows what happened
Read the statement by Michael Teeuw here.
Posts made by rslohs
-
RE: Electron exited with signal SIGILL error
-
Electron exited with signal SIGILL error
Hello,
Have had my MM running for a few weeks. Been playing with PM2 a bit to try and learn that. Had the mirror running, came back about a day later and my RPi desktop screen was showing (MM closed). Tried PM2 logs and was getting a electron error. Stopped PM2 and tried to run MM via ‘npm run start’. I’m getting the error seen below, any suggestions? I changed nothing from when it was running properly.
pi@raspberrypi:~ $ cd ~/MagicMirror
pi@raspberrypi:~/MagicMirror $ npm run startmagicmirror@2.18.0 start
DISPLAY=“${DISPLAY:=:0}” ./node_modules/.bin/electron js/electron.js
/home/pi/MagicMirror/node_modules/electron/dist/electron exited with signal SIGILLWhat is SIGILL and how do I resolve? Thanks
-
RE: MMM-OpenWeatherMapForecast Doesn't display imperial units
@sdetweil that’s what I’m using in the config file.
{ module: "MMM-OpenWeatherMapForecast", header: "Schoolcraft, MI Weather", position: "top_right", classes: "default everyone", disabled: false, config: { apikey: "aaaaaaaa", latitude: "aaaaaaa", longitude: "aaaaaa", iconset: "4c", concise: false, forecastLayout: "table", units: "imperial", } },
-
RE: MMM-OpenWeatherMapForecast Doesn't display imperial units
@mykle1 thanks for the suggestion, but that is set to imperial as well.
-
RE: MMM-OpenWeatherMapForecast Doesn't display imperial units
@sdetweil I’m not quite sure what you’re saying. The ‘Units:“imperial”,’ is incorrect in the code I shared? What should I try differently?
-
MMM-OpenWeatherMapForecast Doesn't display imperial units
Hello,
Working on OpenWeatherMapForecast and so far have really liked it. One issue, for predicted precipitation I cannot get imperial units to show. I’ve tried changing it within config.js as well as the config file in the module as well. Any suggestions?
{
module: “MMM-OpenWeatherMapForecast”,
header: “Weather”,
position: “bottom_right”,
classes: “default everyone”,
disabled: false,
config: {
apikey: “KEY”,
latitude: “444444”,
longitude: “-4444444”,
iconset: “4c”,
concise: false,
forecastLayout: “table”,
units: “imperial”,
}
},