@dæmoneyes your changes didn’t show
use the three back-tics before and after your code
on keyboard, left of the number 1 key
Read the statement by Michael Teeuw here.
Posts
-
RE: How can I add more time periods for MMM-compliments?
-
RE: Do you use a PIR sensor? How do you hide it?
@boblazer i haven’t done mine yet… but to put behind the glass you need additional space around the screen of course…
then mount on some wood/etc, with black cardboard or whatever and have the pinhole there, or whatever the sensor needs… nothing magic…
some sensors don’t work behind…
my PIR board looks like it needs a little over 1/4 in for the sensor hole, measured at 8mm,
maybe you only need 2mm of that to make the sensor work… -
RE: MMM-NOAA - Another Weather Module
@Mykle1 I know. we did it at the same time.
was adding info for others
-
RE: Forum updated - I could use your help
@phil i am an moderator user, are you? i was able to get another user to logon as me and the problem followed my user. It did NOT occur for the non-moderator user
-
RE: config.js in JSON format
@Serge maybe javascript-stringify npm module would help.
Load config.js
Json stringify
Apply schemas
Capture json on save
Convert to jsthis little script seems to work
var jjs=require('javascript-stringify') var cfg=require('../MagicMirror/config/config.js') var js=require('json-stringify') var js_config = JSON.stringify(cfg.config) console.log(cfg) jjs_config=jjs.stringify(cfg,null,'\t') console.log("var config="+jjs_config) -
RE: How can I add more time periods for MMM-compliments?
@dæmoneyes start the mirror with
npm start devand in the white developers window, select the console tab,
scroll up/down to find any errors (red text)…I can’t see all your code, but its probably a missing quote, paren or brace
-
RE: MMM-NewPIR v3
@cowboysdude I don’t understand the question?
it supports all the different screen dimming approaches
-
RE: [MMM-Helium-Wallet] Display your helium wallet balance and value on your Magic Mirror.
wrong image upload link… 3rd icon from the right in editor
-
RE: TLS 1.3 Support for MM and Calendar
@Pakmann thanks.
we are all volunteers here, so we now have to find someone that has time and cares to find and fix the problem and propose a working solution back to the project.
but its on the list of issues.
-
RE: How can I add more time periods for MMM-compliments?
@dæmoneyes compliments.js:48 syntax error
that means on line 48 of the complements.js file the compiler found an error…
-
RE: Orange PI
@deemedia must have graphical ui. Browser requires it. that is why the display 0 error
-
RE: MMM-LogExt
@BKeyport it merges the Dev window messages and the node_helper messages…
pm2 doesn’t see the developers window messages (from the modulename.js Log(…) function
-
RE: [MMM-Helium-Wallet] Display your helium wallet balance and value on your Magic Mirror.
@hayseed i agree, don’t know what it is supposed to do…
-
RE: Auto Start Time
@Atahan use the pm2 tool to autostart on boot…
if u did not set this up during install, then use my script
bash -c "$(curl -sL https://raw.githubusercontent.com/sdetweil/MagicMirror_scripts/master/fixuppm2.sh)"make sure u set the pi to autologon to the desktop at boot (using raspi-config)
-
RE: MMM-Image-On-Notification
@ejay-ibm i would try to stay away from MM folders… create another under modules for your own content
-
RE: MMM-NewsAPI after MM2.25.0 update
@mumblebaj all I can say is the ‘manual fix’ worked…
don’t know why
-
RE: MMM-PenPlotter -Render mesmerizing line animations on your mirror!
@BerkSmash1984 the module delay time is 65 seconds and u have 30 seconds for pages.
so the module is waiting, and then gets hidden, restarting on show. then hidden…
-
RE: Compliments via Telegram
@bronno sean has left MM for personal reasons… the module was taken over by someone else