@pflnpi0305 said in Creating a module to display daily horoscopes:
thats the issue it doesnt exsist in there… how do i clone the git via ssh
Mh, you are right. The readme on github doesn’t state how to do this. Maybe @morozgrafix could add this, even though the process is always the same.
If you go to github, you see this:

- click on “clone or download”
- copy the url or click on the icon next to it
cd ~/MagicMirror/modules
git clone https://github.com/morozgrafix/MMM-horoscope.git
cd MMM-horoscope
npm install
After that you update your config.js file, restart your magic mirror and should be fine
edit: oh, morozgrafix was faster