@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.
@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.
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 🤔
@BerkSmash1984 said in MMM-MovieListings:
I cannot seem to get the module to work
Just an idea: Which node version are you using?
@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 run git remote -v to figure it out.
@vees Nice! :-) Don’t forget to add it to the modules list: https://github.com/MagicMirrorOrg/MagicMirror/wiki/3rd-party-modules
@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.
If this happens try to set useCorsProxy to false in 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
}
}
]
@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?
@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.