Thanks!
I still need to work on the ticker and update the readme. Hope I can get this done in the next weeks.
Read the statement by Michael Teeuw here.

Posts
-
RE: MMM-AVStock v2.0.0 (npm update required!)
-
RE: Magic Mirror 2 Modul Anzeigeproblem
@westpole said in Magic Mirror 2 Modul Anzeigeproblem:
Hi
Danke für deine Antwort. Da geht das Problem wohl schon los: Ich kann den MM per Browser nicht öffnen. Es wird immer ein DNS_PROBE_FINISHED_NXDOMAIN angezeigt. Die Werte habe ich entsprechend eingetragen.
Vielleicht ein Problem des DNS Servers? Ich kann z.B. oft nicht per browser magicmirror:8080 ansprechen sondern muss die IP-Adresse direkt ansprechen, also:
http://192.168.1.53:8080
Warum das so ist weiß ich auch nicht.
Denk dran den Port (:8080 ist bei MagicMirror Standard) immer mit an die Adresse zu setzen.Wie kann ich denn ein Modul deaktivieren?
Indem du in der config.js in die Eigenschaften des Moduls
disabled: true;
schreibst.
Also z.B.{ module: "MMM-Somemodule", disabled: true, config: { .... } }
-
RE: NJ Transit module keeps showing "Loading..."
@shalumov Usually these things are not related to the magicmirror software update itself, because MM updates have rarely any direct effect on third party modules.
Probably an issue with the module itself.
Can you open the MagicMirror on your laptop, show developer tools (F12) in the browser and look for any error this module sends out?You can also find a troubleshooting guide in my signature.
Also, would be good to post the issue on github, so the module developer gets a notification.
-
RE: Touchscreen Family Dashboard
Hello tjat, that’s really cool.
Have you used ChatGPT to program the complete modules for you? Or did you just use it for help with Javascript?
I had provided a module called MMM-Keyboard a few years ago, which includes simplekeyboard and can interact with other modules. Just so you know if you need something else, I’m happy to work with you on including it in my module. -
RE: Magic Mirror 2 Modul Anzeigeproblem
@westpole Hallo westpole,
entweder das Modul wird verdeckt (das würde ich testen, indem ich die anderen Module deaktiviere)
oder es gibt einen Fehler sodass das Modul nicht angezeigt wird.Ich gehe davon aus, dass du bei latitude/longitude und apikey entsprechende Werte eingegeben hast?
Ich habe in meiner Signatur eine Beschreibung wie man Troubleshooting machen kann.
Vielleicht schaust du dir die mal an.Kurzversion davon: Am besten den Mirror in einem Browser öffnen, Developer Tools aufmachen (F12), in der Console nach Fehlern schauen, hier posten.
-
RE: weather module with temp/precipitation graph for 1-2 days
@AnduriI Hi Andruil,
I have worked with this module for the past years and did a lot of changes, including the switch to a new API.
However, changes are not uploaded to github yet.
I can do that probably tomorrow so you can test it out if you like.Also, have a look at @FlatPepsi s continuation of the module as MMM-WeatherGraph.
https://github.com/FlatPepsi17/MMM-WeatherGraphThe difference between his and mine is mainly the graph.
-
RE: Repeating entries don't appear in Upcoming Events.
@Cliff365 Just so I understand correctly: You want a multi-day event, like a holiday, appear for every upcoming day?
You could consider using the daily view of the calendar, there your event would be split into days. Maybe it helps?IIRC it is the
timeFormat: 'dateheaders'
option in the config"timeFormat Display event times as absolute dates, or relative time, or using absolute date headers with times for each event next to it Possible values: absolute or relative or dateheaders Default value: relative"
-
RE: MMM-AVStock v2.0.0 (npm update required!)
MMM-AVStock has been REANIMATED!
I have pushed a branch that uses the yahoo finance API and leaves Alphavantage behind for good.
Config should work as before, so anyone who wants to test, please let me know how it works!
You don’t need any new API Key! -
RE: MMM-soccer v2
@thymon
please do a git pull and check out.
Hope it works!
Got a bit rusty on the programming after 3 years…