@dadAndEl Nice! Don’t forget to add it to the module list: https://github.com/MagicMirrorOrg/MagicMirror/wiki/3rd-party-modules 🙂
Read the statement by Michael Teeuw here.
Posts
-
RE: MMM-MealViewer
-
RE: Marketing an idea based on MagicMirror?
@toxeek Just to let you know, I am not part of the core MagicMirror team and my answer is based on my personal interpretation of the situation.
I wish you every success! 🚀 I would find it interesting if you could tell us about your project later.
-
RE: Marketing an idea based on MagicMirror?
MagicMirror is licensed under the MIT. And most of the more than 1000 modules are also available under a free licence. So as long as you comply with the licence conditions, the answer is yes.
Of course it would be cool if you would give something back to the community, be it through donations, code improvements, documentation improvements, helping others in the forum or something else. It would be interesting to know if Waveshare returns anything 🤔
-
RE: MMM-MovieListings
@BerkSmash1984 said in MMM-MovieListings:
I cannot seem to get the module to work
Just an idea: Which node version are you using?
-
RE: Module Error
@Lockslay Which MMM-Globe? On the module list are two with that name. Go into the directory of the moule (
cd ~\MagicMirror\modules\MMM-Globe) and than rungit remote -vto figure it out. -
RE: MMM-Nutrislice: Display the day's school breakfast and lunch
@vees Nice! :-) Don’t forget to add it to the modules list: https://github.com/MagicMirrorOrg/MagicMirror/wiki/3rd-party-modules
-
RE: MMM-OpenWeatherForecast Error 401
@dcazman said in MMM-OpenWeatherForecast Error 401:
I think this is the fork I used.
According to your first post (output of
git remote -v) you use the repository of jclarke0000. -
RE: MMM-News-QR: it works but....
If this happens try to set
useCorsProxytofalsein your feed config. Like this:modules: [ { module: "newsfeed", position: "top_right", config: { feeds: [ { title: "tagesschau.de", url: "https://www.tagesschau.de/xml/rss2/", useCorsProxy: false } ] } }, { module: "MMM-News-QR", position: "top_right", config: { updateType: "push", interval: 2000, animationSpeed: 2500, colorDark: "#fff", colorLight: "#000", imageSize: 150 } } ] -
RE: CALL FOR TESTERS: New install script
@drdeath I am sorry that you found my comment offensive. That was not my intention at all. I think it’s a shame if there’s an atmosphere where you can’t express ideas or ask questions. Even if they are stupid, one should remain respectful. I think it’s good when people start new projects and try different approaches. So thanks for that!
Out of technical curiosity: Why are you using X? Wouldn’t it be possible with Wayland?
-
RE: CALL FOR TESTERS: New install script
@drdeath I’m a bit sceptical about trying it out as it contains a few hundred encoded lines and the comments don’t clearly describe what it does and why it’s encoded.
-
RE: MMM-GoogleMapsTraffic failing
The original module didn’t get updated since 2018. Maybe try this fork from 2022: https://github.com/doctorfree/MMM-GoogleMapsTraffic.
-
RE: MMM-OpenWeatherForecast Error 401
@Vauxdvihl Okay, so that shows us that you’re using the right fork 👍 Let’s see the part of config.js for this module (without API key, of course).
-
RE: MMM-OpenWeatherForecast Error 401
@Vauxdvihl said in MMM-OpenWeatherForecast Error 401:
Can you guide me?
Try
git remote -vin the module’s directory. -
RE: MMM-Bash
@draxiom Nice! Don’t forget to add it to the modules list: https://github.com/MagicMirrorOrg/MagicMirror/wiki/3rd-party-modules :-)
-
RE: Having issues with MMM-MktIndex, again
@leonids The module got an update some days ago. Have you updated the module?
-
RE: Major problems loading new module page...
@BKeyport I cannot reproduce this. Does the same thing happen when you open the list in a private window?