Read the statement by Michael Teeuw here.
Netatmo module will not shown
-
@kusselin no network
the script says there is no network card for the container so it cannot talk to anything
from the script output see <---- below__ ___ _ __ ____ / |/ /___ _____ _(_)____/ |/ (_)_____________ _____ / /|_/ / __ `/ __ `/ / ___/ /|_/ / / ___/ ___/ __ \/ ___/ / / / / /_/ / /_/ / / /__/ / / / / / / / / /_/ / / /_/ /_/\__,_/\__, /_/\___/_/ /_/_/_/ /_/ \____/_/ /____/ 🧩 Using Advanced Settings on node pve 🖥️ Operating System: debian 🌟 Version: 12 📦 Container Type: Unprivileged 🔐 Root Password: ******** 🆔 Container ID: 101 🏠 Hostname: magicmirror 💾 Disk Size: 3 GB 🧠 CPU Cores: 1 🛠️ RAM Size: 512 MiB 🌉 Bridge: vmbr0 📡 IP Address: dhcp 🌐 Gateway IP Address: Default 📡 APT-Cacher IP Address: Default 🚫 Disable IPv6: yes ⚙️ Interface MTU Size: Default 🔍 DNS Search Domain: Host 📡 DNS Server IP Address: Host 🏷️ Vlan: Default 📡 Tags: community-script;magicmirror 🔑 Root SSH Access: yes Warning: No SSH key provided. 🔍 Verbose Mode: yes 🚀 Creating a MagicMirror LXC using the above advanced settings ✔️ Using local for Template Storage. ✔️ Using local-lvm for Container Storage. ✔️ Updated LXC Template List ✔️ LXC Template is ready to use. ✔️ LXC Container 101 was successfully created. ✔️ Started LXC Container net.ipv6.conf.all.disable_ipv6 = 1 ⠇ ✖️ No Network! ner OS <---- ✖️ No Network After 10 Tries <--- 📡 Check Network Settings /dev/fd/63: line 72: SPINNER_PID: unbound variable
-
@kusselin problem here was disk and memory too small… 10g disk and 2048g memory and install finished…
-
@kusselin so I had to use the mockdata: true option as I don’t have any server for this
I set the clientid… to garbage numbers . module fails if not set
and mockdata: true and after a while I see this on the lxc container MM instance
(MMM-Config generated config entry){ module: "netatmo", position: "bottom_left", order: "*", animateIn: "None", animateOut: "None", config: { clientId: '1234567', // your app id clientSecret: '1212123', // your app secret refresh_token: '3223232', // your generated refresh token mockData: true }, disabled: false, hiddenOnStartup: false, configDeepMerge: false },
the system service is setup without logging, so the MM app logging is lost…
for me lxc container looks and acts like a Virtual machine, (restricted to OS structure proxmox is running on)
-
@sdetweil
Hello sam, first of all thank you for your support and your testing!Then why create MM for Proxmox? If it can’t find a network?
But in your screenshot I see Netatmo, it is displayed, or are you missing the values?
What does your testing and your statements tell me as a layman from MM?
Can I now not use Netatmo in the LXC container with Proxmox?
Other modules such as calender, clock public transfer hafas and RNV work perfectly.Thank you for any clarification so that I can understand it.
EDIT:
Hello Sam, if I use your config posted here and copy it in exactly the same way, netatmo is displayed but only with Hamburg and not my station…but it works…
I have used my code stored in the developer account as ID and secret key.
Shouldn’t MM then also show my location?
as soon as I set “MockData” to false, netatmo is no longer displayed…so you can say that the module itself works but not with the real data…think it’s the secret token…I read something here on the board
look:
https://forum.magicmirror.builders/topic/18690/mmm-netatmothermostat/2
-
so I’ll contact you again…es is displayed…perfekr…I took the template from SAM here and then adapted it again accordingly…now it works…thanks to everyone and especially once again to SAM …;-)
-
@kusselin
In your configuration, I’m missing the entry modulOrder. This entry was essential for me! I initially used the default name until I realized that it only works if the module name is stored exactly as you configured it in the web-app (https://auth.netatmo.com/de-de/access/login):my config:
{ module: 'netatmo', position: 'middle_center', // the location where the module should be displayed config: { clientId: '*myID*', // your app id clientSecret: '*mysecret*', // your app secret refresh_token: *'mytoken*', // your generated refresh token moduleOrder: ["Outdoor","Regen","Wind","Schlafzimmer","Wohnzimmer"], //take same names from web-app! updateInterval: 6, // every 3 minutes, refresh interval on netatmo is 10 minutes animationSpeed: 1000, design: 'bubbles', // classic or bubbles horizontal: false, lastMessageThreshold: 600, // in seconds (10 minutes) showLastMessage: true, showBattery: true, showRadio: true, showWiFi: true, showTrend: true, showMeasurementIcon: true, showMeasurementLabel: true, showStationName: false, showModuleNameOnTop: true, fontClassModuleName: 'small', // xsmall, small, medium, large, xlarge fontClassPrimary: 'large', fontClassSecondary: 'xsmall', fontClassMeasurement: 'xsmall', thresholdCO2Average: 800, thresholdCO2Bad: 1800, mockData: false, } },
-
@kusselin congratulations!!! i’m glad you got it working
-
@Lusbueb said in Netatmo module will not shown:
@kusselin
In your configuration, I’m missing the entry modulOrder. This entry was essential for me! I initially used the default name until I realized that it only works if the module name is stored exactly as you configured it in the web-app (https://auth.netatmo.com/de-de/access/login):my config:
{ module: 'netatmo', position: 'middle_center', // the location where the module should be displayed config: { clientId: '*myID*', // your app id clientSecret: '*mysecret*', // your app secret refresh_token: *'mytoken*', // your generated refresh token moduleOrder: ["Outdoor","Regen","Wind","Schlafzimmer","Wohnzimmer"], //take same names from web-app! updateInterval: 6, // every 3 minutes, refresh interval on netatmo is 10 minutes animationSpeed: 1000, design: 'bubbles', // classic or bubbles horizontal: false, lastMessageThreshold: 600, // in seconds (10 minutes) showLastMessage: true, showBattery: true, showRadio: true, showWiFi: true, showTrend: true, showMeasurementIcon: true, showMeasurementLabel: true, showStationName: false, showModuleNameOnTop: true, fontClassModuleName: 'small', // xsmall, small, medium, large, xlarge fontClassPrimary: 'large', fontClassSecondary: 'xsmall', fontClassMeasurement: 'xsmall', thresholdCO2Average: 800, thresholdCO2Bad: 1800, mockData: false, } },
Thanks s lot for your config…i changed it and now ist good and the netatmo Modul is running very well
-
-
Hello everyone, netatmo is no longer working today :-(
I haven’t changed anything -
@kusselin need to see the logs again
always 1st place to look