@nobita not the entire directory, but rather directory that contains your module inside of MagicMirror/modules
For example if you have MagicMirror/modules/module_to_delete
You would do:
cd ~/MagicMirror
rm -rf modules/module_to_delete
@nobita not the entire directory, but rather directory that contains your module inside of MagicMirror/modules
For example if you have MagicMirror/modules/module_to_delete
You would do:
cd ~/MagicMirror
rm -rf modules/module_to_delete
@Atheose Sounds good. I will try to see if I can get it going. Will you have time to test module while it’s under development?
@Iseknutz I haven’t touched that code in about 9 months. I can certainly look at the URL and see if that can be implemented.
@kurt I totally understand your point and reasons for you to use GUI tools for file transfers, editing etc. My personal choice is mostly working in the terminal, but it takes some getting used to. The reason why I mentioned SSH and scp, as alternative to using GUI transfer tools, is because they are very reliable and proven to work well. I just wanted to check your comfort level using them, in case that you are suspecting FileZilla, Cyber Duck or some other GUI tool is messing up your MM installation.
To answer your question about text editors that work in terminal. There are plenty of them and they have existed for a very long time in unix/linux world. Most of the time they are available with any *nix flavor. To name a few: nano (probably easiest to learn), vim and emacs
Hope you get everything sorted with your install and if you need assistance we are here to help.
@istepgueu you may find this project relevant and interesting https://github.com/davidgeller/hodor
@bminer1 it seems that you are trying to pull instead of clone (and git is not globally configured on your system and doesn’t recognize you)
try running this command instead: git clone https://github.com/dmcinnes/MMM-forecast-io.git
@Mykle1 I will try to reproduce it once I get home and will get back to you. Hang tight.
@istepgueu Please share your findings and code if possible. I’m looking into modding my garage door and using project that I mentioned above. Would be interested in getting info on sensors hookup and anything that you find while building it.
I’ve added some of those on my local branch a long time ago. Feel free to pick from there https://github.com/morozgrafix/MMM-forecast-io/commit/972201f64d432c3c0863a7d76364e7f8af1bb817 and https://github.com/morozgrafix/MMM-forecast-io/commit/13ff8b78c86dc0905e46c11702d7173571517e79
My fork is fairly old and hasn’t been synced in a while, though.
It looks like this:

@cowboysdude Yes exactly. Almost done with MMM-Valentine :heart:
@istepgueu thanks for the write up. I was just looking for similar sensors for my garage.
@lavolp3 said in MMM-forecast-io -- Localized up to the minute weather:
Guys, going through the thread, I see that a lot of good ideas were implemented in forks but not sent as PRs. I think it would be a good idea to have some of these included into the original. dmcinnes/MMM-forecast-io, since this is the one referenced in the original MagicMirror.
@dmcinnes what do you think?
Do you want this rep to be bloated up or do you want it to be kept mostly as it is and leave major changes to forks?I would expect at least to have some of @morozgrafix very good ideas implemented as optional (sunset, precipitation probability).
Also @rak 's ideas look very very promising but I admit might be a bit much as changes for the master.
I just submitted a PR for displaying Sunrise and Sunset times. https://github.com/dmcinnes/MMM-forecast-io/pull/22
I will try to find some time to improve wind forecast and get another PR submitted sometime this weekend.
I also just submitted a PR for wind speed and direction https://github.com/dmcinnes/MMM-forecast-io/pull/23
Precipitation probability forecast is also submitted as a PR: https://github.com/dmcinnes/MMM-forecast-io/pull/24
I also sneaked another PR that allows easy adjustments to forecast table look and feel: https://github.com/dmcinnes/MMM-forecast-io/pull/25
I would like to offer help with forum moderation as well. While I’m new to this forum I have spent last 7+ years of my career building products evolving around user community and collaboration (Yahoo Groups, Flickr and now Slack). Clear communication, empathy, courtesy and respect are some of the things on top of my list to keep building healthy and thriving community.
I’ve been following MichMich and his wonderful projects on Tumblr for a while, always wanted to build a mirror since his very initial build out. I didn’t have much time to play around with it. Then v2 came out and I kept saying to myself that I have to try it out. I finally joined community about a month ago, started to play around with core code and modules. And I got hooked. This is a really nice project with so many wonderful additions developed by people from all over the world.
My first module that I’ve built was based on a request that I found in this forum. I have a few more ideas for building modules. This forum helped me find information that I needed to understand and build things for MM. I just want to give back and help.
Thanks.
@AAPS It’s totally your call. I don’t think it affects anything as long as your network is closed and secure.