• Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
MagicMirror Forum
  • Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
  1. Home
  2. Ralf
A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
R
Offline
  • Profile
  • Following 0
  • Followers 0
  • Topics 4
  • Posts 12
  • Groups 0

Ralf

@Ralf

0
Reputation
698
Profile views
12
Posts
0
Followers
0
Following
Joined Jan 11, 2017, 11:58 AM
Last Online Nov 4, 2020, 5:45 PM

Ralf Unfollow Follow

Latest posts made by Ralf

  • RE: Strange problem with the default calendar modul

    @Ralf
    Nobody has an idea? Or poorly explained? Every thought is welcome!

    posted in Troubleshooting
    R
    Ralf
    Apr 17, 2018, 4:23 PM
  • 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?

    posted in Troubleshooting
    R
    Ralf
    Apr 14, 2018, 7:41 AM
  • 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

    posted in Transport
    R
    Ralf
    Oct 20, 2017, 10:50 AM
  • RE: MMM-newsfeedtouch - News so hot you wanna touch it

    @broberg I’m still using the built in browser that comes with MM.
    Strange.

    posted in Utilities
    R
    Ralf
    Mar 16, 2017, 11:30 PM
  • 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.

    posted in Utilities
    R
    Ralf
    Mar 16, 2017, 11:02 PM
  • 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.

    posted in Transport
    R
    Ralf
    Mar 14, 2017, 6:50 PM
  • 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

    posted in Troubleshooting
    R
    Ralf
    Mar 13, 2017, 10:38 PM
  • 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

    posted in Troubleshooting
    R
    Ralf
    Mar 13, 2017, 10:30 PM
  • 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

    posted in Utilities
    R
    Ralf
    Mar 12, 2017, 8:21 PM
  • 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.

    posted in Utilities
    R
    Ralf
    Mar 12, 2017, 7:29 PM
Enjoying MagicMirror? Please consider a donation!
MagicMirror created by Michael Teeuw.
Forum managed by Sam, technical setup by Karsten.
This forum is using NodeBB as its core | Contributors
Contact | Privacy Policy