@Ralf
Nobody has an idea? Or poorly explained? Every thought is welcome!
Read the statement by Michael Teeuw here.
Latest posts made by Ralf
-
RE: Strange problem with the default calendar modul
-
Strange problem with the default calendar modul
I have a problem with repeating appointments. Every week thursday we pick up the grandson in kindergarden.
In the google calendar i made a weekly appointment for this. Sometimes something comes in between and I delete the appointment in one week, just for this week. On the pc and mobile, the appointment for this week is no longer displayed, perfect, as expected.
But, the appointment is still displayed on the MM screen. Why? How can that be?
I did a test with a daily appointment, then deleted for a day, same result.
All other appointments are displayed correctly. Here my config for the calendar:{ "module": "calendar", "header": "Termine", "position": "top_left", "config": { dateFormat: "ddd Do MMM HH:mm", timeFormat: "absolute", displayRepeatingCountTitle: true, getRelative: 1, urgency: 0, fullDayEventDateFormat: "ddd Do MMM", maximumEntries: 20, "calendars": [ { "symbol": "rocket", "url": "https://launchlibrary.net/1.2/calendar?next=1" }, { "symbol": "female", "url": "https://my wife.ics" }, { "symbol": "male", "url": "https://me.ics" } ] }, "classes": "default Ralf Dana" },
Has the problem already noticed someone? Does somebody has any idea, how to fix?
-
RE: MMM-DVB - Local Dresden transport (DVB) departure times
Hallo Nick,
folge einfach diesen Schritten:
1 Navigate into your MagicMirror’s modules folder.
2 Execute git clone https://github.com/skastenholz/MMM-DVB.git.
3 Execute cd MMM-DVB.
4 Execute npm install.
Ist ja auch alles auf der Modul Seite beschrieben. Da wird dann auch dvb.js installiert.In der config nutze das untere Beispiel von der Seite:
module: ‘MMM-DVB’,
position: ‘top_left’,
config: {
stopName: ‘Hauptbahnhof’, // Which stop would you like to have displayed?
timeOffset: 5, // With how many minutes in advance should connections be displayed?
resultNum: 5, // How many connections should be displayed?
lines: [“1”, “2”], // What lines should be displayed?
directions: [“Striesen”], // What directions should be displayed?
reload: 60000 // How often should the information be updated? (In milliseconds)
Bei mir läuft das Modul perfekt. Wenn noch was unklar ist einfach melden.
Ralf -
RE: MMM-newsfeedtouch - News so hot you wanna touch it
@broberg I’m still using the built in browser that comes with MM.
Strange. -
RE: MMM-newsfeedtouch - News so hot you wanna touch it
@broberg Perfect, works great. The description appear now on top of the screen (module position is bottom_bar), but thats right what i want.
Looks great. Thanks a lot. -
RE: MMM-DVB - Local Dresden transport (DVB) departure times
@skastenholz Many Thanks. Works like a charme. The modul has the wife’s acceptance factor significantly increased.
-
RE: When weather updates module unhides...
@Snille Can you please explain this more precisely. I have a similar problem with MMM-Instagram.
Best regards Ralf -
problem with MMM-Instagram
Hi, after a restart of MM the modul MMM-Instagram is not displaying. In remote control i get this message: This module was hidden by another module, it can not be shown. I choose : Do it anyway. Its working.
When changing the profile always the same.
How can I find the responsible module or what is the reason for the problem.
Here my config:/* Magic Mirror Config Sample * * By Michael Teeuw http://michaelteeuw.nl * MIT Licensed. */ var config = { "port": 8080, "language": "de", "timeFormat": 24, "units": "metric", "modules": [ { "module": "alert" }, { "module": "MMM-SystemStats", "header": "System Status", "position": "top_left", "config": { "updateInterval": 10000, "animationSpeed": 0, "align": "left" }, "classes": "default everyone" }, { "module": "MMM-ProfileSwitcher", "title": false, "config": { "useLockStrings": true, ignoreModules: ["alert", "updatenotification", "MMM-Instagram"], "title": false, enterMessages: { "Ralf Dana": "Wie geht's, %profile%?", "Dana": "Hallo mein xxxx" }, leaveMessages: false, timers: { // When Ralf is selected swap to Dana after 30 seconds "Ralf": { profile: "Dana", time: 30 * 1000 } } } }, { "module": "MMM-DHT22", "header": "Außen", "position": "top_left", "config": { "sensorPIN": 23, "updateInterval": 0.5 }, "classes": "default everyone" }, { "module": "MMM-TouchNavigation", "position": "bottom_left", "config": { picturePlacement: "right", minWidth: "40px", direction: "row", "buttons": { "Ralf": { img: "http://xxxx.jpg", "width": "60", height: "60" }, "Dana": { img: "http://xxxx.jpg", "width": "60", height: "60" } } }, "classes": "default everyone" }, { "module": "MMM-newsfeedtouch", "position": "bottom_bar", "config": { "feeds": [ { "title": "n-tv", "url": "http://www.n-tv.de/rss" }, { "title": "Polizei DD", "url": "https://www.polizei.sachsen.de/de/presse_rss_pdd.xml" }, { "title": "SZ", "url": "http://www.sz-online.de/Sachsen.rss" } ] }, "classes": "default everyone" }, { "module": "MMM-TouchPlayerBasic", "position": "bottom_center", "config": { "stations": [ "RD dresden", "HR hitradio", "MDR jumpradio", "PSR psr", "RSA rsa", "ARD ard" ] }, "classes": "default everyone" }, { "module": "MMM-PIR-Sensor", "config": {} }, { "module": "MMM-Podcast", "config": {}, "classes": "default everyone" }, { "module": "MMM-Admin-Interface" }, { "module": "MMM-dht22", "position": "top_left", "config": { "header": "Küche", "tempUnit": "celsius", "dht22gpio": 22, "dht22util": "sudo /home/pi/bin/dht22", "updateInterval": 10000, "animationSpeed": 0 }, "classes": "default everyone" }, { "module": "MMM-Remote-Control" }, { "module": "MMM-Instagram", "position": "top_center", "config": { "access_token": "xxxx", "count": 500, "min_timestamp": 0, "animationSpeed": 2500, "updateInterval": 60000 }, "classes": "default everyone" }, { "module": "updatenotification", "position": "top_left", "config": {}, "classes": "default everyone" }, { "module": "clock", "position": "top_left", "classes": "default everyone" }, { "module": "calendar", "header": "Termine", "position": "top_left", "config": { "calendars": [ { "symbol": "female", "url": "https://xxxx.ics" }, { "symbol": "male", "url": "https://xxxx.ics" } ] }, "classes": "default everyone" }, { "module": "currentweather", "header": "Wetter aktuell", "position": "top_right", "config": { "location": "Dresden", "locationID": "", "appid": "xxxx" }, "classes": "default everyone" }, { "module": "weatherforecast", "header": "Wetter Vorschau", "position": "top_right", "config": { "location": "Dresden", "locationID": "", "appid": "xxxx" }, "classes": "default everyone" }, { "module": "MMM-Wunderlist", "header": "todo Liste", "position": "top_right", "config": { "accessToken": "xxxx", "clientID": "xxxx", "lists": [ "TODO" ], "order": "normal", "maximumEntries": 5, "interval": "10" }, "classes": "default everyone" }, { "module": "MMM-DVB", "position": "top_right", "config": { "stopName": "xxxx" }, "classes": "default everyone" }, { "module": "MMM-DWD-WarnWeather", "header": "Wetterwarnungen", "position": "top_right", "config": { "region": "Stadt Dresden", "changeColor": true, "interval": 600000, "loadingText": "Warnungen werden geladen...", "noWarningText": "Keine Wetterwarnungen" }, "classes": "default everyone" } ], "ipWhitelist": [ "127.0.0.1", "xxxx", "::ffff:xxxx", "::1" ] }; /*************** DO NOT EDIT THE LINE BELOW ***************/ if (typeof module !== 'undefined') {module.exports = config;}
Thank you for any help. Ralf
-
RE: MMM-newsfeedtouch - News so hot you wanna touch it
@broberg the display is horizontal, i changed the custom.css
changed the rss feed to BBC and NY Times, same result,
the modul position is “top_bar”, before "bottom_bar,
Unfortunately no change -
RE: MMM-newsfeedtouch - News so hot you wanna touch it
@broberg
When I press on the headline, the headline disappears for 15 sec. Thats it.
Here the config.js:{ "module": "MMM-newsfeedtouch", "position": "bottom_bar", "config": { "feeds": [ { "title": "n-tv", "url": "http://www.n-tv.de/23.rss" }, { "title": "Welt", "url": "https://www.welt.de/feeds/topnews.rss" } ] }, "classes": "default everyone" },
This does not work with any rss feed?
Can you give me a rss link where it works, so I can test.