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

Posts

Recent Best Controversial
  • MMM-TweetsByTimelineOrList Dont Show Images

    Re: [MMM-TweetsByTimelineOrList] - A module for the Magic Mirror to display tweets from a user's timeline or list.

    Hi AdamMoses-GitHub;
    How are you?
    I wanted to ask you a question, I have installed the module and it works correctly, but I cannot show the tweets with multimedia, for example with images, this is my config. Am I indicating something incorrectly?

    {
    module: ‘MMM-TweetsByTimelineOrList’,
    position: ‘bottom_left’,
    config: {
    // visit the url below for the twitter keys / tokens
    // https://dev.twitter.com/oauth/overview/application-owner-access-tokens
    consumer_key: ‘’,
    consumer_secret: ‘’,
    access_token_key: ‘’,
    access_token_secret: ‘’,
    // set the username and either timeline or listname
    screenName: ‘maxim’,
    listToShow: ‘TIMELINE’,
    tweetsToShowAtATime: 1,
    showHeader: true,
    allowSpecialCharacters: true,
    excludeTweetsWithQuotes: false,
    excludeMediaTweets: false,
    excludeLinkTweets: false,
    maxTweetsPerUser: 0,
    maxTweetAgeMins: 7000,
    }
    },

    Thank you very much for the help.

    posted in Utilities
    M
    mrega
    Apr 16, 2021, 4:03 AM
  • RE: Calendar date format

    @gr1dl0ck

    Try this…

    {
    		module: "calendar",
    		header: "AR Holidays",
    		position: "top_left",
    		config: {
    			fade : false,
    			timeFormat : "absolute",
    	                fullDayEventDateFormat : "DD-MM-YYYY",		
    			calendars: [						
    				{
    				        symbol: "calendar-check",
    					    url: "https://calendar.google.com/sic.ics",
    						auth: {
    							user: '',
    							pass: '',
    							method: 'basic'
    						      }
    				}						
    					
    					
    					
    			]
    		}
    	},
    
    posted in Troubleshooting
    M
    mrega
    Feb 20, 2021, 4:50 AM
  • RE: MMM-AssistantMk2 problems when using electron-rebuild

    Hi, im not expert!
    Someone can help me?
    Thanks!

    I have downgrade node js and npm;
    pi@raspberrypi:~/MagicMirror $ node -v
    v8.11.4

    pi@raspberrypi:~/MagicMirror $ npm -v
    5.6.0

    pi@raspberrypi:~/MagicMirror $ node-gyp -v
    v3.8.0

    Then
    npm install --save-dev electron-rebuild
    ./node_modules/.bin/electron-rebuild

    Then -> Error!


    CXX(target) Release/obj.target/grpc/deps/grpc/src/core/ext/filters/client_channel/resolver/sockaddr/sockaddr_resolver.o
    make: *** No hay ninguna regla para construir el objetivo ‘Release/obj.target/grpc/deps/grpc/src/cpp/ext/filters/census/grpc_context.o’, necesario para ‘Release/obj.target/libgrpc.a’. Alto.
    make: se sale del directorio ‘/home/pi/MagicMirror/modules/MMM-AssistantMk2/node_modules/grpc/build’
    gyp ERR! build error
    gyp ERR! stack Error: make failed with exit code: 2
    gyp ERR! stack at ChildProcess.onExit (/home/pi/MagicMirror/modules/MMM-AssistantMk2/node_modules/node-gyp/lib/build.js:262:23)
    gyp ERR! stack at emitTwo (events.js:126:13)
    gyp ERR! stack at ChildProcess.emit (events.js:214:7)
    gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:198:12)
    gyp ERR! System Linux 4.14.62-v7+
    gyp ERR! command “/usr/bin/node” “/home/pi/MagicMirror/modules/MMM-AssistantMk2/node_modules/.bin/node-gyp” “rebuild” “–target=2.0.0” “–arch=arm” “–dist-url=https://atom.io/download/electron” “–build-from-source” “–module_name=grpc_node” “–module_path=/home/pi/MagicMirror/modules/MMM-AssistantMk2/node_modules/grpc/src/node/extension_binary/electron-v2.0-linux-arm-glibc” “–host=https://node-precompiled-binaries.grpc.io/” “–remote_path={name}/v1.14.1” “–package_name=electron-v2.0-linux-arm-glibc.tar.gz”
    gyp ERR! cwd /home/pi/MagicMirror/modules/MMM-AssistantMk2/node_modules/grpc
    gyp ERR! node -v v8.11.4
    gyp ERR! node-gyp -v v3.8.0
    gyp ERR! not ok

    Failed with exit code: 1

    Error: gyp info it worked if it ends with ok
    gyp info using node-gyp@3.8.0
    gyp info using node@8.11.4 | linux | arm
    gyp info spawn /usr/bin/python2
    gyp info spawn args [ ‘/home/pi/MagicMirror/modules/MMM-AssistantMk2/node_modules/node-gyp/gyp/gyp_main.py’,
    gyp info spawn args ‘binding.gyp’,
    gyp info spawn args ‘-f’,
    gyp info spawn args ‘make’,
    gyp info spawn args ‘-I’,
    gyp info spawn args ‘/home/pi/MagicMirror/modules/MMM-AssistantMk2/node_modules/grpc/build/config.gypi’,
    gyp info spawn args ‘-I’,
    gyp info spawn args ‘/home/pi/MagicMirror/modules/MMM-AssistantMk2/node_modules/node-gyp/addon.gypi’,
    gyp info spawn args ‘-I’,
    gyp info spawn args ‘/home/pi/.electron-gyp/.node-gyp/iojs-2.0.0/common.gypi’,
    gyp info spawn args ‘-Dlibrary=shared_library’,
    gyp info spawn args ‘-Dvisibility=default’,
    gyp info spawn args ‘-Dnode_root_dir=/home/pi/.electron-gyp/.node-gyp/iojs-2.0.0’,
    gyp info spawn args ‘-Dnode_gyp_dir=/home/pi/MagicMirror/modules/MMM-AssistantMk2/node_modules/node-gyp’,
    gyp info spawn args ‘-Dnode_lib_file=/home/pi/.electron-gyp/.node-gyp/iojs-2.0.0/<(target_arch)/iojs.lib’,
    gyp info spawn args ‘-Dmodule_root_dir=/home/pi/MagicMirror/modules/MMM-AssistantMk2/node_modules/grpc’,
    gyp info spawn args ‘-Dnode_engine=v8’,
    gyp info spawn args ‘–depth=.’,
    gyp info spawn args ‘–no-parallel’,
    gyp info spawn args ‘–generator-output’,
    gyp info spawn args ‘build’,
    gyp info spawn args ‘-Goutput_dir=.’ ]
    gyp info spawn make
    gyp info spawn args [ ‘BUILDTYPE=Release’, ‘-C’, ‘build’ ]
    make: se entra en el directorio ‘/home/pi/MagicMirror/modules/MMM-AssistantMk2/node_modules/grpc/build’
    CXX(target) Release/obj.target/grpc/deps/grpc/src/core/lib/surface/init.o
    CXX(target) Release/obj.target/grpc/deps/grpc/src/core/lib/avl/avl.o

    CXX(target) Release/obj.target/grpc/deps/grpc/src/core/ext/filters/client_channel/resolver/sockaddr/sockaddr_resolver.o
    make: *** No hay ninguna regla para construir el objetivo ‘Release/obj.target/grpc/deps/grpc/src/cpp/ext/filters/census/grpc_context.o’, necesario para ‘Release/obj.target/libgrpc.a’. Alto.
    make: se sale del directorio ‘/home/pi/MagicMirror/modules/MMM-AssistantMk2/node_modules/grpc/build’
    gyp ERR! build error
    gyp ERR! stack Error: make failed with exit code: 2
    gyp ERR! stack at ChildProcess.onExit (/home/pi/MagicMirror/modules/MMM-AssistantMk2/node_modules/node-gyp/lib/build.js:262:23)
    gyp ERR! stack at emitTwo (events.js:126:13)
    gyp ERR! stack at ChildProcess.emit (events.js:214:7)
    gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:198:12)
    gyp ERR! System Linux 4.14.62-v7+
    gyp ERR! command “/usr/bin/node” “/home/pi/MagicMirror/modules/MMM-AssistantMk2/node_modules/.bin/node-gyp” “rebuild” “–target=2.0.0” “–arch=arm” “–dist-url=https://atom.io/download/electron” “–build-from-source” “–module_name=grpc_node” “–module_path=/home/pi/MagicMirror/modules/MMM-AssistantMk2/node_modules/grpc/src/node/extension_binary/electron-v2.0-linux-arm-glibc” “–host=https://node-precompiled-binaries.grpc.io/” “–remote_path={name}/v1.14.1” “–package_name=electron-v2.0-linux-arm-glibc.tar.gz”
    gyp ERR! cwd /home/pi/MagicMirror/modules/MMM-AssistantMk2/node_modules/grpc
    gyp ERR! node -v v8.11.4
    gyp ERR! node-gyp -v v3.8.0
    gyp ERR! not ok

    Failed with exit code: 1
    at SafeSubscriber._error (/home/pi/MagicMirror/modules/MMM-AssistantMk2/node_modules/spawn-rx/lib/src/index.js:277:84)
    at SafeSubscriber.__tryOrUnsub (/home/pi/MagicMirror/modules/MMM-AssistantMk2/node_modules/rxjs/Subscriber.js:242:16)
    at SafeSubscriber.error (/home/pi/MagicMirror/modules/MMM-AssistantMk2/node_modules/rxjs/Subscriber.js:201:26)
    at Subscriber._error (/home/pi/MagicMirror/modules/MMM-AssistantMk2/node_modules/rxjs/Subscriber.js:132:26)
    at Subscriber.error (/home/pi/MagicMirror/modules/MMM-AssistantMk2/node_modules/rxjs/Subscriber.js:106:18)
    at MapSubscriber.Subscriber._error (/home/pi/MagicMirror/modules/MMM-AssistantMk2/node_modules/rxjs/Subscriber.js:132:26)
    at MapSubscriber.Subscriber.error (/home/pi/MagicMirror/modules/MMM-AssistantMk2/node_modules/rxjs/Subscriber.js:106:18)
    at SafeSubscriber._next (/home/pi/MagicMirror/modules/MMM-AssistantMk2/node_modules/spawn-rx/lib/src/index.js:251:65)
    at SafeSubscriber.__tryOrSetError (/home/pi/MagicMirror/modules/MMM-AssistantMk2/node_modules/rxjs/Subscriber.js:251:16)
    at SafeSubscriber.next (/home/pi/MagicMirror/modules/MMM-AssistantMk2/node_modules/rxjs/Subscriber.js:191:27)

    Something idea whats wrong?
    Thanks!

    posted in Troubleshooting
    M
    mrega
    Aug 20, 2018, 2:25 AM
  • RE: MMM-GoogleAssistant and MMM-AssistantMk2 installation issues :(

    @sean Go to “console.cloud.google.com”, then to “Api and Services”, select your project, then “Credentials”, then “OAuth Consent Screen”, indicate your E-mail address, try again "node auth_and_test.js "and tell us!

    Here are the steps you must do before asking for authorization;
    https://developers.google.com/assistant/sdk/guides/library/python/embed/config-dev-project-and-account

    Specifically in;
    Configure the Developer Project and Account Settings and Register the Device Model.
    Luck! Come back with your feedback!

    posted in Troubleshooting
    M
    mrega
    Aug 18, 2018, 2:46 PM
  • 1 / 1
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