MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.

    MMM-Bergfex doesent load respectively should be a valid spdx license expression

    Scheduled Pinned Locked Moved Troubleshooting
    30 Posts 6 Posters 17.6k Views 6 Watching
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • M Offline
      marphi1602
      last edited by

      anybody knows how I have to set ‘Kitzbühel - Kirchberg’ to the config? I think I am struggling with the “ü” same also for special characters like “-”… In case I am putting Kitzbühel into the config it says loading…

      1 Reply Last reply Reply Quote 0
      • A Offline
        astrakid
        last edited by astrakid

        @marphi1602 said in MMM-Bergfex doesent load respectively should be a valid spdx license expression:

        Kitzbühel - Kirchberg

        it works for me without an issue. my config part:

                        {
                                module: 'MMM-bergfex',
                                position: 'top_right',
                                classes: 'small dimmed',
                                config: {
                                    updateInterval: 30*60*1000,
                                    animationSpeed: 0,
                                    header: 'Schneebericht',
                                        skiareas: [
                                                        'Fieberbrunn - Saalbach Hinterglemm Leogang',
                                                        'Kitzbühel - Kirchberg',
                                               ],
                                        shortenArea: 20,
                                        cssclassrow: 'normal',
                                        cssclassheader: 'bright'
        
                                }
                        },
        

        edit: which ‘locale’ are you using? i have “C” configured except “LANGUAGE=” and “LC_ALL=”.
        edit2: maybe you can try this (this is what is visible in the logfile): ‘Kitzbhel - Kirchberg’

        M 1 Reply Last reply Reply Quote 0
        • M Offline
          marphi1602 @astrakid
          last edited by marphi1602

          @astrakid thanks! I checked the config once again and I’ve seen some odd ascii characters hence it hasn’t worked properly. Now it’s working!

          1 Reply Last reply Reply Quote 0
          • M Offline
            marphi1602
            last edited by

            Is there any chance to highlight this ski resort with the highest amount of fresh snow?

            A 1 Reply Last reply Reply Quote 0
            • H Offline
              hermlam @gianienderlin
              last edited by

              @gianienderlin @astrakid Even after copying these files, the problem stays: the only thing I see is the header and ‘_loading…’

              M 1 Reply Last reply Reply Quote 0
              • M Offline
                marphi1602 @hermlam
                last edited by

                @hermlam pls publish the bergfex part of your config. Are you looking for the snow results of Austria or Switzerland? I had to change the const to the Austrian snow result url, pls see the posts above. For the first step I would suggest to take only one ski resort in your Cfg.

                1 Reply Last reply Reply Quote 0
                • A Offline
                  astrakid @marphi1602
                  last edited by

                  @marphi1602 highlightingwould need changes to the sourcecode.

                  1 Reply Last reply Reply Quote 0
                  • binderthB Offline
                    binderth
                    last edited by

                    I do have the same problem:
                    0_1511515614513_953ac801-4286-4bfa-af2e-6554110a4c8e-image.png

                    To avoid some enconding Problems, I picked some oneword-places for start:

                    		{
                    			module: 'MMM-bergfex',
                    			position: 'top_right', 
                    			classes: 'small dimmed', 
                    			config: {
                    			    updateInterval: 30*60*1000,
                    			    animationSpeed: 0,
                    			    header: 'Schneebericht',
                    				skiareas: [
                    						// 'Zell am Ziller - Zilleral Arena',
                    						// 'Gerlos - Zillertal Arena',
                    						'Ischgl',
                    						'Jungholz',
                    				],
                    				shortenArea: 20,
                    				cssclassrow: 'normal',
                    				cssclassheader: 'bright'				
                    			}
                    		},
                    

                    like described in this thread (https://forum.magicmirror.builders/post/30795), I changed to var util = require(‘util’); in node_helper.js

                    In my logs I get this:

                    TypeError: Cannot read property 'parent' of undefined
                        at Function.exports.update (/home/pi/MagicMirror/modules/MMM-bergfex/node_modules/cheerio/lib/parse.js:69:25)
                        at module.exports (/home/pi/MagicMirror/modules/MMM-bergfex/node_modules/cheerio/lib/parse.js:19:11)
                        at Function.exports.load (/home/pi/MagicMirror/modules/MMM-bergfex/node_modules/cheerio/lib/static.js:27:14)
                        at Request._callback (/home/pi/MagicMirror/modules/MMM-bergfex/node_helper.js:43:19)
                        at self.callback (/home/pi/MagicMirror/modules/MMM-bergfex/node_modules/request/request.js:186:22)
                        at emitOne (events.js:96:13)
                        at Request.emit (events.js:191:7)
                        at Request.onRequestError (/home/pi/MagicMirror/modules/MMM-bergfex/node_modules/request/request.js:878:8)
                        at emitOne (events.js:96:13)
                        at ClientRequest.emit (events.js:191:7)
                    
                    M 1 Reply Last reply Reply Quote 0
                    • M Offline
                      marphi1602 @binderth
                      last edited by

                      @binderth are you sure that your pi is connected with the internet? I have seen the same error a couple of weeks ago and I noticed that my pi wasn’t connected with the www anymore. What’s happening in case you ping www.google.com from your pi? Are you using pm2? What’s in your pm2 log mm

                      1 Reply Last reply Reply Quote 0
                      • R Offline
                        ReinerZ
                        last edited by

                        This post is deleted!
                        1 Reply Last reply Reply Quote 0
                        • 1
                        • 2
                        • 3
                        • 2 / 3
                        • First post
                          Last post
                        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