Read the statement by Michael Teeuw here.
MMM-WeatherBackground
-
@vauxdvihl ah, he made it.
-
@vauxdvihl
I think his version https://github.com/cowboysdude/MMM-WeatherBackground will be work. I don’t know it is completed or not, but you can try it. -
This a fork of @Sean great work but remade to work with NOAA3.
[card:cowboysdude/MMM-WeatherBackground]
-
@cowboysdude
Does not work
Mirror stays blackHere is the error message
/home/pi/.pm2/logs/start-error.log last 15 lines: 0|start | at Module.load (module.js:561:32) 0|start | { Error: Cannot find module 'dayjs' 0|start | at Module._resolveFilename (module.js:543:15) 0|start | at Function.Module._resolveFilename (/home/pi/MagicMirror/node_modules/electron/dist/resources/electron.asar/common/reset-search-paths.js:35:12) 0|start | at Function.Module._load (module.js:473:25) 0|start | at Module.require (module.js:586:17) 0|start | at require (internal/module.js:11:18) 0|start | at Object.<anonymous> (/home/pi/MagicMirror/modules/MMM-WeatherBackground/node_helper.js:7:15) 0|start | at Object.<anonymous> (/home/pi/MagicMirror/modules/MMM-WeatherBackground/node_helper.js:49:3) 0|start | at Module._compile (module.js:642:30) 0|start | at Object.Module._extensions..js (module.js:653:10) 0|start | at Module.load (module.js:561:32) code: 'MODULE_NOT_FOUND' } 0|start | libGL error: MESA-LOADER: failed to retrieve device information 0|start | MESA-LOADER: failed to retrieve device information 0|start | MESA-LOADER: failed to retrieve device informationAny Idea?
Thanks a lot
-
@vauxdvihl
I think it wasn’t installed properly. (@cowboysdude might have forgottennpm installin his description.)cd ~/MagicMirror/modules/MMM-WeatherBackground npm installtry again.
-
@sean
That was it
Works
Thanks a lot -
@sean said in MMM-WeatherBackground:
@vauxdvihl
I think it wasn’t installed properly. (@cowboysdude might have forgottennpm installin his description.)cd ~/MagicMirror/modules/MMM-WeatherBackground npm installtry again.
Thank you @Sean that’s exactly what I did LOL the Readme is corrected, Thank you!!
-
@cowboysdude
i get this error when i do npm installi@Magicmirror:~/MagicMirror/modules/MMM-WeatherBackground $ npm install
npm WARN mmm-weatherbackground@3.0.1 No repository field.audited 63 packages in 3.748s
found 0 vulnerabilitiesi get this error also
No helper found for module: MMM-WeatherBackgroundi am using NOAA3 also
-
This post is deleted! -
My advice. Delete your current MMM-WeatherBackground folder/directory. Clone the repo again
git clone https://github.com/cowboysdude/MMM-WeatherBackground.gitinto your modules folder.cdinto your new MMM-WeatherBackground directory. Runnpm install. You should be golden.P.S. No helper is not an error.
-
@mykle1
pm notice created a lockfile as package-lock.json. You should commit this file.
npm WARN mmm-weatherbackground@3.0.1 No repository field. -
@buzzman
You can ignore any WARN message. -
@mykle1 @Sean
I dont know whats going on . i don’t get any weather picture. i have tried it with MMM-NOAA3 with 2 different weather api . the weather info from noaa3 is right . -
@buzzman said in MMM-WeatherBackground:
@mykle1 @Sean
I dont know whats going on . i don’t get any weather picture. i have tried it with MMM-NOAA3 with 2 different weather api . the weather info from noaa3 is right .Well there may be another issue. This is the fun of the mirror…no two are alike and sometimes different problems arise.
Hang in there, it’ll be working :)
-
@cowboysdude
i bought a new sd card and reinstall it all . it finally worked. -
@buzzman AWESOME! :)
-
@Sean Hey there thank you for this cool module.
I have one problem though i have different pages on my mirror MMM-pages and i also use your MMM-DropboxWallpaper that i use for a few of those pages as a background (not on all of them) and works fine… so this brings me to my question… I want the MMM-WeatherBackground only for Page 1 where my weather module is at?? How do i do that so it does not surface on all backgrounds …i did make sure that i have listed MMM-WeatherBackground on Page 1 only not on exemptions where those modules that are on all pages reside.Please help me out and thank you again
Denis -
How can i use MMM-WeatherBackground only on the page where i have my weather information MMM-NOAA3 and not on all my pages??
D -
@richland007
I’ll reply to u next monday. -
@richland007
MMM-WeatherBackgroundwill display photos in ANYWHERE you appoint.
Maybe you’ve been appointing.fullscreen.belowastargetDOM, so, it shows photos onfullscreen_below- where is shared with all pages of screen globally.So, here is a simple(?) trick.
I made a dummy module for doing nothing but just existing.
https://github.com/eouia/MMM-Dummy
Install that, and modify configuration like this.{ module:"MMM-Dummy", position: "fullscreen_below", config: { width:"100vw", height: "100vh", } }, { module: "MMM-WeatherBackground", config: { targetDOM: ".MMM-Dummy" } },Now MMM-Dummy will contain weatherphotos as its background image. You can show/hide this module with any page controlling modules.(MMM-Pages? MMM-Caroulsel?)
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login