• 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. beck0r
  3. Posts
A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
B
Offline
  • Profile
  • Following 0
  • Followers 0
  • Topics 4
  • Posts 29
  • Groups 0

Posts

Recent Best Controversial
  • RE: German "Umlaute" (ä, ü, ö, ß) in compliments module

    Ok so here’s what I did to get that going

    • At first created my own .json file named “custom_complis.json” at the following path
    /MagicMirror/modules/default/compliment
    
    • Added my compliments to the external file by using the syntax described here https://github.com/MichMich/MagicMirror/tree/develop/modules/default/complimentst

    • Changed my config.js to…

    		{
    			module: "compliments",
    			position: "lower_third",
    			updateInterval: '20000',
    			config: {
    				remoteFile: 'custom_complis.json'
    				}
    		},
    
    • Restart MM
    • At this point the “umlauts” we’re still shown as unknown characters
    • Connected myself to the pi via WinSCP and browsed to my custom .json file
    • Opened my “custom_complis.json” file with notepad++ and changed the encoding to “UTF-8”
    • Restart MM -> Working

    Thank you

    posted in Troubleshooting
    B
    beck0r
    May 27, 2017, 1:10 PM
  • German "Umlaute" (ä, ü, ö, ß) in compliments module

    Hi guys,

    I have customized the compliments-module to my needs and added my own compliments. Therefore I’ve used German and phrases containing so called “Umlaute” like "ä, ö, ü and ß).

    Unfortunately it shows me the following encoding issue whilst I’m trying to place the word “Genieße” which means “enjoy” :)

    0_1495882347247_upload-19456d2d-eeb3-4da2-853a-a58a3e1753ad

    I already assumed that this must have to do with the encoding of config.js.
    When I open config.js with WinScp editor I get the following:

    0_1495882444722_upload-a6daf719-51f4-4971-9e8c-595ce32fa77c

    With Notepad++

    0_1495882465586_upload-40aeccb8-8ba1-410a-bd24-c6a485cb20fe

    I have changed the encoding to UTF-8, saved the file and uploaded it to my MM. But… without success, after a restart of MM and the pi the issue is still there.

    Do you have any advice?

    Thank you!

    PS: Since the compliments module is a default module I’ve opened it in this area. Please feel free to move the topic.

    posted in Troubleshooting
    B
    beck0r
    May 27, 2017, 10:56 AM
  • RE: MMM-MyCommute

    Hi,

    once again for everybody with the same issue. It’s working now! Thumbs up for j.e.f.f, thank you!

    posted in Transport
    B
    beck0r
    May 27, 2017, 10:44 AM
  • RE: MMM-MyCommute

    @j.e.f.f

    Of course… here it comes

    	{
      				module: 'MMM-MyCommute',
      				position: 'top_left',
      				config: {
        					showHeader: true,
        					headerText: 'Verkehr',
       					apikey: '...',
        					origin: '...',
        					startTime: '05:00',
        					endTime: '17:00',
        					destinations: [
          							{
            						destination: '...',
           	 						label: 'Auto zur Arbeit',
            						mode: 'driving',
            						color: '#82E5AA'
          							},      						
          							{
            						destination: '...',
            						label: 'Fahrrad zur Arbeit',
            						mode: 'bicycling',
    							color: '#FFB444'
          							},
    							{
            						destination: '...',
            						label: 'RMV zur Arbeit',
            						mode: 'transit'
          							}
        							]
      					}
    		},
    
    posted in Transport
    B
    beck0r
    May 26, 2017, 2:51 PM
  • RE: MMM-voice

    @cowboysdude
    Update:

    Ran bash dependencies.sh again and reinstalled sphinx but still the same output in the debug log.

    posted in Utilities
    B
    beck0r
    May 26, 2017, 2:43 PM
  • RE: MMM-MyCommute

    Hey there,

    very nice looking module! I only have a very little issue with my train icon.
    When the MM loads for the first time I can see the train icon but only as long as the driving time is being retrieved from google, then it disappears…

    Before

    0_1495808995559_upload-478cdab7-c23e-423b-8599-00022c06b7ed

    After
    0_1495809045044_upload-5ca0c570-9c7e-48d2-ac3f-47ed05620364

    I have already switched the order of the destinations to check that out, but it only concentrates on the train icon.

    Can you support me on that?

    Thank you Kind Regards

    posted in Transport
    B
    beck0r
    May 26, 2017, 2:31 PM
  • RE: MMM-voice

    @cowboysdude
    I have removed the folder pocketsphinx with rm -r. This did not feel right ;)

    Since I’m quite new to linux… could you please describe me the proper way to remove the needed components?
    Sorry if I may have overlooked something around here. A lot of posts for a newcomer.

    Thank you very much

    posted in Utilities
    B
    beck0r
    May 26, 2017, 1:55 PM
  • RE: MMM-voice

    Hi there,

    could you have a look with us on this ?

    MMM-Voice libpocketsphinx.so.3: cannot open shared object file: No such file or directory[update]

    Thank you
    Kind Regards

    posted in Utilities
    B
    beck0r
    May 26, 2017, 5:25 AM
  • RE: MMM-Voice libpocketsphinx.so.3: cannot open shared object file: No such file or directory[update]

    Hey there,

    I have excactly the same problem. My mic works as well.

    Hanauta any solution yet? Which path did you enter in /etc/ld.so.conf ?

    My file in /etc/ld.so.conf contents this right now:

    # libc default configuration
    /usr/local/lib
    

    Thanks in advance
    Kind Regards

    posted in Troubleshooting
    B
    beck0r
    May 26, 2017, 5:20 AM
  • 1
  • 2
  • 3
  • 3 / 3
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