(Trying to post this in the Modules/Showcase/Entertainment forum, but that’s not an option on the dropdown… @paviro )
This module displays the daily XKCD web comic. Automatically updates every 10 hours.
[card:Blastitt/DailyXKCD]
(Trying to post this in the Modules/Showcase/Entertainment forum, but that’s not an option on the dropdown… @paviro )
This module displays the daily XKCD web comic. Automatically updates every 10 hours.
[card:Blastitt/DailyXKCD]
(Trying to post this in the Modules/Showcase/Utilities forum, but that’s not an option on the dropdown… @paviro )
A basic twitter feed module. Super unpolished, but the functionality is there. You need your own twitter API access tokens. Displays your tweets and @mentions since last MM reboot. Will definitely be taking suggestions and updating in the near future.
My original idea was to allow you to give commands to the MM by tweeting at it. I may still add this functionality if it’s wanted.
[card:Blastitt/twitControl]
Check out my DailyXKCD module. It seems to be what you’re looking for.
[card:Blastitt/DailyXKCD]
@Nexxic In the only pull request made, the author retracted it. I’ve had a couple people say they were working on a pull request for fixing the size of the larger comics, but nothing’s come of it yet. I’m too busy at the moment, otherwise I would do it myself.
Strange… What DOES show up for you? Make sure your API keys are for the User Stream API and not anything else. You shouldn’t have to mess with the JS at all.
Not sure if this is an issue with Electron or the application itself, but I’ve found that whenever the Magic Mirror is in the foreground, the whole brightness of the screen dims. If another window is in the foreground, however, (with the Magic Mirror still visible and in full screen, simply with another window on top of it) the brightness returns to normal.
Additionally, when CTRL+TAB is held, the brightness increases to higher than normal.
Everything mentioned only occurs when the Mirror application is in Full Screen mode.
I cannot get screenshots of this, as it does not occur over VNC, but on HDMI-connected monitors.
Has anyone else noticed this issue, and does anyone have an idea as to how to solve it?
I like it! Put in a pull request if you want it in the official repo. Also maybe add a config option to turn the feature off (if someone just wants to see new comics only)?
Dunno. Probably. This module can’t do anything with instagram as it is right now, though.
It gets new tweets continuously, but they do not persist between reboots.
I added an option to invert the colors and dev console shows the image has the style filter : invert(100%);
but the colors don’t seem to be inverting at all.
Update: Changed to -webkit-filter
and it worked. Looks hella good.