@sdetweil thanks
Read the statement by Michael Teeuw here.
Posts
-
RE: optimize modules during days
Sorry but i speak about option 7 “advanced options” / A3 " memory split" / how much memory should the gpu have : 128 choose /…is it correct to have no slowly with vidéos & photos modules ? I have raspberry pi 4 with 4G memory
-
RE: optimize modules during days
Sorry my english is bad…and school was so far 😁…for resume, you can see the differents modules used in my config.js…i have a magicmirror without mirror…the memory gpu is 128 M (with sudo raspi-config) but i have some slowly in a day…then, i use on a terminal “crontab -e” to restart mm at different moment…and it s ok !..but may be there is more parameters about raspberry pi 4 to work fine…
-
RE: optimize modules during days
:)
module: "MMM-pages", disabled: false, config: { modules: [[ "MMM-EmbedYoutube" , "MMM-EyeCandy" , "newsfeed" ], [ "helloworld" , "MMM-ImagesPhotos" , "MMM-ImagesPhotos2" , "newsfeed" , "helloworld2" ], [ "MMM-iFrameReload" , "MMM-EyeCandy" , "newsfeed" ], [ "helloworld" , "MMM-ImagesPhotos" , "newsfeed" ], [ 'MMM-Lunartic' , "MMM-DarkSkyForecast" , "MMM-EARTH" , 'MMM-rfacts' , "MMM-NowPlayingOnSpotify" , "newsfeed" ], [ "helloworld" , "MMM-ImagesPhotos" , "newsfeed" ], [ "MMM-EmbedYoutube" , "MMM-EyeCandy" , "newsfeed" ], [ "helloworld" , "MMM-ImagesPhotos" , "newsfeed" ], [ "MMM-iFrameReload" , "MMM-EyeCandy" , "newsfeed" ], [ "helloworld" , "MMM-ImagesPhotos" , "newsfeed" ], [ "clock" , "calendar", "calendar_monthly" , "MMM-cryptocurrency" , "MMM-EyeCandy" , "newsfeed" ], [ "helloworld" , "MMM-ImagesPhotos" , "newsfeed" ], [ "MMM-EmbedYoutube" , "MMM-EyeCandy" , "newsfeed" ], [ "helloworld" , "MMM-ImagesPhotos" , "newsfeed" ], [ "MMM-iFrameReload" , "MMM-EyeCandy" , "newsfeed" ], [ "helloworld" , "MMM-ImagesPhotos" , "newsfeed" ], [ 'MMM-SoccerLiveScore' , "MMM-Cocktails" , 'MMM-MovieListings' , "newsfeed" , 'MMM-SystemStats' ], [ "helloworld" , "MMM-ImagesPhotos" , "newsfeed" ]], rotationTime: 15000, }
-
optimize modules during days
i have a raspberry pi4 since 2 days on replace raspberry pi3…i have a lot of modules with MMM-pages…videos, meteo,images,default modules,spotify…
How can i optimize display without bug (slow display)? what’s the perfect size of memory split? (128 now) i’m using crontab -e to reduce default (pm2 stop and restart in half day)…thanks -
start&end video id for MMM EmbedYoutube
Hello everybody,
beginner with javascript i would like to incorporate parameters start & end to a id video with module MMM embedYoutube or other modules…
I have a playlist video and some videos are interesting but so large…thanks all -
RE: Issues with the French translation in MMM-rfacts
It’s ok after npm install -g npm@latest and npm install -g n
n stablethanks…i thought sudo apt-get update and upgrade was enough
-
RE: Issues with the French translation in MMM-rfacts
Hello Myke1,
It was good one month ago but now, after a new npm install i have error :
(node:1031) [DEP0022] DeprecationWarning: os.tmpDir() is deprecated. Use os.tmpdir() instead.
npm WARN package.json json-schema@0.2.3 No license field.
npm WARN package.json punycode@2.1.1 punycode is also the name of a node core module.
npm ERR! Error: Method Not Allowed
npm ERR! at errorResponse (/usr/share/npm/lib/cache/add-named.js:260:10)
npm ERR! at /usr/share/npm/lib/cache/add-named.js:203:12
npm ERR! at saved (/usr/share/npm/node_modules/npm-registry-client/lib/get.js:167:7)
npm ERR! at FSReqWrap.oncomplete (fs.js:135:15)
npm ERR! If you need help, you may report this entire log,
npm ERR! including the npm and node versions, at:
npm ERR! http://github.com/npm/npm/issuesnpm ERR! System Linux 4.19.68-v7+
npm ERR! command “/usr/bin/node” “/usr/bin/npm” “install”
npm ERR! cwd /home/pi/MagicMirror/modules/MMM-rfacts
npm ERR! node -v v8.11.1
npm ERR! npm -v 1.4.21
npm ERR! code E405
npm ERR!
npm ERR! Additional logging details can be found in:
npm ERR! /home/pi/MagicMirror/modules/MMM-rfacts/npm-debug.log
npm ERR! not ok code 0 -
Issues with the French translation in MMM-rfacts
hello everybody,
is there some people having problems to translate the result of module MMM rfacts? many times error and return to english.
Thanks