@sdetweil omg that worked !!! I remember before there was no need to put any thing. How come its changed?
Anyway I have another problem, my home assistant module keeps on turning on and off like rapidly. It never used to do that before.
@sdetweil omg that worked !!! I remember before there was no need to put any thing. How come its changed?
Anyway I have another problem, my home assistant module keeps on turning on and off like rapidly. It never used to do that before.
@sdetweil there you go:
var config = {
address: "", // Address to listen on, can be:
// - "localhost", "127.0.0.1", "::1" to listen on loopback interface
// - another specific IPv4/6 to listen on a specific interface
// - "", "0.0.0.0", "::" to listen on any interface
// Default, when address config is left out, is "localhost"
port: 8181,
ipWhitelist: [], // Set [] to allow all IP addresses
// or add a specific IPv4 of 192.168.1.5 :
// ["127.0.0.1", "::ffff:127.0.0.1", "::1", "::ffff:192.168.1.5"$
// or IPv4 range of 192.168.3.0 --> 192.168.3.15 use CIDR format$
// ["127.0.0.1", "::ffff:127.0.0.1", "::1", "::ffff:192.168.3.0/$
language: "en",
timeFormat: 24,
units: "metric",
// customCss: 'css/custom.css',
modules: [
// {
// module: "alert",
// },
@sdetweil ok I can conclude one thing is that I cannot access my mirror from another device at home. My mirror is working but it’s not accessible from a different device. Something is blocking it or stopping it within the mirror.
My config hasn’t changed and its after the update that I cannot access it from another device.
@sdetweil I mean when I updated my to 2.10 that’s when all the problem started. Before updating my I installed mmm remote control now I don’t know if that module has caused this issue of me not being able to access magic mirror remotely.
@sdetweil I dont have access to the mirror now as I am not home. The thing that stopped working was when I updated MM I cannot access it anymore remotely. Before updating mm I could as my ports are also forwarded.
@sdetweil ok I have done that and here is the result:
pi@raspberrypi:~/MagicMirror $ npm start
> magicmirror@2.10.0 start /home/pi/MagicMirror
> ./run-start.sh
+ ./untrack-css.sh
+ '[' -z '' ']'
+ export DISPLAY=:0
+ DISPLAY=:0
++ uname -m
+ arch=armv7l
+ false=false
++ grep -v '^\s//' config/config.js
++ grep -i serveronly:
++ awk '{print tolower($2)}'
++ tr -d ',"'\'''
+ serveronly=
+ serveronly=false
++ pgrep Xorg
+ xorg=519
++ uname
+ mac=Linux
+ '[' false. '!=' false. -o armv7l == armv6l ']'
+ '[' 519. == . -a Linux '!=' Darwin ']'
+ electron js/electron.js
[15:51:26.871] [LOG] Starting MagicMirror: v2.10.0
[15:51:26.879] [LOG] Loading config ...
[15:51:26.884] [LOG] Loading module helpers ...
[15:51:26.924] [LOG] Initializing new module helper ...
[15:51:26.925] [LOG] Module helper loaded: updatenotification
[15:51:26.926] [LOG] No helper found for module: clock.
[15:51:27.306] [LOG] Initializing new module helper ...
[15:51:27.306] [LOG] Module helper loaded: MMM-SystemStats
[15:51:27.307] [LOG] No helper found for module: currentweather.
[15:51:27.308] [LOG] No helper found for module: weatherforecast.
[15:51:27.308] [LOG] No helper found for module: random_quotes.
[15:51:27.310] [LOG] Initializing new module helper ...
[15:51:27.311] [LOG] Module helper loaded: MMM-homeassistant-sensors
[15:51:27.697] [LOG] Initializing new module helper ...
[15:51:27.698] [LOG] Module helper loaded: MMM-UKNationalRail
[15:51:27.699] [LOG] No helper found for module: MMM-TFL.
[15:51:27.735] [LOG] Initializing new module helper ...
[15:51:27.735] [LOG] Module helper loaded: newsfeed
[15:51:27.736] [LOG] All module helpers loaded.
[15:51:27.737] [LOG] Starting server on port 8181 ...
[15:51:27.744] [INFO] You're using a full whitelist configuration to allow for all IPs
[15:51:27.750] [LOG] Server started ...
[15:51:27.751] [LOG] Connecting socket for: updatenotification
[15:51:27.752] [LOG] Connecting socket for: MMM-SystemStats
[15:51:27.753] [LOG] Connecting socket for: MMM-homeassistant-sensors
[15:51:27.754] [LOG] Connecting socket for: MMM-UKNationalRail
[15:51:27.754] [LOG] MMM-UKNationalRail helper started ...
[15:51:27.755] [LOG] Connecting socket for: newsfeed
[15:51:27.756] [LOG] Starting module: newsfeed
[15:51:27.756] [LOG] Sockets connected & modules started ...
[15:51:27.943] [LOG] Launching application.
[15:51:29.943] [LOG] Create new news fetcher for url: http://feeds.bbci.co.uk/news/england/rss.xml - Interval: 300000
[15:51:29.984] [LOG] Create new news fetcher for url: http://feeds.skynews.com/feeds/rss/world.xml - Interval: 300000
@sdetweil ok so what shall I do now? I am lost. I always avoid updating my magicmirror as the new update always breaks it.
@sdetweil nope its only one version
@sdetweil do I have to do that? I never did update the modules after I upgraded the mirror.