yes indeed. Thanks @MichMich
Read the statement by Michael Teeuw here.
Posts
-
RE: [MMM-PIR-Sensor] Install failing
@kerijn `
cd ~/MagicMirror npm listlook for electron to find out your version number
cd modules/MMM-PIR-Sensor npm rebuild --runtime=electron --target=XXX --disturl=https://atom.io/download/atom-shell --build-from-sourceReplace XXX with the version you found in step 1
-
RE: Alert box location
I just did a quick test on my laptop.
Edit~/MagicMirror/css/custom.cssand add the following:.ns-box { top: 50%; }This should move the alert box to the vertical center. You can use the config position @MichMich mentioned to move to the horizontal center.
-
RE: Two way mirror order for Europe - Orders closed!
:rofl: no worries, we are not closing the order in a minute. I just wanted to make sure I did not miss anyone who posted above
-
RE: Alot of SPAM lately on this forum!
@paviro said in Alot of SPAM lately on this forum!:
Email verification was already enabled but I will check whether it really works.
It was enabled, but not mandatory. I created @yawns-test, did not verify the account via email but was able to post on the forum.
-
RE: Compliments text cycler without the randomizer
@cnelso24
Hi, did you already test the fork? If so, could you provide some feedback, please? I’d like to follow up on the request and mark as resolved once you are happy with it. -
RE: Default Module: Weather Forecast
@jakubc
You are right, the comma is redundant, but it doesn’t do any harm in this environment. In this case it did not work because lolobyte was running a MagicMirror version which did not have this feature. :) -
RE: Trouble getting it to start
@PhilsterM9 said in Trouble getting it to start:
I am not sure if it is supposed to happen!
Just as a side note: This is linux. No news is good news. By default there is no feedback like “1 file copied”.
If you don’t feel comfortable with the shell you can work on your raspberry directly using the file explorer -
RE: [ORDER CLOSED] Two way mirror order in Germany
@Advokaten said in [ORDER CLOSED] Two way mirror order in Germany:
@yawns human faith… RESTORED!
absolutely :thumbsup:
-
RE: How do I tag my forum topics?
@MrBorg
This works in the start post only, not in replies. From your screenshot I can’t tell if you are replying or creating a start post -
RE: Compliments text cycler without the randomizer
@cnelso24
No need to worry or rush, I just wanted to follow up. ;) -
RE: Converting an old JS file into a module
Okay, looks rather simple. Do you want to develop it yourself and just need a push into the right direction? Or do you want one of us to do the conversion?
-
RE: Config.js issues
@strawberry-3.141 said in Config.js issues:
@ShizukaNaHaji you should remove your appid from your post above
I just removed the appid
-
RE: Change username or cancel account
@strawberry-3.141 said in Change username or cancel account:
I can’t change the name. According to Google admins can, but I’m not sure
-
RE: Converting an old JS file into a module
@ooom416354
ok. Do you have an api key you could provide to me via chat/pm? Then I don’t need to request an own one just for testing purposesNevermind, I got one :)
-
RE: Defaults always read, not config values
{ module: 'MMM-matrixeffect', position: 'lower_third', config: { canvasWidth:400, canvasHeight:400, textPoints:10, fontName:"Courier New", textColor:"#F00", updateSpeed:400 } }, -
RE: Two way mirror order for Europe - Orders closed!
All updates/new entries done
-
RE: Converting an old JS file into a module
@ooom416354
Could you please tell me your sStation code? I just did some testing with the JSON and noticed I don’t get up-to-date data.
When I run this I always get data from this morning: https://traintime.lirr.org/api/Departure?loc=CLP&api_key=XXXXXXXXXXXXXXXXXI need to take a closer look into this later.