Skip to content

Latest commit

 

History

10 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

MMM-FrenchHoroscope

Show your horoscope of the day, the week or the month on your MagicMirror. Currently only in French.

Affichez votre horoscope en français du jour, de la semaine ou du mois pour votre signe astrologique. Utilise l'API AstrooAPI développée par kayoo 123.

https://kayoo123.github.io/astroo-api

Capture d'écran

Capture d'écran du module MMM-FrenchHoroscope

Installation

  1. Clonez ce dépôt dans le répertoire modules de votre MagicMirror :

    cd ~/MagicMirror/modules
    git clone https://github.com/votre-utilisateur/MMM-FrenchHoroscope.git
  2. Configurez le module dans le fichier de configuration config.js de votre MagicMirror en ajoutant l'objet de module suivant :

    {
    module: "MMM-FrenchHoroscope",
    position: "top_left",
    config: {
       selectedSign: 'taureau',
       updateInterval: 3600000,
       selectedPeriod: 'jour',
    }
    }
  3. Redémarrez votre MagicMirror pour charger le module MMM-FrenchHoroscope.

Configuration

Les options de configuration suivantes sont disponibles pour le module MMM-FrenchHoroscope :

Option Description
selectedSign Le signe astrologique sélectionné, en français sans majuscule et sans accent. Par défaut : 'taureau'.
updateInterval L'intervalle de mise à jour de l'horoscope en millisecondes. Par défaut : 3600000 (1 heure).
selectedPeriod La période sélectionnée : 'jour', 'hebdomadaire' ou 'mensuel'. Par défaut : 'jour'.

About

A MagicMirror Module to display the french horoscope, based on https://github.com/kayoo123/astroo-api

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages