@lavolp3,
for the weater forecast : MMM-WeatherOrNot
for the map : MMM-TomTomTraffic
RIKKO14
@RIKKO14
Conseiller en Gestion de Patrimoine
Bricoleur et curieux
débutant, je n'ai jamais programmé
Best posts made by RIKKO14
-
RE: MMM-NowPlayingOnSpotify, installed but nothing appears on MM
Latest posts made by RIKKO14
-
RE: which module to listen to the radio on my MM ?
thank you,
I’m watching this this we -
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. -
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.jpgMMM-MarineMétéo use StormGlass API key.
Thank you for your feedback and help.
-
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. -
RE: [MMM-JaST] Just another Stock Ticker
Hello,
does this module work for french stocks on euronext ?
-
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
-
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? -
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.