@j-e-f-f That DEFINITELY worked! Thanks mate. I just wanted a really nice and clean weather module. I will definitely check yours out. THANKS!
Read the statement by Michael Teeuw here.
Latest posts made by rodofrn
-
RE: Hide ExtraInfoWeather of default currentweather module
-
Hide ExtraInfoWeather of default currentweather module
Hello guys, I have tried really hard to hide the ExtraInfo on the top of the currentweather module (seen below). I was able to hide some of it using the “show: false” parameters (only hides “pm” and “SE”), but I cannot effectively HIDE the entire thing.
This is in the .js file and I assume it is what gives the module this info:// add extra information of current weather // windDirection, humidity, sunrise and sunset addExtraInfoWeather: function(wrapper) {
I want to be able to HIDE the entire top info, and have the cloud icon and the temp take its place (like shift up) Does anybody have any idea how to accomplish this?
Picture for reference!
-
RE: Email
@ronny3050 I have the same problem as Preve, I have tried multiple email accts, and nothing. Happened after I updated MM. Any ideas?
-
RE: Modules stuck at "Loading" after update...
@bhepler Email is still NOT working…any ideas? I tried multiple email accts, none work.
-
RE: Modules stuck at "Loading" after update...
I reinstalled both ( rm -rf email and MMM-Traffic and git cloned them again) and same issue. I rechecked the logs and this is all I could find, I dont know if it has something to do with the problems:
This 0|mm is in RED color:
0|mm | error: Ref refs/remotes/origin/develop is at 86ae704e8626a357e4f618a00e237bd25b6c59df but expected c492ea77f11470d96d5353cba00b3073edfc1519 0|mm | From https://github.com/MichMich/MagicMirror 0|mm | ! c492ea7..86ae704 develop -> origin/develop (unable to update local ref)
This 0|mm is in GREEN color:
0|mm | API-Call Quote reached for today -> no more calls until 0:00 PST 0|mm | listening for emails...
EDIT: I just obtained a new API KEY for MMM-Traffic and it works now…WTH!!! What happend? let me see if i can fix email now…
-
RE: Modules stuck at "Loading" after update...
@bhepler said in Modules stuck at “Loading” after update...:
Do you have anything in your logs that indicates a problem?
Nope, nothing, checked multiple times (at startup, at restart, etc…). What could it be?
-
Modules stuck at "Loading" after update...
Hello guys, today I updated my MagicMirror and 2 of the modules are stuck at “Loading”. What happend and how can I fix it?
What I did was the following:
Prior to me updating, all modules were working fine and I saw an update notification at the top of my MM, I proceded to “git pull && npm install” in $HOME/MagicMirror. After that, both of those modules (Email , and MMM-Traffic) on the bottom left are not working, they are stuck at loading. Also, why is my calendar like cut off, like the numbers are cutoff on the right.???Any ideas of what happened? Thanks in advance.
-
Hide album photo art from MMM-Scrobbler.
Is there anyway I can HIDE the album art photo that shows up at the top of the song name?
I am talking about this: LINK TO MODULE
I want to “HIDE” the album art ALWAYS. And the info to take the place of the album art (like hide the art and shift the text up)
There is a line of code on the .js file that contains album art stuff, I tried deleting that but it did NOT work.Any of you have any idea how to accomplish this? THANKS in advance!
-
Hide album photo art from MMM-Scrobbler.
Is there anyway I can HIDE the album art photo that shows up at the top of the song name?
I am talking about this: LINK TO MODULE
I want to “HIDE” the album art ALWAYS. And the info to take the place of the album art (like hide the art and shift the text up)
There is a line of code on the .js file that contains album art stuff, I tried deleting that but it did NOT work.Any of you have any idea how to accomplish this? THANKS in advance!