Read the statement by Michael Teeuw here.
MMM-Random Fact
-
Is there a config option to show/hide the “Random Fact” title if you just want the fact?
Alternatively, would positioning and colour customisation of the title be done in CSS? -
Both can be achieved in custom.css file
.MMM-rfacts .title { display:none; (or positioning and colour customisation) } .MMM-rfacts .description { (positioning and colour customisation code here) }
-
Great, thank you. I will take a look at that when I have a little bit of spare time.
-
@mykle1 yep, it does work ONLY when set to english but other languages has a problem as stated here due to error in
promise.all()
function Here …please try to change your language to any other to confirm the error and let us know.@lavolp3 it’s the same error of mine.
-
Ahh ok. I’m sure the author will address the issue when he has time.
-
Is fixed…git pull…enjoy your weekend. Thanks @Mykle1
-
I’m getting the same issues.
entry in config:
{
disabled: false,
module: ‘MMM-rfacts’,
position: ‘bottom_bar’
},
but it only shows “Ein Tatsache bekommen…”. I did “git pull” today and I am up to date.Any hint?
-
@dirkie Yes…the api is strange… if you hit it too many times they will lock you out for a couple days…
Give it time and it should work again.
-
I am still having an Unhandled promise rejection:
UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 13): TypeError: Cannot read property 'refs' of undefined
My config is completely stripped down now as the new Readme suggests. No config entries.
Loading message is in German which is my language.
However translation still does not seem to work here.Any suggestions?
-
I will look at it again tonight they may have changed the api… stay tuned.