This module has been updated
Please do a git pull && npm i to update
Thanks!
Read the statement by Michael Teeuw here.
Posts
-
RE: MMM-NewsFeedTicker
-
RE: We card for alcohol
I fixed the message so you can change it to however you want it worded.
Please do agit pull && npm ito update
Thanks! -
RE: MMM-NewsFeedTicker Make Banner and Scrolling Text Smaller
Ok, I’ve made some changes.
If you do a
git pull && npm iit will give you a warning about the changes made to your js and css files
You can just delete those files, then do thegit pull && npm iOR, you can just delete your NewsFeedTicker directory and re-install it
-
RE: MMM-NewsFeedTicker Make Banner and Scrolling Text Smaller
@dgregory19
Sorrywithin the headline:
headline.className = "bold small bright"; ****
Change the size from what you have to small. I think I originally had it set to xlarge.I am working on making this a bit easier.
Apologies!
-
RE: jquery module not working --- need help!
@cowboysdude
I really like the changes you’ve made with this Recipe Module!!! :winking_face: -
RE: jquery module not working --- need help!
@sdetweil
LOL!
I merged a pull request from @Seann :face_with_tears_of_joy:
I am going through it right now to see what he did.
And, I am going through the changes you made with the VideoPlayer2 module.With what you have taught me and with the changes to the Video Player and the Kitchen timer,
I am gonna try to apply this to a few other programs I have ready to convert from JQuery.I am also going through @cowboysdude’s Recipe module to see how to get JQuery to actually work with MM.
Today, I am spending time RE-LEARNING javascript and how to apply it to MM modules. :upside-down_face: :upside-down_face: :upside-down_face:
Maybe it will steer me away from JQuery in the future! :winking_face:
-
RE: jquery module not working --- need help!
@cowboysdude How do I mark this as SOLVED?
-
RE: jquery module not working --- need help!
@cowboysdude Thanks! I will do that! :winking_face:
-
jquery module not working --- need help!
Ok, so I wrote this program: https://codepen.io/justjim1220/pen/dapLPo?editors=1000
And in CodePen, it works perfectly.
But I have attempted to convert it over to be a MagicMirror module:
https://github.com/justjim1220/MMM-KitchenTimer
it shows up exactly as it should, BUT, none of the buttons work.
I get the hover action, and even the click action, but the buttons don’t do anything else.
Plus, I don’t get any errors in dev console.Any ideas?
-
RE: MMM-Glock
A note on the repo on github says the weather portion is not currently working due to Yahoo dropping the weather API.
-
RE: MMM-Glock
@mykle1 :rolling_on_the_floor_laughing: :rolling_on_the_floor_laughing: :rolling_on_the_floor_laughing:
-
RE: MMM-Glock
@rafaelcota :rolling_on_the_floor_laughing: :rolling_on_the_floor_laughing: :rolling_on_the_floor_laughing:
-
RE: MMM-NewsFeedTicker Make Banner and Scrolling Text Smaller
the font size is changed in the js file. See ****:
var headline = document.createElement("span"); headline.className = "bold small bright"; **** headline.innerHTML = "<font color= #ffaa00>" + moment(new Date(this.newsItems[this.activeItem].pubdate)).fromNow() + ": " + "</font>" + this.newsItems[this.activeItem].title + " || " + this.newsItems[this.activeItem].description; tickerBody.appendChild(headline);The image size is changed in the css file. See ****:
.MMM-NewsFeedTicker .image { position: absolute; display: inline-block; vertical-align: middle; bottom: 0; left: 0; height: 30px; **** z-index: 10; background-color: #FFF; } -
RE: MMM-Glock
@mykle1 How do you know???
:rolling_on_the_floor_laughing: :rolling_on_the_floor_laughing: :rolling_on_the_floor_laughing: -
RE: Magic Mirror on Windows 8.1 tablet?
{ disabled: false, module: "MMM-Mail", header: "My Gmail et. al. ...", position: "top_left", config: { user: "justjim1220@gmail.com", pass: "PassWord", host: "imap.gmail.com", port: 993, tls: false, numberOfEmails: 15, fade: false, subjectlength: 60 },
-
RE: Magic Mirror on Windows 8.1 tablet?
@roxx I use the MMM-Mail module for my email. Works a lot better! :winking_face:
-
RE: We card for alcohol
Updated… Current code will get this:

the date, IE: Feb 03, will change daily on it’s own. The year, will change yearly on it’s own.
the message above the date, can be changed to say whatever you like.
