@epi said in MMM-NetworkConnection:
module: “MMM-NetworkConnection”,
change in your config.js the name of the module from
module: "MMM-NetworkConnection",
to
module: "MMM-NetworkConnections",
I think that is your problem.
Sandy
@epi said in MMM-NetworkConnection:
module: “MMM-NetworkConnection”,
change in your config.js the name of the module from
module: "MMM-NetworkConnection",
to
module: "MMM-NetworkConnections",
I think that is your problem.
Sandy
@Cyberdyne - Hmmmm thats strange. I am using a 7590 with the actual AVM OS7.01 from 20th September (and early Beta Versions) and the Call Monitor and Current Call works (with the 7590 and 7490) very well …
Sandy2503
Hi Anf,
after updating the MMM-DWD-WarnWeather Module i had the issues.
I have no Lat & Lng Settings. My Location is --> region --> Stadt Wuppertal.
After Update i change the Region to Wuppertal and it works again.
{
module: "MMM-DWD-WarnWeather",
position: "bottom_right",
header: "Deutscher Wetterdienst",
config: {
region: "Wuppertal",
longversion: true
}
},
This is my setting. Maybe it will help you.
Sandy2503
On Windows you can try:
Paragon Linux FS Driver for Windows
https://www.paragon-software.com/de/home/linuxfs-windows/#
an than try to copy you data
Sandy2503
Hi folks,
I am looking for a module with which, like the Soccer module, I can see the results of the games and the current table.
The basis for this is the website of www.sis-handball.de, which offers the data and all leagues as a Java export.
So I could see the results of the Handball Bundesliga and the games of my son in the D-Youth ;-)
In German:
ich suche ein Modul mit dem ich wie beim Soccer Modul die Ergebnisse der Spiele und der aktuellen Tabelle sehen kann.
Als Basis dazu soll dann die Web-Site von www.sis-handball.de dienen, welche die daten und alle Ligen auch als Java-Export anbietet.
So könnte ich die Ergebnisse der Handball-Bundesliga sehen und die Spiele von meinem Sohn in der D-Jugend ;-)
Thank you very much,
Sandy2503
Hi folks,
is there a easy way to port the existing Mirror Image from Pi3 SD/Card (or USB Stick) to my new Raspi 3B+ ?
a Simple boot from the new Raspi wont work.
I will change my old Pi because the temperature of the Mirror is by 65-70 degrease.
Now i have a new PI3b+ with a fan in the case and i hope the temperature will now go down …
Sandy2503
Hi.
I start the setupAccess.py and i have got an Error from Chromium Browser.
In the Message stands the the Chromium Browser starts as normal user and not as root.
How can i fix it ?
Sandy
@cruunnerr - I `ve done it !
without previous Unistall
i have downgraded with:
sudo npm install -g electron@1.4.15
Sandy2503
@shimue - na dann hast DU das hier ja auch in deiner config.js stehen:
address:"0.0.0.0",
und achte mal auf deinen Ton …
Sandy2503
i have a problem at downgrading:
pi@magicmirror:~ $ cd ~/MagicMirror
pi@magicmirror:~/MagicMirror $ npm install electron@1.4.15
> electron@1.4.15 postinstall /home/pi/MagicMirror/node_modules/electron
> node install.js
- @types/node@7.0.43 node_modules/@types/node
magicmirror@2.1.3 /home/pi/MagicMirror
└── electron@1.4.15 invalid
How can i fix that ?
Sandy2503