Navigation

    MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord
    1. Home
    2. RIKKO14
    R
    • Profile
    • Following 0
    • Followers 0
    • Topics 46
    • Posts 210
    • Best 1
    • Groups 0

    RIKKO14

    @RIKKO14

    Conseiller en Gestion de Patrimoine
    Bricoleur et curieux
    débutant, je n'ai jamais programmé

    0
    Reputation
    144
    Profile views
    210
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    RIKKO14 Follow

    Best posts made by RIKKO14

    • RE: MMM-NowPlayingOnSpotify, installed but nothing appears on MM

      @lavolp3,
      for the weater forecast : MMM-WeatherOrNot
      for the map : MMM-TomTomTraffic

      posted in Troubleshooting
      R
      RIKKO14

    Latest posts made by RIKKO14

    • RE: which module to listen to the radio on my MM ?

      thank you,
      I’m watching this this we

      posted in Troubleshooting
      R
      RIKKO14
    • which module to listen to the radio on my MM ?

      Hello,
      I would like to broadcast a radio (France Inter) on my MM which would be broadcast 24 hours a day because I have a potentiometer to turn on or off the sound of my MM. which easy-to-configure module would you recommend?
      Thank you for your help.

      posted in Troubleshooting
      R
      RIKKO14
    • someone to take over the development of the MMM-MarineWeather module ?

      Hello,
      At my request grenagit modified the MM-Marine Weather module (https://github.com/grenagit/MMM-MarineWeather) by adding high and low tides.
      But there is a timing problem on the tides with a lag of 1 to 2 hours.
      Unfortunately grenagit no longer has time to develop this module. Not being a programmer and adoring this module, is it possible for someone to take over the development of this module and thus make the modification and also add the tidal coefficients?
      I proposed the following presentation with icons found on google:
      https://www.zupimages.net/up/20/45/o72w.jpg

      MMM-MarineMétéo use StormGlass API key.

      Thank you for your feedback and help.

      posted in Troubleshooting
      R
      RIKKO14
    • black screen after after updating MMM-GoogleAssistant

      Hello,
      I just updated the MMM-GoogleAssistant module with the commands:
      cd ~ / MagicMirror / modules / MMM-GoogleAssistant
      and npm run update because I had 3 update requests at the top of my MM.
      I don’t understand why because I had installed the MMM-UpdateNotification module with the following code:

      {
      module: "MMM-UpdateNotification",
      position: "top_bar",
      config: {
      debug: false,
      updateInterval: 10 * 60 * 1000, // every 10 minutes
      startDelay: 60 * 1000, // delay before 1st scan
      ignoreModules: [],
      updateCommands: [
      {
      module: "MagicMirror",
      command: "rm package-lock.json && git pull && npm install"
      },
      {
      module: "MMM-GoogleAssistant",
      command: "npm run update - without-prompt"
      },
      {
      module: "MMM-Assistant2Display",
      command: "npm run update - without-prompt"
      }
      ],
      notification: {
      useTelegramBot: true,
      sendReady: true,
      useScreen: true,
      useCallback: true
      },
      update: {
      autoUpdate: true,
      autoRestart: true,
      usePM2: true,
      PM2Name: "0",
      defaultCommand: "git pull && npm install",
      updateMagicMirror: false,
      logToConsole: false,
      timeout: 2 * 60 * 1000
      }
      }
      },
      

      and there I have a little noise and then a black screen …
      I believe that once again an Electron problem.
      I turned off my MM then redone the update of the MMM-GoogleAssistant module then the update of the MMM-Assistant2Display module but my screen still remains black and I still have [Electron] displayed at the top of my screen instead of MagicMirror.
      How to fix the problem?
      (And why did MMM-UpdateNotification not work?)
      Thank you for your help.

      posted in Troubleshooting
      R
      RIKKO14
    • RE: [MMM-JaST] Just another Stock Ticker

      Hello,

      does this module work for french stocks on euronext ?

      posted in Utilities
      R
      RIKKO14
    • RE: lightning bolt at the top left of my screen

      ok thanks

      posted in Troubleshooting
      R
      RIKKO14
    • RE: MMM-Weather

      Another wonderful @Bugsounet module…
      How far will he stop ? 😀

      Does OpenWeather indicate the tides (hours of low and high seas + coefficient?) because that’s the only info I miss

      posted in Utilities
      R
      RIKKO14
    • All modules are not on MichMich/MagicMirror/wiki/3rd-party-modules

      Hello,
      Unless I’m mistaken, I have the impression that all the modules available for the MM are not listed in the different Categories of MichMich’s github page (https://github.com/MichMich/MagicMirror/wiki/3rd- party-modules).
      For example I sometimes see requests for help on the page https: //forum.magicmirror.builders/category … concerning modules that I cannot find on https://github.com/MichMich/ MagicMirror / wiki / 3rd-party-modules.
      is there a reason for this?
      how to find all these other modules on github?

      posted in Troubleshooting
      R
      RIKKO14
    • RE: MMM-Lunartic

      @bjoern thank you I adapted the custom.css like this
      and it suits me :

      .MMM-Lunartic img.photo {
      /*  display: none;              uncomment if you don't want an image */
        max-width: 100%;
        margin-left: 250px;          /* Precisely align moon picture with these */
        margin-right: 0px;
        margin-top: 0px;         /* -41px for current. -21px for animation or static. */
        margin-bottom: -95px;      /* -51px for current. -21px for animation or static. */
      }
      
      

      now this is the line of text that I would like on one line. I do not see in the MMM-Lunartic.css which part this concerns, can you help me ? (see the photo below)

      the weatherforecast is MMM-WeatherOrNot and the Map is MMM-TomTomTraffic.

      2020-10-17-135442_1080x1920_scrot.png

      posted in Troubleshooting
      R
      RIKKO14
    • RE: MMM-Lunartic

      nobody knows ?

      posted in Troubleshooting
      R
      RIKKO14